Description -
How can we stop attendees to invite others in meeting?
Work flow -
1.Meeting create.
2. Create meeting attendees url dynamically without adding them as a registrant.
3. Not attendees can invite others but I dont want to allows them
Description -
How can we stop attendees to invite others in meeting?
Work flow -
1.Meeting create.
2. Create meeting attendees url dynamically without adding them as a registrant.
3. Not attendees can invite others but I dont want to allows them
Hi @rohit,
The best way would be to add the user as a registrant and manually approve users who join the meeting.
Thanks
Is there any other way to handle this?
I don’t want to show or allow participants to send invite link?
Hey @rohit,
If you use the Web SDK you can accomplish this.
https://marketplace.zoom.us/docs/sdk/native-sdks/web
Hide Invite Button:
https://zoom.github.io/sample-app-web/ZoomMtg.html#init
https://zoom.github.io/sample-app-web/ZoomMtg.html#showInviteFunction
Thanks,
Tommy