次の方法で共有


LocalVideoCameraCycleButtonProps interface

プロパティ

ariaDescription

ローカル ビデオ カメラ スイッチャーの説明

cameras

ユーザーが使用できるカメラの配列。

label

ローカル ビデオ カメラ スイッチャーのラベル

onSelectCamera

ビデオ フィードを変更するためのコールバック関数。

selectedCamera

現在、ローカル ビデオ ストリームで選択されているカメラ。

プロパティの詳細

ariaDescription

ローカル ビデオ カメラ スイッチャーの説明

ariaDescription?: string

プロパティ値

string

cameras

ユーザーが使用できるカメラの配列。

cameras?: OptionsDevice[]

プロパティ値

label

ローカル ビデオ カメラ スイッチャーのラベル

label?: string

プロパティ値

string

onSelectCamera

ビデオ フィードを変更するためのコールバック関数。

onSelectCamera?: (device: OptionsDevice) => Promise<void>

プロパティ値

(device: OptionsDevice) => Promise<void>

selectedCamera

現在、ローカル ビデオ ストリームで選択されているカメラ。

selectedCamera?: OptionsDevice

プロパティ値