VideoGalleryParticipant type

Tillståndet för en deltagare i VideoGallery.

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