https://npmjs.org/package/webrtc.io-client言います:
使用法
rtc.createStream({"video": true, "audio":true}, function(stream){ // get local stream for manipulation } rtc.connect('ws://yourserveraddress:8001', optionalRoom); //
その後、一連のコールバックが利用可能です
rtc.SERVER = "STUN stun.l.google.com:19302" を呼び出して STUN サーバーを設定し、サーバーを設定できます。 ライブラリが使用するデフォルトの STUN サーバーは、Google のものです。
商用アプリにも同じ STUN サーバーを使用できますか?