{ "opencollection": "1.0.0", "info": { "name": "Vonage Video Archives Signaling API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Signaling", "type": "folder" }, "items": [ { "info": { "name": "Send a signal to all connections in a session", "type": "http" }, "http": { "method": "POST", "url": "https://video.api.vonage.com/v2/project/:applicationId/session/:sessionId/signal", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The Vonage application ID (formerly OpenTok API key)." }, { "name": "sessionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a signal to all connections in a session" }, { "info": { "name": "Send a signal to a single connection", "type": "http" }, "http": { "method": "POST", "url": "https://video.api.vonage.com/v2/project/:applicationId/session/:sessionId/connection/:connectionId/signal", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The Vonage application ID (formerly OpenTok API key)." }, { "name": "sessionId", "value": "", "type": "path" }, { "name": "connectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a signal to a single connection" } ] } ], "bundled": true }