VideoGalleryParticipant type
Der Status eines Teilnehmers in der VideoGallery.
type VideoGalleryParticipant = {
displayName?: string
isMuted?: boolean
isScreenSharingOn?: boolean
userId: string
videoStream?: VideoGalleryStream
}