VideoGalleryParticipant type
Stato di un partecipante alla VideoGallery.
type VideoGalleryParticipant = {
displayName?: string
isMuted?: boolean
isScreenSharingOn?: boolean
userId: string
videoStream?: VideoGalleryStream
}