Sdílet prostřednictvím


IsMutedChangedListener type

Zpětné volání pro CallAdapterSubscribers události isMuted.

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