CallParticipantListParticipant type
De status van de deelnemer aanroepen, zoals wordt weergegeven in de onderdelen van de gebruikersinterface.
type CallParticipantListParticipant = ParticipantListParticipant & {
isMuted?: boolean
isScreenSharing?: boolean
isSpeaking?: boolean
mediaAccess?: MediaAccess
raisedHand?: RaisedHand
reaction?: Reaction
spotlight?: Spotlight
state: ParticipantState
}