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