CameraButtonSelector type
Tipo de selector para el componente CameraButton .
type CameraButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => {
cameras: VideoDeviceInfo[]
checked: boolean
disabled: boolean
selectedCamera?: VideoDeviceInfo
}