Partager via


VideoGalleryParticipant type

État d’un participant dans videoGallery.

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