1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

Make P2P working again

This commit is contained in:
yalh76 2020-06-18 16:16:02 +02:00
parent e73d54fbfd
commit f021c4c062

View file

@ -50,7 +50,7 @@ VirtualHost "__DOMAIN__"
Component "conference.__DOMAIN__" "muc" Component "conference.__DOMAIN__" "muc"
modules_enabled = { modules_enabled = {
"muc_meeting_id"; "muc_meeting_id";
"muc_domain_mapper"; -- "muc_domain_mapper"; # Disable because it make p2p failed
-- "token_verification"; -- "token_verification";
} }
admins = { "__FOCUS_USER__@auth.__DOMAIN__" } admins = { "__FOCUS_USER__@auth.__DOMAIN__" }