Logo
API_DOC API Documentation

Recordings APIs

Number of APIs: 6


1. Start recording for a room

POST {{QA_HOST}}/v2/recordings/room/:room_id/start



2. Stop recording for a room

POST {{QA_HOST}}/v2/recordings/room/:room_id/stop



3. Stop recording by id

POST {{HOST}}/v2/recordings/:recording_id/stop



4. Get recording

GET {{HOST}}/v2/recordings/:recording_id



5. Get all recordings

GET {{HOST}}/v2/recordings



6. Get recording config

GET {{HOST}}/v2/recordings/:recording_id/config



ENDPOINTS