CallParticipantListParticipant type
Chiamata dello stato del partecipante, come illustrato nei componenti dell'interfaccia utente.
type CallParticipantListParticipant = ParticipantListParticipant & {
isMuted?: boolean
isScreenSharing?: boolean
isSpeaking?: boolean
mediaAccess?: MediaAccess
raisedHand?: RaisedHand
reaction?: Reaction
spotlight?: Spotlight
state: ParticipantState
}