One of the key requirements is to capture questions and messages posted in the Chat window during a live event and generate a detailed report post-event.
Is there documentation or an example available for achieving this?
Any guidance or suggestions from the Zoom Developer Community would be greatly appreciated!
Thank you for your support.
Hey @zoom.isv1,
To capture chat messages during Zoom calls, you’ll need to use the Meeting SDK (I recommend the Linux SDK).
Specifically, you’ll want to check:
- The IMeetingChatController class for chat-related methods
- The onChatMsgNotification callback for whenever a new chat message is received in the chat
I also recommend viewing the demo repositories, which provide complete examples of meeting SDK implementations to reference:
–
An alternative is to use Recall.ai. It’s a simple 3rd party API for meeting bots to get audio, video, chat messages, and other data from meetings without you needing to spend months to build, scale and maintain these bots.
Let me know if you have any questions!