Cloud recording: Stop recording
Use this endpoint to stop a recording.
Recording also stops automatically if all users leave the channel.
See the Quickstart for a sample workflow.
Request
The server response when you start recording includes the URL to use here.
Method | URL |
---|---|
DELETE | https://services.aircore.io:443/recording/ UNIQUE_IDENTIFIER |
Headers
Header | Required | Value | Description |
---|---|---|---|
Authorization | Yes | Bearer SECRET_API_KEY | Use a secret API key from the Developer Console. |
Request body
None.
Response
Response body
Empty if successful.
If there is an error, the body contains the error message.
HTTP status codes
Code | Description |
---|---|
204 | Stopped recording. |
400 | Missing unique recording identifier. |
401 | Invalid token. |
404 | Recording not found. |
5XX | Recording failed to stop due to an internal server error. |