cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
293
Views
0
Helpful
4
Replies

Webex bot assistant for meeting hosts

subhojitpaul21
Level 1
Level 1

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. 

4 Replies 4

sandiban
Cisco Employee
Cisco Employee

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

Hi. Thanks for your response. I believe you are referring to this https://developer.webex.com/docs/embedded-apps. I will explore it.

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 

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?