共用方式為


VideoGalleryParticipant type

VideoGallery中參與者的狀態。

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