VideoEncoderCompletion: ((filePath: string) => void)

Callback that allows user to receive a video file of current session. Called by DocumentReader when recording process finished.

Type declaration

    • (filePath): void
    • Parameters

      • filePath: string

        The output file URL. Contains URL to recording output for every scanning session.

      Returns void