Sdílet prostřednictvím


IsSpeakingChangedListener type

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

type IsSpeakingChangedListener = (event: {
  identifier: CommunicationIdentifierKind
  isSpeaking: boolean
}) => void