Can I read, in real time, the messages posted to the chat in Meeting?

Hi Team,

I am using Zoom Android SDK.

I am trying to understand how to interact with an attendee in a Zoom meeting using canned messages that is customized with their name, etc. For example, knowing the attendee’s name or answers to the questions (s)he has posted at the time of registration, I want to send or direct them to customized content to a site. Can I read, in real time, the messages posted to the chat?

Thanks,
Shankar.

Hi Shankar,

Thanks for the post. You may implement the listener onChatMessageReceived(https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingServiceListener.html#onChatMessageReceived-us.zoom.sdk.InMeetingChatMessage-) to get the in-meeting chat messages. And you could send chat messages using sendChatToGroup/sendChatToUser(https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingChatController.html#sendChatToUser-long-java.lang.String-).

Hope this helps. Thanks!

Hi @carson.zoom,

Thank you so much for helping me out in solving my problem. It worked perfectly.

Thanks,
Shankar

Glad to be helpful. Happy Zooming!