{ "opencollection": "1.0.0", "info": { "name": "Zoom / Account Meeting Live Stream API", "version": "1.0.0" }, "items": [ { "info": { "name": "Meeting Live Stream", "type": "folder" }, "items": [ { "info": { "name": "Zoom Update a Live Stream", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.zoom.us/v1/meetings/:meetingId/livestream", "params": [ { "name": "meetingId", "value": "", "type": "path", "description": "The meeting ID. This can be the meeting number (e.g., 85746065) or the meeting UUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the live stream configuration of a meeting. The meeting host must configure live streaming settings before the meeting starts." }, { "info": { "name": "Zoom Update Live Stream Status", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.zoom.us/v1/meetings/:meetingId/livestream/status", "params": [ { "name": "meetingId", "value": "", "type": "path", "description": "The meeting ID. This can be the meeting number (e.g., 85746065) or the meeting UUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the status of a live stream during a meeting. Use this to start or stop live streaming." }, { "info": { "name": "Zoom Get a Meeting's Join Token for Live Streaming", "type": "http" }, "http": { "method": "GET", "url": "https://api.zoom.us/v1/meetings/:meetingId/jointoken/live_streaming", "params": [ { "name": "meetingId", "value": "", "type": "path", "description": "The meeting ID. This can be the meeting number (e.g., 85746065) or the meeting UUID." } ] }, "docs": "Get a meeting's join token to allow live streaming. The join token allows a recording bot or live streaming service to join the meeting." } ] } ], "bundled": true }