CallParticipantListParticipant type
UI 구성 요소에 반영된 대로 참가자의 상태를 호출합니다.
type CallParticipantListParticipant = ParticipantListParticipant & {
isMuted?: boolean
isScreenSharing?: boolean
isSpeaking?: boolean
mediaAccess?: MediaAccess
raisedHand?: RaisedHand
reaction?: Reaction
spotlight?: Spotlight
state: ParticipantState
}