次の方法で共有


VideoGalleryProps interface

プロパティ

dominantSpeakers

優勢な話者 userId の優先順位の一覧。 0 番目のインデックスが最も優先されます。

layout

ビデオ タイルのレイアウト。

localParticipant

ローカル ビデオのパーツ

localVideoCameraCycleButtonProps

カメラを切り替えるボタンのカメラ コントロール情報。

localVideoViewOptions

ローカル ビデオ ビュー のオプション

maxRemoteVideoStreams

レンダリングされる参加者リモート ビデオ ストリームの最大数。

onCreateLocalStreamView

ローカル ビデオ ストリーム ビューを作成するためのコールバック

onCreateRemoteStreamView

リモート ビデオ ストリーム ビューを作成するためのコールバック

onDisposeLocalStreamView

ローカル ビデオ ストリーム ビューを破棄するためのコールバック

onDisposeRemoteStreamView

リモート ビデオ ストリーム ビューを破棄するためのコールバック

onRenderAvatar

一部のアバターをレンダリングするためのコールバック

onRenderLocalVideoTile

ローカル ビデオ タイルをレンダリングするためのコールバック

onRenderRemoteVideoTile

リモート ビデオ タイルをレンダリングするためのコールバック

remoteParticipants

リモート ビデオパーツの一覧

remoteVideoViewOptions

リモート ビデオの表示オプション

showCameraSwitcherInLocalPreview

ローカル ビデオ カメラ スイッチャー ボタンを表示するかどうか

showMuteIndicator

ユーザーの表示名の横にミュート アイコンを表示するかどうか。

strings

コンポーネントでオーバーライドする省略可能な文字列

styles

ユーザーがギャラリー コンテナーのカスタム CSS スタイルを含むオブジェクトを渡すことができます。

プロパティの詳細

dominantSpeakers

優勢な話者 userId の優先順位の一覧。 0 番目のインデックスが最も優先されます。

dominantSpeakers?: string[]

プロパティ値

string[]

layout

ビデオ タイルのレイアウト。

layout?: VideoGalleryLayout

プロパティ値

localParticipant

ローカル ビデオのパーツ

localParticipant: VideoGalleryParticipant

プロパティ値

localVideoCameraCycleButtonProps

カメラを切り替えるボタンのカメラ コントロール情報。

localVideoCameraCycleButtonProps?: LocalVideoCameraCycleButtonProps

プロパティ値

localVideoViewOptions

ローカル ビデオ ビュー のオプション

localVideoViewOptions?: VideoStreamOptions

プロパティ値

maxRemoteVideoStreams

レンダリングされる参加者リモート ビデオ ストリームの最大数。

maxRemoteVideoStreams?: number

プロパティ値

number

onCreateLocalStreamView

ローカル ビデオ ストリーム ビューを作成するためのコールバック

onCreateLocalStreamView?: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>

プロパティ値

(options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>

onCreateRemoteStreamView

リモート ビデオ ストリーム ビューを作成するためのコールバック

onCreateRemoteStreamView?: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>

プロパティ値

(userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>

onDisposeLocalStreamView

ローカル ビデオ ストリーム ビューを破棄するためのコールバック

onDisposeLocalStreamView?: () => void

プロパティ値

() => void

onDisposeRemoteStreamView

リモート ビデオ ストリーム ビューを破棄するためのコールバック

onDisposeRemoteStreamView?: (userId: string) => Promise<void>

プロパティ値

(userId: string) => Promise<void>

onRenderAvatar

一部のアバターをレンダリングするためのコールバック

onRenderAvatar?: OnRenderAvatarCallback

プロパティ値

onRenderLocalVideoTile

ローカル ビデオ タイルをレンダリングするためのコールバック

onRenderLocalVideoTile?: (localParticipant: VideoGalleryParticipant) => Element

プロパティ値

(localParticipant: VideoGalleryParticipant) => Element

onRenderRemoteVideoTile

リモート ビデオ タイルをレンダリングするためのコールバック

onRenderRemoteVideoTile?: (remoteParticipant: VideoGalleryRemoteParticipant) => Element

プロパティ値

(remoteParticipant: VideoGalleryRemoteParticipant) => Element

remoteParticipants

リモート ビデオパーツの一覧

remoteParticipants?: VideoGalleryRemoteParticipant[]

プロパティ値

remoteVideoViewOptions

リモート ビデオの表示オプション

remoteVideoViewOptions?: VideoStreamOptions

プロパティ値

showCameraSwitcherInLocalPreview

ローカル ビデオ カメラ スイッチャー ボタンを表示するかどうか

showCameraSwitcherInLocalPreview?: boolean

プロパティ値

boolean

showMuteIndicator

ユーザーの表示名の横にミュート アイコンを表示するかどうか。

showMuteIndicator?: boolean

プロパティ値

boolean

strings

コンポーネントでオーバーライドする省略可能な文字列

strings?: Partial<VideoGalleryStrings>

プロパティ値

styles

ユーザーがギャラリー コンテナーのカスタム CSS スタイルを含むオブジェクトを渡すことができます。

styles?: VideoGalleryStyles

プロパティ値