I’m facing a security issue with WebRTC connections. By design, browsers expose the server’s IP address as ICE candidates during connection establishment. While it’s possible to hide the API layer using services like Cloudflare, we can’t hide the server’s IP address, which makes us vulnerable to attacks.
What approaches can I take to protect my WebRTC server? I’m considering placing my server behind a Cloudflare TURN server, but I’m not sure if this is a viable solution. How would I configure this in Janus Media Server?
Has anyone implemented a solution that successfully hides the WebRTC server IP while maintaining service functionality?