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 create webex bot follow the instruction here https://developer.webex.com/docs/bots. Then the bot joins the meeting using its own access token. Our bot receives and processes meeting transcriptions (https://github.com/webex/webex-js-sdk/wiki/Advanc...
Up to 100 registrations are allowed according to the FAQ: https://developer.webex.com/docs/frequently-asked-questions#general. 100 is too small for webex bot and restricts the number of meetings which a bot can join concurrently. Can this limit be re...