mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
Split ICE Servers to frontend and backend (#37)
* split iceservers to frontend and backend. * no backend ice servers when ice lite enabled. * update config.
This commit is contained in:
@ -120,6 +120,10 @@ session:
|
||||
webrtc:
|
||||
icelite: true
|
||||
iceservers:
|
||||
- urls: [ stun:stun.l.google.com:19302 ]
|
||||
# username: foo
|
||||
# credential: bar
|
||||
# Backend servers are ignored if icelite is true.
|
||||
backend:
|
||||
- urls: [ stun:stun.l.google.com:19302 ]
|
||||
frontend:
|
||||
- urls: [ stun:stun.l.google.com:19305 ]
|
||||
#username: foo
|
||||
#credential: bar
|
||||
|
Reference in New Issue
Block a user