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