Chatbot for in-meeting chat

Hi, Zoom dev community,

I know Zoom has chatbot API, but that’s for Zoom chat. I’m wondering if there is any way I can build a chatbot in a Zoom meeting. Or can I access what people are sending in the meeting chat so that I can build my own chatbot to process the messages?

Best.

1 Like

@rhyschen ,

If you are using Windows Meeting SDK, you might want to take a look at this
https://marketplacefront.zoom.us/sdk/meeting/windows/class_i_meeting_chat_ctrl_event.html

This interface should provide you with the messages during a Zoom Meeting.

To send replies, you will need to look at the below interface
https://marketplacefront.zoom.us/sdk/meeting/windows/class_i_meeting_chat_controller.html

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.