Preventing chat message display

I am embedding Zoom Meeting UI in my Android app following the example2 with MyMeetingActivity and config parameter zm_config_conf_activity.

Is there any way for preventing chat message display over the video?

1 Like

I have the same problem, I don’t want chat messages to clutter the video window. Is it possible to disable this behavior?

Thanks!

Hi criva,

Thanks for the post. You may use the interface disableChatUI(true) to disable the chat feature, so the chat won’t show up. If you would like to keep the chat feature and hide the chat message bubble, currently there is no interface to hide these chat messages. I will forward this as a feature request to the engineering team.

Thanks!

1 Like

UPDATE: calling disableChatUI seems to do the trick. Thanks @Carson_Chen

Glad to hear that it is working. Happy Zooming! :slight_smile: