Compartilhar via


CallParticipantListParticipant type

Chamando o estado do participante, conforme refletido nos componentes da interface do usuário.

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