Created
February 5, 2021 20:54
-
-
Save diaswrd/d98de1a9ee72a778f09c92f3e2104c91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
end: options => { | |
verifyRecorderIsAvailable(CONTROL_NAMES.complete); | |
logger.crumb({ | |
level: LogLevel.Info, | |
message: 'Recorder: recorder_s3: End recording options', | |
context: { options }, | |
}); | |
// Modify the metadata that's sent for completing the recorder | |
recorder.__hacks.assocWithMetadata({ | |
fromError: options?.fromError, | |
videoHasReachedRecordingLimit: options?.fromRecordingLimit, | |
}); | |
verifySuccess(recorder.controls.complete()); | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment