Поделиться через


IsMutedChangedListener type

Обратный вызов для события CallAdapterSubscribers isMuted.

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