{ "opencollection": "1.0.0", "info": { "name": "VideoSDK Real-Time Communication HLS Streaming RTMP Streaming API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "RTMP Streaming", "type": "folder" }, "items": [ { "info": { "name": "Start RTMP Live Stream", "type": "http" }, "http": { "method": "POST", "url": "https://api.videosdk.live/v2/livestreams/start", "body": { "type": "json", "data": "{}" } }, "docs": "Start an RTMP live stream from a meeting session to one or more external platforms." }, { "info": { "name": "Stop RTMP Live Stream", "type": "http" }, "http": { "method": "POST", "url": "https://api.videosdk.live/v2/livestreams/stop", "body": { "type": "json", "data": "{}" } }, "docs": "Stop an active RTMP live stream." } ] } ], "bundled": true }