LocalVideoCameraCycleButtonProps interface
屬性
aria |
本機攝像機切換器的描述 |
cameras | 使用者可用的相機陣列。 |
label | 本機攝像機切換器的標籤 |
on |
回呼函式可變更視訊摘要。 |
selected |
本機視訊串流中目前選取的相機。 |
屬性詳細資料
ariaDescription
本機攝像機切換器的描述
ariaDescription?: string
屬性值
string
cameras
label
本機攝像機切換器的標籤
label?: string
屬性值
string
onSelectCamera
回呼函式可變更視訊摘要。
onSelectCamera?: (device: OptionsDevice) => Promise<void>
屬性值
(device: OptionsDevice) => Promise<void>