VideoGalleryRemoteParticipant interface
VideoGallery中遠端參與者的狀態。
- Extends
屬性
is |
參與者是否說話 |
screen |
共用畫面的視訊串流 |
繼承的屬性
display |
參與者的顯示名稱 |
is |
參與者是否為靜音 |
is |
參與者是否為螢幕共用 |
user |
參與者的使用者識別碼 |
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
參與者的使用者識別碼
userId: string
屬性值
string
繼承自 VideoGalleryParticipant.userId
videoStream
參與者的影片串流
videoStream?: VideoGalleryStream
屬性值
繼承自 VideoGalleryParticipant.videoStream