Version: Android 1.2.1
Previewing
Our Recorder
has built-in support for previewing the video that has just been recorded, offering
a natural confirmation screen before the upload is confirmed. At this point, the user can choose to:
- go back to recording (for example, to record more clips)
- confirm. In this case the
RecordListener.onResult(record)
function will be invoked soon
#
With default controlsWhen using the default controls, you can choose whether a preview will be shown
by modifying the RecorderControls.showPreviewScreen
flag:
If showPreviewScreen
is true (default), as soon as the recording is confirmed by the user,
the video will be previewed and the recorder state will move to RecorderState.PREVIEW
.
#
With custom controlsIf you are not using RecorderControls
, you can enter and exit the preview state using the following functions:
We also offer controls specific to the RecorderState.PREVIEW
state: