You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are building a local audio and messaging system. There is no internet connection. Just LAN.
So, is there any open source signalling server for this webrtc-sdk, so we can install and run our own system without connecting pubnub's servers?
Thanks
The text was updated successfully, but these errors were encountered:
If you open webrtc-v2.js, you can see the list of google STUN/ICE servers that it uses. You could probably fork and modify webrtc-v2.js to provide your own list
Hi,
We are building a
local
audio and messaging system. There is no internet connection. Just LAN.So, is there any open source signalling server for
this webrtc-sdk
, so we can install and run our own system without connecting pubnub's servers?Thanks
The text was updated successfully, but these errors were encountered: