lmssupport
(Divyanshu Pandey)
1
When user joins the zoom with the meeting id and password or by using the url , user able to see the meeting url and password in the header.
We want to hide the meeting passcode and the invite url when user joins the zoom meeting.
Please share the code snippet to hide the meeting info from header. Please refer the screenshot for the more information.
To Reproduce(If applicable)
Steps to reproduce the behavior:
- when user joins the meeting with the meeting id and password or joins with the url
- by clicking on the green color right mark
- meeting id , host, passcode(password) and invite url is visible
Screenshots
Device (please complete the following information):
- Device: Desktop/Laptop
- OS: Windows 7 and above
add the parameter “meetingInfo” on “ZoomMtg.init({” and disable “pwd”, “invite”
ZoomMtg.init({
...
meetingInfo: [
'topic', // Meeting Title
'mn', // Meeting ID
'host', // Host name
// 'pwd', // Passcode
// 'telPwd', // Numeric Passcode
// 'invite', // Invite link
'participant', // Participant ID
'dc', //
'enctype', // Encryption
'report'
],
1 Like
lmssupport
(Divyanshu Pandey)
3
Hi
Thank you for your reply. But we tried same and it didn’t work.
Still we can see the invite option(meeting invite information) on the screen when we join the meeting.
just tested with the zoom example from github (current version)
no problem with hiding invite url + passcode
1 Like
@lmssupport let us know if it works with the sample app for you.
lmssupport
(Divyanshu Pandey)
7
Hi
Thanks for your email.
We will check and confirm shortly.
1 Like
Hi @lmssupport , is this resolved?
Hi @lmssupport even with the zoom example?
lmssupport
(Divyanshu Pandey)
11
Yes,
Same thing is happening with Zoom example.
Hi @lmssupport ,
Am not able to reproduce with sample app. Is there any other difference in your code that may have been overlooked?
lmssupport
(Divyanshu Pandey)
13
Hi Gianni,
Thanks for your prompt reply.
We are trying to get this done. I will keep you posted.
Okay @lmssupport , thank you for the update. Please let me know.
lmssupport
(Divyanshu Pandey)
15
Thanks @gianni.zoom for your support. It worked.
1 Like
Great, thanks for confirming!
Hey @lmssupport @gianni.zoom
even i want to hide meeting id, how can i achieve it?
im using zoom/meeting sdk on web
Vit
(Vit)
19
Hi! I use “local” version 3.8.5 and I used @j.schoenemeyer code
and I managed to hide pwd but invite link is visible.

I guess Jurgen code should work in CDN and in “local” versions.
Does somebody have an idea how to finally hide that link or replace it with “…” ?
Or for example maybe someone know how to use authentication_exception
from https://developers.zoom.us/docs/meeting-sdk/apis/#operation/meetingCreate
Because I just want to make only 2 participants from my site to be able to be in the meeting.