{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector CallConnection API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "CallConnection", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Create A New Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/callConnections", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Create a new call." }, { "info": { "name": "Microsoft Azure Hangup The Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId/:hangup", "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The call connection id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Hangup the call." }, { "info": { "name": "Microsoft Azure Play Audio In The Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId/:playAudio", "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The call connection id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Play audio in the call." }, { "info": { "name": "Microsoft Azure Cancel All Media Operations", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId/:cancelAllMediaOperations", "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The call connection id" }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Cancel all media operations." }, { "info": { "name": "Microsoft Azure Add A Participant To The Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId/participants", "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The call connection id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Add a participant to the call." }, { "info": { "name": "Microsoft Azure Remove A Participant From The Call", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId/participants/:participantId", "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The call connection id." }, { "name": "participantId", "value": "", "type": "path", "description": "The participant id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Remove a participant from the call." } ] } ], "bundled": true }