mslosarz / nextrtc-signaling-server

NextRTC is simple WebRTC signaling server written in java. It provides signal exchange and easy to integrate API
http://nextrtc.org
MIT License
187 stars 60 forks source link

STUN/TURN support? #23

Closed ilahsa closed 6 years ago

ilahsa commented 7 years ago

STUN/TURN support? how to do it

mslosarz commented 7 years ago

It's client side configuration. You have to pass STUN/TURN addresses during client setup like in this example https://github.com/mslosarz/nextrtc-example-videochat/blob/master/src/main/webapp/index.html (line 55)