Hey everyone! Has anyone used either the ConferenceCall or SingleStepConference endpoints? I'm in the process of trying to get this set up in my proof of concept application. For 10.2, the swagger page is showing the below as an example of the body for a SingleStepConference:
This seems quite a bit different from what I was seeing in the 10.1 swagger page, which was this:
Does anyone have an example of what the body should be for both the ConferenceCall and SingleStepConference? Thanks for any help!!
Have a good day,
Dave
Code:
{ "activeCall": {}, "deviceToJoin": { "typeOfNumber": "string", "mediaClass": "string", "connectionRate": "string", "bitRate": "string", "delayTolerance": 0, "switchingSubDomainCCIEType": "string", "switchingSubDomainInformationElements": "string" }, "participationType": 0, "accountCode": {}, "authCode": "string", "correlatorData": {}, "userData": {}, "subjectOfCall": "string", "languagePreferences": "string" }
Code:
{ "activeCall": { "callID": 0, "deviceID": "string" }, "deviceToJoin": "string", "participationType": "string" } { "activeCall": { "deviceID": "5580:CM55::0", "callID": 462 }, "transferredTo": "5590:CM55:0.0.0.0:0" }
Have a good day,
Dave
Comment