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.
I want to achieve real time transcription with Webex JS SDK. I am using the 3.0.0-beta.303 version of the library. I am referring below resources:1. https://developer.webex.com/blog/how-to-receive-real-time-meeting-transcription-with-the-webex-javasc...
Hello. I’m trying to build a webex bot that will act as an assistant for the meeting host. The bot should be able to: join a meeting automaticallyspeak aloud meeting agenda when the meeting starts proactively listen to the conversation of the partici...
webex.init() takes a while to initialize. I was able to make it working by wrapping the code inside webex `ready` event.```webex.once('ready', () => {// webex meetings register, sync, join, etc. });```https://developer.webex.com/docs/sdks/webex-meeti...
Also, would like to highlight that, as per prerequisite, the meeting webex assistant license is also enabled for the user.Also ensured this is enabled https://help.webex.com/en-us/article/hzd1aj/Enable-Webex-Assistant-for-devices
Hi Janos. Thanks for the reply. Basically, I am trying to build an embedded app that should proactively listen to meeting conversation.The app has HTML and JS. Details:```webex: ^3.0.0-beta.303@webex/plugin-meetings: ^3.0.0-beta.303-----custom JS and...