Udostępnij za pośrednictwem


IsMutedChangedListener type

Wywołanie zwrotne dla zdarzenia CallAdapterSubscribers "isMuted".

type IsMutedChangedListener = (event: {
  identifier: CommunicationIdentifierKind
  isMuted: boolean
}) => void