docker-jitsi-meet
docker-jitsi-meet copied to clipboard
How to configure to your own turnservers?
I have setup some coturn servers using instrumento/coturn but when I set the JVB_STUN_SERVERS to this address in the .env it still showing in the curl that it is using google stun servers. Is this a known error? that the JVB STUN SERVERs won't put to your own own stun servers.
how to do you test to see if it is connecting to the correct STUN servers? When I curl the jitsi site I still see this in the return message
stunServers: [ { urls: 'stun:stun.l.google.com:19302' }, { urls: 'stun:stun1.l.google.com:19302' }, { urls: 'stun:stun2.l.google.com:19302' } ],
Have you rm $config . You need rm $config after you modify .env and redockercompse up. Otherwise it won't effect.
Problem on this line https://github.com/jitsi/docker-jitsi-meet/blob/master/web/rootfs/etc/cont-init.d/10-config#L78
cp /defaults/config.js /config/config.js