i am trying to set a jitsi on the local network my ip range is 10.0.0.X with docker
everything seem ok i have the 2 computers on the wifi connecting to the room each one seeing is own vidéo but i have no other video.
i am connecting with firefox on both side with exception of security but a message in javascript console says : WebRTC: ICE failed, add a TURN server and see about:webrtc
here is what i added to the .env :
ENABLE_XMPP_WEBSOCKET=0
ENABLE_COLIBRI_WEBSOCKET=1
DOCKER_HOST_ADDRESS=host.docker.internal
PUBLIC_URL=“10.0.0.3:8443”
Any idea of what i can do next ?