LocalVideoCameraCycleButtonProps interface
Properties
aria |
description for local video camera switcher |
cameras | Array of cameras available to the user. |
label | label for local video camera switcher |
on |
callback function to change video feed. |
selected |
Currently selected camera in the local video stream. |
Property Details
ariaDescription
description for local video camera switcher
ariaDescription?: string
Property Value
string
cameras
label
label for local video camera switcher
label?: string
Property Value
string
onSelectCamera
callback function to change video feed.
onSelectCamera?: (device: OptionsDevice) => Promise<void>
Property Value
(device: OptionsDevice) => Promise<void>
selectedCamera
Currently selected camera in the local video stream.
selectedCamera?: OptionsDevice