Javascript
import Kernel from '@onkernel/sdk'; const client = new Kernel({ apiKey: 'My API Key', }); await client.browsers.replays.stop('replay_id', { id: 'id' });
This response does not have an example.
Stop the specified replay recording and persist the video.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Browser session ID
Replay recording identifier
Recording stopped successfully.