Partilhar via


CallParticipantListParticipant type

Chamar o estado do participante, conforme refletido nos componentes da IU.

type CallParticipantListParticipant = ParticipantListParticipant & {
  isMuted?: boolean
  isScreenSharing?: boolean
  isSpeaking?: boolean
  state: ParticipantState
}