LocalVideoCameraCycleButtonProps interface

Properties

ariaDescription

description for local video camera switcher

cameras

Array of cameras available to the user.

label

label for local video camera switcher

onSelectCamera

callback function to change video feed.

selectedCamera

Currently selected camera in the local video stream.

Property Details

ariaDescription

description for local video camera switcher

ariaDescription?: string

Property Value

string

cameras

Array of cameras available to the user.

cameras?: OptionsDevice[]

Property Value

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

Property Value