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:
parent
e73d54fbfd
commit
f021c4c062
1 changed files with 1 additions and 1 deletions
|
@ -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__" }
|
||||||
|
|
Loading…
Reference in a new issue