CallParticipantListParticipant type
Состояние вызывающего участника, как отражено в компонентах пользовательского интерфейса.
type CallParticipantListParticipant = ParticipantListParticipant & {
isMuted?: boolean
isScreenSharing?: boolean
isSpeaking?: boolean
mediaAccess?: MediaAccess
raisedHand?: RaisedHand
reaction?: Reaction
spotlight?: Spotlight
state: ParticipantState
}