How to customize invitation email inside meeting

Hi Zoom,

We are trying to customize the invitation email message inside meeting. If it’s hard to do it, could we directly delete the menu item or even the button?

We have attached the screenshots for your information.

Please help.

Hi rao

You can start or join meeting with MeetingOptions
if you want hidden invite button set no_invite true.

if you wang delete email menu set invite_options =InviteOptions.INVITE_VIA_SMS | InviteOptions.INVITE_COPY_URL

Hi Rao,
You can also refer to our doc: https://marketplace.zoom.us/docs/sdk/native-sdks/android/mastering-zoom-sdk/in-meeting-function/zoom-meeting-ui/ui-setting#5-invite-options

Thanks!