次の方法で共有


VideoGalleryRemoteParticipant interface

VideoGallery のリモート参加者の状態。

Extends

プロパティ

isSpeaking

参加者が話しているかどうか

screenShareStream

共有画面のビデオ ストリーム

継承されたプロパティ

displayName

参加者の表示名

isMuted

参加者がミュートされているかどうか

isScreenSharingOn

参加者が画面共有であるかどうか

userId

参加者のユーザー ID

videoStream

参加者のビデオ ストリーム

プロパティの詳細

isSpeaking

参加者が話しているかどうか

isSpeaking?: boolean

プロパティ値

boolean

screenShareStream

共有画面のビデオ ストリーム

screenShareStream?: VideoGalleryStream

プロパティ値

継承されたプロパティの詳細

displayName

参加者の表示名

displayName?: string

プロパティ値

string

継承元 VideoGalleryParticipant.displayName

isMuted

参加者がミュートされているかどうか

isMuted?: boolean

プロパティ値

boolean

継承元 VideoGalleryParticipant.isMuted

isScreenSharingOn

参加者が画面共有であるかどうか

isScreenSharingOn?: boolean

プロパティ値

boolean

継承元 VideoGalleryParticipant.isScreenSharingOn

userId

参加者のユーザー ID

userId: string

プロパティ値

string

継承元 VideoGalleryParticipant.userId

videoStream

参加者のビデオ ストリーム

videoStream?: VideoGalleryStream

プロパティ値

継承元 VideoGalleryParticipant.videoStream