Compartilhar via


IsSpeakingChangedListener type

Retorno de chamada para o evento 'isSpeakingChanged' de CallAdapterSubscribers .

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