cURL
curl --request POST \ --url https://api.voxo.co/v2/calling/recording/toggle \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "callId": "<string>", "recording": true } '
{ "callId": "<string>", "recording": true }
Start or stop recording on an active call
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Active call identifier
1
True to start recording, false to stop
Recording state updated
Current recording state
Was this page helpful?
Contact support