Skip to content

Instantly share code, notes, and snippets.

@diaswrd
Created February 5, 2021 20:54
Show Gist options
  • Save diaswrd/d98de1a9ee72a778f09c92f3e2104c91 to your computer and use it in GitHub Desktop.
Save diaswrd/d98de1a9ee72a778f09c92f3e2104c91 to your computer and use it in GitHub Desktop.
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