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.
Browser automation can work for quick demos, but it’s fragile over time. Even small UI or DOM changes in Webex can break your flow, so unless you plan to maintain it constantly, the JS SDK is a better bet. It handles joining, authentication, and medi...
Just following up to give more info. As Sandip mentioned above, you’re right that Webex doesn’t currently expose an API to start or stop recordings. The /recordings endpoints in the Webex REST API lets you list, download, or delete recordings after t...
To build a Webex bot with the functionality you described, I’d break it into a few main parts:Join the meeting automaticallyHave the bot programmatically enter the meeting when it starts. You can build this yourself with using browser automation to c...