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