VideoGalleryRemoteParticipant interface
VideoGallery のリモート参加者の状態。
- Extends
プロパティ
is |
参加者が話しているかどうか |
screen |
共有画面のビデオ ストリーム |
継承されたプロパティ
display |
参加者の表示名 |
is |
参加者がミュートされているかどうか |
is |
参加者が画面共有であるかどうか |
user |
参加者のユーザー ID |
video |
参加者のビデオ ストリーム |
プロパティの詳細
isSpeaking
参加者が話しているかどうか
isSpeaking?: boolean
プロパティ値
boolean
screenShareStream
継承されたプロパティの詳細
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