

To use Jitsi Meet you can simply go to and click on GO: Trade messages and emojis while you video conference, with integrated chat.Pick fun meeting URLs for every meeting.Invite users to a conference via a simple, custom URL.Share your desktop, presentations, and more.
Jitsi meet install for free#
STUN servers can be specified with the JVB_STUN_SERVERS option.Jitsi Meet is a fully encrypted, 100% open source video conferencing solution that you can use completely for free with no account needed. The public IP address is discovered via STUN. If this is not set up correctly, calls will crash when more than two users join a meeting. If your users are coming in over the Internet (and not over LAN), this will likely be your public IP address. This way, the Videobridge will advertise the IP address of the host running Docker instead of the internal IP address that Docker assigned it, thus making ICE succeed. If running in a LAN environment (as well as on the public Internet, via NAT) is a requirement, the DOCKER_HOST_ADDRESS should be set. Running behind NAT or on a LAN environment If you want to use jibri too, first configure a host as described in JItsi BRoadcasting Infrastructure configuration section and then run Docker Compose as follows: docker-compose -f docker-compose.yml -f jibri.yml up -d or to use jigasi too: docker-compose -f docker-compose.yml -f jigasi.yml -f jibri.yml up -d If you want to enable document sharing via Etherpad, configure it and run Docker Compose as follows: docker-compose -f docker-compose.yml -f etherpad.yml up

If you want to use jigasi too, first configure your env file with SIP credentials and then run Docker Compose as follows: docker-compose -f docker-compose.yml -f jigasi.yml up

