setCameraRear
Selects the rear camera for recording.
Last updated
Selects the rear camera for recording.
Switches to the rear camera during recording.
Name: setCameraRear
Type: () => Promise<void>
Returns: Promise<void>
Activates the rear camera (environment) without interrupting the current recording.
<facephi-video-provider settings={{ serviceType: 'local' }} />
await video.setCameraRear();Last updated