hey, I have successfully install jitsi and its http-bind working properly, but still i am unable to use it. because its reconnecting. here is the java script logs for reference… please help me out
meet/http-bind?room=test:1 Failed to load resource: net::ERR_NAME_NOT_RESOLVED
You might want to replace “meet” with the hostname of your server.
That domain is used to build the URL for /http-bind, and by setting it as just “meet” the client is trying to access https://meet/http-bind which does not have a resolvable hostname hence the error message that you quoted.
What specific problems are you having when accessing it over the internet? Are users not able to join the room, or can they see other participants but no audio/video? What errors do you see in the js console?