Skip to content

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.

OverlayTransitionOptions

IEventRecorder = ...

Promise<void>