Remove Invitation URL from info link in top left hand corner, ideally via disableInvite

Description
I would like to disable the Invitation URL from appearing in the information box in the top left hand corner, when logged in.

Error
I am passing in
ZoomMtg.init({

disableInvite : true,
inviteUrlFormat: “”

}
but when the user logs in, the Invitation URL is still present in the information popup.

Which version?
1.8.0
Knowing the version can help us to identify your issue faster.

Screenshots

Screen Shot 2020-09-01 at 11.49.06
Screen Shot 2020-09-01 at 11.44.38

Smartphone (please complete the following information):
Mac: 10.13.6
Chrome: Version 85.0.4183.83 (Official Build) (64-bit)

Additional context
From a comment on this forum, I can hide the entire information panel via CSS as below, but I would like to just disable the invitation URL from appearing.

.meeting-info-icon__icon-wrap { display: none; }

Hey @rossy,

Checkout my post here about how to hide meeting info:

Thanks,
Tommy

Hi @tommy,
I had tried that suggestion in the thread, and didn’t work for me at the time, my bad, it worked perfectly now. Awesome.
Best,
Vinny

1 Like

Happy to hear it is working now! :slight_smile:

Let us know if you have any other questions!

-Tommy

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