fix(sfu): use concrete WebRTC listen IP for browser-consumable ICE candidates
This commit is contained in:
@@ -17,7 +17,7 @@ MEDIA_PROVIDER=mock
|
||||
TURN_URLS=
|
||||
TURN_USERNAME=
|
||||
TURN_CREDENTIAL=
|
||||
MEDIA_WEBRTC_LISTEN_IP=0.0.0.0
|
||||
MEDIA_WEBRTC_LISTEN_IP=127.0.0.1
|
||||
MEDIA_WEBRTC_ANNOUNCED_IP=
|
||||
MEDIA_RTC_MIN_PORT=40000
|
||||
MEDIA_RTC_MAX_PORT=49999
|
||||
|
||||
Reference in New Issue
Block a user