Solved bigbluebutton admin creation bug

This commit is contained in:
2025-08-11 19:24:08 +02:00
parent e8c19b4b84
commit 38de10ba65
3 changed files with 20 additions and 23 deletions

View File

@@ -39,13 +39,13 @@ FSESL_PASSWORD={{applications | get_app_conf(application_id, 'credentials.fsesl_
DOMAIN={{domains | get_domain(application_id)}}
EXTERNAL_IPv4={{networks.internet.ip4}}
EXTERNAL_IPv4={{ networks.internet.ip4 }}
# The following line is not tested and could lead to bugs:
EXTERNAL_IPv6={{networks.internet.ip6}}
EXTERNAL_IPv6={{ networks.internet.ip6 }}
# STUN SERVER
# stun.freeswitch.org
STUN_IP={{networks.internet.ip4}}
STUN_IP={{ networks.internet.ip4 }}
STUN_PORT={{ ports.public.stun[application_id] }}
# TURN SERVER