{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector MidConnections API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "MidConnections", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Call Connection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId", "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The call connection id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Hangup The Call", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId", "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 Terminate A Call Using Callconnectionid", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId:terminate", "headers": [ { "name": "Repeatability-Request-ID", "value": "" }, { "name": "Repeatability-First-Sent", "value": "" } ], "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The terminate call request." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Terminate a call using CallConnectionId." }, { "info": { "name": "Microsoft Azure Transfer The Call To A Participant", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId:transferToParticipant", "headers": [ { "name": "Repeatability-Request-ID", "value": "" }, { "name": "Repeatability-First-Sent", "value": "" } ], "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The call connection id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Transfer the call to a participant." }, { "info": { "name": "Microsoft Azure Plays Audio To Participants In The Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId:play", "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The call connection id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Plays audio to participants in the call." }, { "info": { "name": "Microsoft Azure Cancel All Media Operations In A Call", "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 in a call." }, { "info": { "name": "Microsoft Azure Recognize Media From Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId:recognize", "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The call connection id" }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Recognize media from call." }, { "info": { "name": "Microsoft Azure Get Participants From A Call", "type": "http" }, "http": { "method": "GET", "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": "Get participants from a call." }, { "info": { "name": "Microsoft Azure Add Participants To The Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId/participants:add", "headers": [ { "name": "Repeatability-Request-ID", "value": "" }, { "name": "Repeatability-First-Sent", "value": "" } ], "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 participants to the call." }, { "info": { "name": "Microsoft Azure Remove Participant From The Call Using Identifier", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId/participants:remove", "headers": [ { "name": "Repeatability-Request-ID", "value": "" }, { "name": "Repeatability-First-Sent", "value": "" } ], "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The call connection id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Remove participant from the call using identifier." }, { "info": { "name": "Microsoft Azure Get Participant From A Call", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/calling/callConnections/:callConnectionId/participants/:participantMri", "params": [ { "name": "callConnectionId", "value": "", "type": "path", "description": "The call connection Id" }, { "name": "participantMri", "value": "", "type": "path", "description": "MRI of the participants to retrieve." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Get participant from a call." } ] } ], "bundled": true }