|
|
|
@ -68,9 +68,7 @@ jitsi_meet_conf_base: |
|
|
|
|
domain: "{{ jitsi_domain }}" |
|
|
|
|
muc: conference.{{ jitsi_domain }} |
|
|
|
|
bosh: '//{{ jitsi_domain }}/http-bind' |
|
|
|
|
# websocket support is broken on prosody 0.11.7 when running lua 5.1 (on EL7), so disable it for now so it fallback to BOSH |
|
|
|
|
# websocket: wss://{{ jitsi_domain }}/xmpp-websocket |
|
|
|
|
websocket: False |
|
|
|
|
websocket: wss://{{ jitsi_domain }}/xmpp-websocket |
|
|
|
|
clientNode: http://jitsi.org/jitsimeet |
|
|
|
|
focusUserJid: "{{ jitsi_jicofo_xmpp_user }}@{{ jitsi_auth_domain }}" |
|
|
|
|
disableAudioLevels: True |
|
|
|
@ -95,7 +93,7 @@ jitsi_meet_conf_base: |
|
|
|
|
localRecording: |
|
|
|
|
enabled: True |
|
|
|
|
p2p: |
|
|
|
|
enabled: True |
|
|
|
|
enabled: False |
|
|
|
|
useStunTurn: True |
|
|
|
|
stunServers: "{{ jitsi_stun_servers }}" |
|
|
|
|
preferH264: True |
|
|
|
@ -144,7 +142,7 @@ jitsi_meet_interface_conf_base: |
|
|
|
|
- hangup |
|
|
|
|
- profile |
|
|
|
|
- chat |
|
|
|
|
#- recording |
|
|
|
|
- recording |
|
|
|
|
#- livestreaming |
|
|
|
|
- etherpad |
|
|
|
|
- sharedvideo |
|
|
|
@ -270,6 +268,13 @@ jitsi_confmapper_conf_base: |
|
|
|
|
host: 0.0.0.0 |
|
|
|
|
expire_seconds: 86400 |
|
|
|
|
id_max_length: 4 |
|
|
|
|
db_file: "{{ jitsi_root_dir }}/data/confmapper.sqlite" |
|
|
|
|
db_file: "{{ jitsi_root_dir }}/data/confmapper/confmapper.sqlite" |
|
|
|
|
jitsi_confmapper_conf_extra: {} |
|
|
|
|
jitsi_confmapper_conf: "{{ jitsi_confmapper_conf_base | combine(jitsi_confmapper_conf_extra, recursive=True) }}" |
|
|
|
|
|
|
|
|
|
# This is for Jibri integration |
|
|
|
|
jitsi_jibri_xmpp_user: jibri |
|
|
|
|
# jitsi_jibri_xmpp_pass: s3cr3t. |
|
|
|
|
jitsi_jibri_recorder_xmpp_user: recorder |
|
|
|
|
# jitsi_jibri_recorder_xmpp_pass: p@ssw0rd |
|
|
|
|
|
|
|
|
|