{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ServerCall API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ServerCall", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Add A Participant To The Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/serverCalls/:serverCallId/participants", "params": [ { "name": "serverCallId", "value": "", "type": "path", "description": "The server call 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 Participant From The Call", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/calling/serverCalls/:serverCallId/participants/:participantId", "params": [ { "name": "serverCallId", "value": "", "type": "path", "description": "Server call id." }, { "name": "participantId", "value": "", "type": "path", "description": "Participant id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Remove participant from the call." }, { "info": { "name": "Microsoft Azure Join A Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/serverCalls/:serverCallId/:join", "params": [ { "name": "serverCallId", "value": "", "type": "path", "description": "The server call id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Join a call." }, { "info": { "name": "Microsoft Azure Play Audio In The Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/serverCalls/:serverCallId/:playAudio", "params": [ { "name": "serverCallId", "value": "", "type": "path", "description": "The server call id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Play audio in the call." } ] } ], "bundled": true }