max-mapper / screencat

:cat2: webrtc screensharing electron app for mac os (Alpha)
http://maxogden.github.io/screencat
BSD 2-Clause "Simplified" License
3.02k stars 370 forks source link

What's is remoteConfigUrl? #67

Closed roy2651 closed 7 years ago

roy2651 commented 7 years ago

hello,friend I get function getRemoteConfig() ,is this get remote webrtc config(ice/stun/turn) ,how I modify var remoteConfigUrl to my iceserver I use coturn in my server , and how to use my coturn server Thank u and God bless u

roy2651 commented 7 years ago

I find this remoteConfigUrl is a http ask and get a json like {"iceserver":["urls" :{}]}, you can get the result by var remoteConfigUrl = 'https://instant.io/_rtcConfig', you can get some info ,so I write an api get result like remoteConfigUrl. If u get this, u can get everywhere whatever innernet or internet.

XI803-ManikMahendru commented 4 years ago

It is not resolved