https://npmjs.org/package/webrtc.io-client says:
Usingrtc.createStream({"video": true, "audio":true}, function(stream){ // get local stream for manipulation } rtc.connect('ws://yourserveraddress:8001', optionalRoom); // then callback group is availableYou can install the STUN server by calling rtc.SERVER = "STUN stun.l.google.com:19302" and install your server. The default STUN server used by the library is one of Google.
Using
rtc.createStream({"video": true, "audio":true}, function(stream){ // get local stream for manipulation } rtc.connect('ws://yourserveraddress:8001', optionalRoom); //
then callback group is available
You can install the STUN server by calling rtc.SERVER = "STUN stun.l.google.com:19302" and install your server. The default STUN server used by the library is one of Google.
Can I use the same STUN server for my commercial application?
Yes.
No.
Using any third party without agreement is dangerous and may leave you in the future.
Google / API, -.