I have a question about WebRTC and its security. I have been reading that WebRTC if using a STUN server is direct first by the server to get some metadata, then it is a connection between user to user. And TURN is for a connection that is relayed/proxied via the server.
What I have in question is that can WebRTC be intercepted in ANY way?
I am tryiing to implement a rfc5766-turn-server program into my server OR I can use coturn or even restund. But my main question is how do I secure it? Is there a encryption mechanism that can be used? To block for example MITM attacks?
Thank you for the help! Really new to WebRTC.