VideoGalleryParticipant type
État d’un participant au VideoGallery.
type VideoGalleryParticipant = {
displayName?: string
isMuted?: boolean
isScreenSharingOn?: boolean
userId: string
videoStream?: VideoGalleryStream
}