다음을 통해 공유


IsMutedChangedListener type

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