VideoGalleryLocalParticipant interface
VideoGallery内のローカル参加者の状態。
- Extends
プロパティ
| raised |
地元の参加者が手を挙げたかどうか |
| reaction | ローカル参加者が反応したかどうか |
| screen |
共有画面のビデオ ストリーム |
継承されたプロパティ
| can |
出席者は音声を禁止することができます* |
| can |
出席者はビデオを禁止することができます* |
| display |
参加者の表示名 |
| is |
参加者がミュートされているかどうか |
| is |
参加者が画面共有であるかどうか |
| media |
メディア、オーディオ、ビデオのアクセス状態 * |
| spotlight | 参加者がスポットライトを浴びているかどうか * |
| user |
参加者のユーザー ID |
| video |
参加者のビデオ ストリーム |
プロパティの詳細
raisedHand
reaction
screenShareStream
継承されたプロパティの詳細
canAudioBeForbidden
出席者は音声を禁止することができます*
canAudioBeForbidden?: boolean
プロパティ値
boolean
継承元 VideoGalleryParticipant.canAudioBeForbidden
canVideoBeForbidden
出席者はビデオを禁止することができます*
canVideoBeForbidden?: boolean
プロパティ値
boolean
継承元 VideoGalleryParticipant.canVideoBeForbidden (英語)
displayName
参加者の表示名
displayName?: string
プロパティ値
string
VideoGalleryParticipant.displayName から継承された
isMuted
参加者がミュートされているかどうか
isMuted?: boolean
プロパティ値
boolean
VideoGalleryParticipant.isMuted から継承された
isScreenSharingOn
参加者が画面共有であるかどうか
isScreenSharingOn?: boolean
プロパティ値
boolean
から継承 VideoGalleryParticipant.isScreenSharingOn
mediaAccess
メディア、オーディオ、ビデオのアクセス状態 *
mediaAccess?: MediaAccess
プロパティ値
継承元 VideoGalleryParticipant.mediaアクセス
spotlight
userId
参加者のユーザー ID
userId: string
プロパティ値
string
VideoGalleryParticipant.userId から継承された
videoStream
参加者のビデオ ストリーム
videoStream?: VideoGalleryStream
プロパティ値
VideoGalleryParticipant.videoStream から継承された