I downloaded Avaya Aura AES Release 10.2 Dec 2023 DMCC .NET SDK and am trying to create a demo to initialize a call between local sales rep in the office and external customer. The only dll included was ServiceProvider.dll.
I have been tried asking ChatGPT and Copilot to generate me some sample code to make call but some of the options it says I should have... I dont seem to using Visual Studio and C#.net
I have been able to connect to AES using StartApplicationSession call. I can successfully call DeviceId, GetPhysicalDeviceName, GetPhysicalDeviceInformation APIs..
but when i try to make call: serviceProvider.getThirdPartyCallController.MakeCa ll(txtDeviceId.Text, txtCallTo.Text, null);
- It returns error: <stateIncompatibility>invalidDeviceState</stateIncompatibility>
Any thoughts, suggestions? Am I using the correct SDK/APIs?
I have been tried asking ChatGPT and Copilot to generate me some sample code to make call but some of the options it says I should have... I dont seem to using Visual Studio and C#.net
I have been able to connect to AES using StartApplicationSession call. I can successfully call DeviceId, GetPhysicalDeviceName, GetPhysicalDeviceInformation APIs..
but when i try to make call: serviceProvider.getThirdPartyCallController.MakeCa ll(txtDeviceId.Text, txtCallTo.Text, null);
- It returns error: <stateIncompatibility>invalidDeviceState</stateIncompatibility>
Any thoughts, suggestions? Am I using the correct SDK/APIs?
Comment