videoRecordings

open override val videoRecordings: LiveData<ByteArray?>

LiveData object that emits the video recordings as a ByteArray once they're ready.

NOTE: The ByteArray will contain the data of the video if it was successful, if the recording finished with an error an empty ByteArray will be returned.