共用方式為


IsMutedChangedListener type

CallAdapterSubscribers 'isMuted' 事件的回呼。

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