Webex for Developers

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel


Forum Posts

We're thrilled to announce that the Webex for Developers Community forum has expanded to include dedicated topics for Webex Contact Center APIs and integrations! We encourage all Webex Contact Center developers to utilize this forum to engage in disc...

philbell by Cisco Employee
  • 2670 Views
  • 1 replies
  • 3 Helpful votes

Hello,The following code can be used to initiate a call from a bot in the WebEx app:val intent = Intent(Intent.ACTION_VIEW).apply {     data = Uri.parse("tel:1234567890") } startActivity(intent)However, it doesn't work with the WebEx Intune app.Can a...

thomas-w by Frequent Visitor
  • 1024 Views
  • 3 replies
  • 0 Helpful votes

I'm developing a widget to capture real-time call audio  transcript using Cisco provided SDK.Has anyone implemented this recently with Webex Contact Center.Looking for supported methods or sample SDK/API integrations—any suggestions appreciate     

I am working on a custom widget for some customisations, and I want the custom widget to load or navigate automatically when a call is accepted.I also have a custom button on the left navigation. Could you please suggest a solution to help implement ...