Method Signature
Description
ThestartVideotaping() method initiates the videotaping module, which records the user reading specific text while presenting their identification documents to the camera. This combines video agreement with ID verification in a single recording.
Parameters
The text that the user must read aloud during the recording. This text will be displayed on screen for the user to follow.Example: “I, John Doe, with ID number 123456, declare that the information I have provided is true and accurate.”
Array of identification documents to be presented during recording
Optional configuration object for customizing the module’s behavior and appearance
Returns
A promise that resolves with the videotaping module response
Code Example
Error Handling
The method may throw errors that can be identified usingFadSDK.Errors.Videotaping:
NOT_ACCEPT_CAMERA_PERMISSION- Camera permission was not granted
The videotaping module requires both camera and microphone permissions to function properly.
The
startSecond value indicates when the user begins reading the agreement in the video, which is useful for verification purposes.Always call
FAD_SDK.end() in a finally block to properly clean up resources after the module completes or fails.Related Methods
- startVideoagreement() - Video agreement without ID presentation
- startSignature() - Capture digital signature with face video