Freigeben über


CallParticipantListParticipant type

Der Status des Anrufteilnehmers, wie in den UI-Komponenten widerspiegelt.

type CallParticipantListParticipant = ParticipantListParticipant & {
  isMuted?: boolean
  isScreenSharing?: boolean
  isSpeaking?: boolean
  mediaAccess?: MediaAccess
  raisedHand?: RaisedHand
  reaction?: Reaction
  spotlight?: Spotlight
  state: ParticipantState
}