mirror of
https://github.com/status-im/status-go.git
synced 2025-01-28 15:37:53 +00:00
592 B
592 B
FAQ
Q: Will pion/turn also act as a STUN server?
A: Yes.
Q: How do I implement token-based authentication?
A: Replace the username with a token in the AuthHandler. The password sent by the client can be any non-empty string, as long as it matches that used by the GenerateAuthKey function.
Q: Will WebRTC prioritize using STUN over TURN?
A: Yes.