Compartir a través de


VideoGalleryParticipant type

El estado de un participante en VideoGallery.

type VideoGalleryParticipant = {
  displayName?: string
  isMuted?: boolean
  isScreenSharingOn?: boolean
  userId: string
  videoStream?: VideoGalleryStream
}