Hey @farid321,
You can hide the meeting information by not including the respective meeting info in the meetingInfo array in the ZoomMtg.init({}) function with the new 1.7.9 version:
https://zoom.github.io/sample-app-web/ZoomMtg.html#init
ZoomMtg.init({
debug: true,
leaveUrl: 'http://www.zoom.us',
isSupportAV: true,
meetingInfo: [
'topic',
'host',
]
});
Don’t include pwd or mn.
Thanks,
Tommy