Stop
Apart from stopping recording manually from inside the room UI, you as a integrator can stop it programmatically through the API by calling the POST /rooms/:id/recordings/stop endpoint.
The id uniquely identifies the room you want to stop recording inside.
Request
curl --request POST \
--url https://api.digitalsamba.com/api/v1/rooms/c39d7c40-7ff7-4faa-b06f-698a639a9523/recordings/stop \
--user YOUR_TEAM_ID:YOUR_DEVELOPER_KEY
Response (200 -> OK)
Response is empty because the recording was stopped and there is no content to return.
Last updated