Webex for Developers

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

Forum Posts

We are excited to inform you that the Webex Developer Beta program is officially OPEN! With the support of the Webex Beta Platform, you now have the opportunity to access the Webex Developer Platform's APIs, SDKs, and other features before anyone els...

There are a couple of questions that are regulary raised in the #webex4devs space. Let's collect them here along with the answers. Please use seperate discussions for questions to not pollute this collection. Feel free to extend the collection.   The...

dtibbe by VIP Advisor
  • 6310 Views
  • 12 replies
  • 25 Helpful votes

Hi community!I would like to know how I can get the status field via the WebEx API. I only found the pre-configured status fields in person details like 'active', 'call', 'DoNotDisturb', ect.https://developer.webex.com/docs/api/v1/people/get-person-d...

Lraec by Beginner
  • 194 Views
  • 3 replies
  • 0 Helpful votes

Exciting news for all Webex users! Now you can access our status page via API at status.webex.com. Stay updated on any service disruptions or maintenance and keep your communication running smoothly. https://developer.webex.com/blog/webex-status-ap...

We are excited to inform you that the Webex Developer Beta program is officially OPEN! With the support of the Webex Beta Platform, you now have the opportunity to access the Webex Developer Platform's APIs, SDKs, and other features before anyone els...

At Cisco Live Vegas, developers will have multiple opportunities to learn about the Webex for Developers platform via classrooms, workshops, and booths. Read about them in this blog: https://developer.webex.com/blog/webex-for-developers-at-cisco-live...

     string clientId = "your client id"; string clientSecret = "your client secret"; string redirectUri = "KitchenSink://response/"; string scope = "webex:all"; var auth = new OAuthAuthenticator(clientId, clientSecret, scope, redirectUri); // authC...

dsign228 by Beginner
  • 210 Views
  • 2 replies
  • 0 Helpful votes

Hello,  I'm trying to develop a bot for Webex. The documentation recommends using the Webhooks.It looks easy to implement, the only missing piece is the speaking  language of the user.With Microsoft Teams, I have access to a "locale" attribute inside...

dupontb by Beginner
  • 545 Views
  • 3 replies
  • 0 Helpful votes

When I try to create a meeting with Webex meeting api I get an error saying"Session type not found by Session type ID"When I look at the documentation I see Session type id is not required so i do not send it on my request. I have also tried to print...

mertdl by Beginner
  • 208 Views
  • 5 replies
  • 0 Helpful votes