Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We want to build integration using Webex API and Webhooks. As result we want get next usecase:1. User allow us to make API call and setup Webhook with provided Access Token(via OAuth Authorization URL)2. We setup on our side Webhook for meeting event...
I am started to build solution for connecting and recording meetings calls. To simulate bot behavior, browser automation used. I found Webex Browser SDK, but it seems deprecated. Examples in Github repos wasn`t updated for years! I want to build solu...
My case:1. Create a simple web server to to apply Oauth2. Register Integration (set url to my server as Redirect URI)3. Set a meetings scope4. Granted integration permissions for my account 5. Get access token from callback to my server6 Use it acce...
Another question. Can i using this SDK build app to join and record calls?I need to use SDK in CDN mode, not to use as Node.js app. And interact with it via browser automation (Selenium f.e.)