Is Participants chat view editable in custom ui

Description
I have enabled zoom custom ui, and i want to remove the invite button in chat window, however its only possible if i don’t use custom ui, and use ZoomSDK.getInstance().getMeetingSettingsHelper().disableChatUI(true);
when i enable custom ui, then this disablechatui doesn’t work,
So what is the other way to disable chat ui or make edits to it.

Which version?
v5.0.24437.0708

Hi @ajay,

Thanks for the post. We are able to identify an issue based on your description and we will fix this in the next release. The current workaround could be using the following:

MeetingOptions.invite_options=InviteOptions.INVITE_DISABLE_ALL

Thanks!