VideoRecordingError
Describes an error while recording a video. This event is emitted when the video recording request fails and finishes without completing the video recording.
Subtypes:
Inheritors
Types
Describes an error with the audio recording permission, in this case, the recording session has been requested to record audio but the audio recording permission has not been granted.
Describes an unexpected error with the video recording process, in such cases it is recommended to stop the video recording request and re-start it.
Describes an error with the storage capacity during the video recording process. In this case, the video recording is stopped and the resulting video (if any) is returned.
Describes an error with the camera becoming invalid during the video recording process. It is recommended to verify the camera lifecycle and re-start the video recording request as necessary.
Describes an error with the results of the video recording process, the most common cause is that the video data has not enough length to be processed.
Describes an error while starting the video recording process, in this case, the error recording didn't start and the video recording request should be stopped and re-started.