CallParticipantListParticipant type
Chiamare lo stato del partecipante, come illustrato nei componenti dell'interfaccia utente.
type CallParticipantListParticipant = ParticipantListParticipant & {
isMuted?: boolean
isScreenSharing?: boolean
isSpeaking?: boolean
state: ParticipantState
}