Logo
AlmaConnect API Documentation

Live streams APIs

Number of APIs: 8


1. Stop all live streams for a room

POST {{HOST}}/v2/live-streams/room/:room_id/stop



2. Stop live stream by id

POST {{HOST}}/v2/live-streams/:job_id/stop



3. Get live stream

GET {{HOST}}/v2/live-streams/:stream_id



4. Get all live streams

GET {{HOST}}/v2/live-streams



5. Send timed metadata for a live stream

POST {{HOST}}/v2/live-streams/:stream_id/timed-metadata



6. Pause live stream recording

POST {{HOST}}/v2/live-streams/:stream_id/pause-recording



7. Resume live stream recording

POST {{HOST}}/v2/live-streams/:stream_id/resume-recording



8. Start live stream for a room

POST {{HOST}}/v2/live-streams/room/:room_id/start



ENDPOINTS