Hide Invite Button for host

Is it possible for hiding invite button for host ? And also is it possible for hiding chat button host too ?

Hi oguzhan.kivrak,

Thanks for the post. If you are using Zoom default UI:

ZoomSDK.getInstance().getMeetingSettingsHelper().disableChatUI(true);

Hope this helps. Thanks!

Thanks Carson,
I tried this solution “https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/MeetingOptions.html#no_invite” but still host has invite button.
And also i tried for disable chat this code ZoomSDK.getInstance().getMeetingSettingsHelper().disableChatUI(true);
it gives error “can’t resolved method” :frowning:

Hi oguzhan.kivrak,

Thanks for the reply. May I ask what is the SDK version you are using? And are you using API or email login to host a meeting? I just tried to disable invite and the chat button with our demo app available in https://github.com/zoom/zoom-sdk-android and I am able to hide both of them.

Hope this helps. Thanks!

Thanks for your reply. I am using this version v4.4.56656.1030. I will upgrade and i will share the results.
Thanks againg

Hi oguzhan.kivrak,

Thanks for the reply. Looking forward to hearing from you.

Thanks!

We are unable to hide the “invite button” in Android. SDK version 4.6.21666.0429.

Hi @karthikeyan.ramaraj,

If you would like to hide the invite button, please use MeetingOptions.invite_options=InviteOptions.INVITE_DISABLE_ALL

Thanks!