Hi folks,
I'm new to webRTC and would appreciate your help or suggestions on the below issue.
I am working on an existing repository which uses webRTC to establish video calls, with a python backend and ReactJS frontend. It works perfectly when I run it on two windows/two browsers/two devices on the local network.
It fails to connect the ice candidates when on different networks. The iceconnectionstate changes directly from checking to disconnected. I am not using a TURN server currently. I was told that this setup, was previously working on different networks even without a TURN server.
So my question is what could the possible issue here be and how to solve it without a TURN server?
I have attached the logs I see on Chrome.