217 B
217 B
sidebar_label |
---|
ScreenRecorder.stop |
ScreenRecorder.stop() method
Stops the recorder.
Signature:
class ScreenRecorder {
stop(): Promise<void>;
}
Returns:
Promise<void>