VideoCall-HTML5-Videochat-PHP
VideoCall-HTML5-Videochat-PHP copied to clipboard
Client side source code
Hi guys! Would you mind committing the source code for the client side? I can only see the bundled static assets.
For context, I'm building a WebRTC proof of concept (available here) to open a data channel between two peers (w/o video nor audio), and the RTC connection fails when one of peers is outside the local network (despite having a TURN server in place).
I'd like to understand how your demo successfully stablishes the connection, while mine fails. Thanks in advance!