I want to hide the invitation link

I want to hide the invitation link on the screen after clicking the meeting id at the top.

Help…

Hi @komingi, thanks for using our SDK.

You can hide this by setting no_invite to true on your MeetingOptions object passed in before joining/starting the meeting. A full list of UI configurations can be found in our documentation here.

Thanks!

Hi @jon.lieblich, thank you for answer.

However, the function I wanted was not solved with the above method.
The function I want is
I would like to hide the invitation link in the red frame in the screenshot below.!

Screenshot_20210308-113458_wizzap|225x500

Thanks!

Hi @komingi,

To disable that menu in the default UI, you can add the following line after instantiating your MeetingOptions object:

options.meeting_views_options = MeetingViewsOptions.NO_TEXT_MEETING_ID

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.