Webex bot assistant for meeting hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 04:59 AM
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 automatically
- speak aloud meeting agenda when the meeting starts
- proactively listen to the conversation of the participants
- Understand which agenda item is being discussed and then speak aloud for time check
- Generate and share the minutes of meeting via email to the meeting host
there are a couple more requirements, but basically I expect that the bot should be able to do these things.
I checked the webex bot https://developer.webex.com/docs/bots but it looks more like a chatbot. I’m looking for some guidance on how to build the bot with mentioned requirements. Thank you.
- Labels:
-
Webex Bots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 11:17 PM
Hello @subhojitpaul21,
A Webex Bot can't join a Webex meeting or, can't even access a meeting data.
It can only join a Webex space and can work with Webex message content. But Bots are not designed for working with Webex meetings.
You can add Webex Embedded App for Webex meetings, however Embedded App won't have such functionality that you're looking for.
Hope this helps!
Please let us know for any further queries.
Regards!
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 06:43 AM
Hi. Thanks for your response. I believe you are referring to this https://developer.webex.com/docs/embedded-apps. I will explore it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 10:13 PM
That's correct! You're referring to the correct Documentation Link @subhojitpaul21.
Sure, let us know if you've any queries going ahead.
Regards!
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 07:13 AM
Hi @sandiban I found this SDK https://www.npmjs.com/package/@webex/embedded-app-sdk however, it lacks examples. I found this https://eaf-sdk.webex.com/ - but the portal is not reachable. There are code samples here https://developer.webex.com/docs/embedded-apps-api-reference, but it is using the deprecated 1.x version.
Can you share some 2.x code sample references?
