CameraButtonSelector type
Auswahltyp für CameraButton Komponente.
type CameraButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => {
cameras: VideoDeviceInfo[]
checked: boolean
disabled: boolean
selectedCamera?: VideoDeviceInfo
}