共用方式為


VideoGalleryRemoteParticipant interface

VideoGallery中遠端參與者的狀態。

Extends

屬性

isSpeaking

參與者是否說話

screenShareStream

共用畫面的視訊串流

繼承的屬性

displayName

參與者的顯示名稱

isMuted

參與者是否為靜音

isScreenSharingOn

參與者是否為螢幕共用

userId

參與者的使用者識別碼

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

參與者的使用者識別碼

userId: string

屬性值

string

繼承自 VideoGalleryParticipant.userId

videoStream

參與者的影片串流

videoStream?: VideoGalleryStream

屬性值

繼承自 VideoGalleryParticipant.videoStream