resizeRecording
resizeRecording(
size,options?,recorder?):Promise<void>
Defined in: overlayUpdates.ts:486
Resizes the recording (browser capture) overlay mid-video, animated when a
duration is given. size uses the same 0-1 fraction as
renderOptions.recording.size.
Parameters
Section titled “Parameters”number
options?
Section titled “options?”recorder?
Section titled “recorder?”IEventRecorder = ...
Returns
Section titled “Returns”Promise<void>