mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 16:13:20 +01:00
fix for WebRTC with symetric NAT: open rtp ports publically
This commit is contained in:
parent
fa6675683f
commit
83957b0c34
@ -73,8 +73,8 @@
|
||||
<param name="ext-sip-ip" value="auto-nat"/>
|
||||
-->
|
||||
|
||||
<param name="rtp-ip" value="$${local_ip_v4}"/>
|
||||
<param name="sip-ip" value="$${local_ip_v4}"/>
|
||||
<param name="rtp-ip" value="0.0.0.0"/>
|
||||
<param name="sip-ip" value="0.0.0.0"/>
|
||||
<param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
|
||||
<param name="ext-sip-ip" value="$${external_sip_ip}"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user