Udostępnij za pośrednictwem


VideoGalleryParticipant type

Stan uczestnika w VideoGallery.

type VideoGalleryParticipant = {
  displayName?: string
  isMuted?: boolean
  isScreenSharingOn?: boolean
  userId: string
  videoStream?: VideoGalleryStream
}