Hi, I use
to create meetings.
Can I hide or disable invitation link from here:
?
Or there is a way to check participants by theirs emails (and/or ids)?
Hi, I use
to create meetings.
Can I hide or disable invitation link from here:
?
Or there is a way to check participants by theirs emails (and/or ids)?
@Vit if you are using Meeting SDK , you can disable that using the meetingInfo parameter
It has nearly solved my problem. I mean I managed to hide password but link is still visible.
I have answered in the thread you sent
Thanks!
@Vit did you disable invite
?
Sure!
Did I mention that I use “local” version? In thread you have suggested Jurgen is using CDN version. I mean that local:
Maybe only CDN has that option to hide link?
Untill nice way to solve not found, i did
const element = document.getElementById("meeting-info-indication");
if (element) {
element.style.display = 'none';
and just hide that green btn