Resolve "installation d'un coturn externe"
This commit is contained in:
@@ -1,21 +1,10 @@
|
||||
---
|
||||
- name: Conf Jitsi - webcam en qualité medium par defaut
|
||||
blockinfile:
|
||||
lineinfile:
|
||||
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
|
||||
marker: "// {mark} ANSIBLE MANAGED BLOCK"
|
||||
insertafter: "[^?]// Video"
|
||||
block: |
|
||||
resolution: 360,
|
||||
constraints: {
|
||||
video: {
|
||||
aspectRatio: 16 / 9,
|
||||
height: {
|
||||
ideal: 360,
|
||||
max: 360,
|
||||
min: 240
|
||||
}
|
||||
}
|
||||
},
|
||||
insertafter: "[^?]// resolution: 720,"
|
||||
line: "resolution: 360,"
|
||||
|
||||
- name: Conf Jitsi - Désactive l'effet floutage d'arrière plan
|
||||
replace:
|
||||
|
||||
Reference in New Issue
Block a user