次の方法で共有


VideoGalleryParticipant type

VideoGallery の参加者の状態。

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