lmssupport
(Radhey M Shukla)
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
(Radhey M Shukla)
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
(Radhey M Shukla)
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
(Radhey M Shukla)
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
(Radhey M Shukla)
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.