Compartir a través de


VideoGalleryParticipant type

Estado de un participante en el VideoGallery.

type VideoGalleryParticipant = {
  canAudioBeForbidden?: boolean
  canVideoBeForbidden?: boolean
  displayName?: string
  isMuted?: boolean
  isScreenSharingOn?: boolean
  mediaAccess?: MediaAccess
  spotlight?: Spotlight
  userId: string
  videoStream?: VideoGalleryStream
}