Freigeben über


CallParticipantListParticipant type

Aufrufen des Teilnehmerstatus, wie in den Ui-Komponenten widerspiegelt.

type CallParticipantListParticipant = ParticipantListParticipant & {
  isMuted?: boolean
  isScreenSharing?: boolean
  isSpeaking?: boolean
  state: ParticipantState
}