Compartilhar via


IsSpeakingChangedListener type

Retorno de chamada para callAdapterSubscribers evento 'isSpeakingChanged'.

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