--- sidebar_label: ScreenRecorder.stop --- # ScreenRecorder.stop() method Stops the recorder. #### Signature: ```typescript class ScreenRecorder { stop(): Promise; } ``` **Returns:** Promise<void>