I am using internal authentication with docker. As you see in the screenshot below, it provides a pop up asking the user if he/she is a host or not.
Issue is, when I press “cancel”, it should stay on the same page. But it redirects me to https://localhost:8443. Is there a way to avoid this and make the user stay on the same page?
I mean the host should start the meeting and then the guest can enter. So I want the guest to stay on the same page so he/she can wait for the host to start the meeting.
Also in the popup, it says “please wait for the host to arrive”.
Well, sure, the guest is already where they need to be. I don’t understand, do you just want to hide the dialog? That would be very weird since it would look as if they are alone in the meeting, when in fact they cannot join until a moderator has granted access.
You’d need to modify the code yourself, we don’t allow the cancel button to be hidden.
yes i would like to modify my code to hide the Cancel button.
I am assuming it is present in \jitsi-meet\lang, right?
Which json file do I have to change?
Oh okay I found it in AuthHandler.js inside jitsi-meet\modules\UI\authentication.
But I am not able to understand how do I remove the cancel button itself?