VideoGalleryParticipant type
The state of a participant in the VideoGallery.
type VideoGalleryParticipant = {
canAudioBeForbidden?: boolean
canVideoBeForbidden?: boolean
displayName?: string
isMuted?: boolean
isScreenSharingOn?: boolean
mediaAccess?: MediaAccess
spotlight?: Spotlight
userId: string
videoStream?: VideoGalleryStream
}