{ "opencollection": "1.0.0", "info": { "name": "Daily REST CallTransfer LiveStreaming API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "LiveStreaming", "type": "folder" }, "items": [ { "info": { "name": "Start live streaming in room", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms/:name/live-streaming/start", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Start live streaming in room" }, { "info": { "name": "Update live streaming", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms/:name/live-streaming/update", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update live streaming" }, { "info": { "name": "Stop live streaming", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms/:name/live-streaming/stop", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Stop live streaming" } ] } ], "bundled": true }