missing relay candidates from TURN server

2.1k views Asked by At

Just installed the coturn server (https://github.com/coturn/rfc5766-turn-server/). It looks like I'm getting only STUN candidates, but no TURN. As a client I'm using node's webrtc-native.
I tried with public TURN server and did get 'relay' candidates, but I can't get any with my server.
Is there something I'm missing?

1

There are 1 answers

0
Prakhar Shukla On

You need to provide realm in your TURN server configuration. Firefox uses an empty realm if it can't find one. But chrome and firefox don't use any default realm and they will fail to authenticate. Check my complete stack overflow answer here