Skip to main content
Version: 22.8.0

ScreenRecorder.stop() method

Stops the recorder.

Signature:

class ScreenRecorder {
stop(): Promise<void>;
}

Returns:

Promise<void>