CallParticipantListParticipant type
调用参与者的状态,如 UI 组件所示。
type CallParticipantListParticipant = ParticipantListParticipant & {
isMuted?: boolean
isScreenSharing?: boolean
isSpeaking?: boolean
mediaAccess?: MediaAccess
raisedHand?: RaisedHand
reaction?: Reaction
spotlight?: Spotlight
state: ParticipantState
}