hideRecording
hideRecording(
options?,recorder?):Promise<void>
Defined in: overlayUpdates.ts:520
Hides the recording (browser capture) overlay from this point on, with an
optional fade. Only the overlay disappears: the background, narration, and
the timeline keep running. To cut footage out of the video entirely, use
hide() instead.
Parameters
Section titled “Parameters”options?
Section titled “options?”recorder?
Section titled “recorder?”IEventRecorder = ...
Returns
Section titled “Returns”Promise<void>