Skip to main content
Version: Next

ScreenRecording.stop() method

Stops the screen recording.

Signature

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

Returns:

Promise<void>