Partilhar via


VideoGalleryParticipant type

O estado de um participante na VideoGallery.

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