Hi, can someone from google team tell me if I can add an AI bot which will be attendee of the meet who can view video and also can speak on the call?
Hi @Keshav_Mittal ,
As of now there is no such google package which you can use directly to add AI bot to the meetings.
Thank you
Hi Keshav,
There is no native bot, but if you want to do this, you have two options:
-
You can build your own bot that is a participant in the meeting so that it can output audio into the meeting. This path often involved browser automation and there are some great repos to get you started building your own bot.
-
You can use a third party API like this google meet bot api which has video and audio recording/streaming built in and can output audio into a call out of the box.
If you have questions about either, happy to chat. Good luck!