mcp_config_live_stream_management.json•2.35 kB
{
"server": {
"url": "https://api.zoom.us/v2"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "Zoom allows users to [live stream a meeting](https://support.zoom.us/hc/en-us/articles/115001777826-Live-Streaming-Meetings-or-Webinars-Using-a-Custom-Service) to a custom platform. Use this API to get a meeting\u0027s live stream configuration details such as Stream URL, Stream Key and Page URL.\u003cbr\u003e\u003cbr\u003e **Prerequisites:**\u003cbr\u003e * Meeting host must be a licensed user with a Pro or higher plan.\u003cbr\u003e * Live streaming details must have been [configured](https://support.zoom.us/hc/en-us/articles/115001777826-Live-Streaming-Meetings-or-Webinars-Using-a-Custom-Service#h_01589a6f-a40a-4e18-a448-cb746e52ebc5) for the meeting.\u003cbr\u003e\u003cbr\u003e **Scopes:** `meeting:read:admin` `meeting:read`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "get_live_stream_details"
},
{
"description": "Zoom allows users to [live stream a meeting](https://support.zoom.us/hc/en-us/articles/115001777826-Live-Streaming-Meetings-or-Webinars-Using-a-Custom-Service) to a custom platform. Use this API to update a meeting\u0027s live stream information.\u003cbr\u003e\u003cbr\u003e **Prerequisites:**\u003cbr\u003e * Meeting host must have a Pro license.\u003cbr\u003e **Scopes:** `meeting:write:admin` `meeting:write`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "meeting_live_stream_update"
},
{
"description": "Zoom allows users to [live stream a meeting](https://support.zoom.us/hc/en-us/articles/115001777826-Live-Streaming-Meetings-or-Webinars-Using-a-Custom-Service) to a custom platform. Use this API to update the status of a meeting\u0027s live stream.\u003cbr\u003e\u003cbr\u003e **Prerequisites:**\u003cbr\u003e * Meeting host must have a Pro license.\u003cbr\u003e **Scopes:** `meeting:write:admin` `meeting:write`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "meeting_live_stream_status_update"
}
]
}