We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a3dda commit 25a2f52Copy full SHA for 25a2f52
templates/bbb-config/bigbluebutton/recording/recording.yml.j2
@@ -6,8 +6,7 @@ playback_protocol: https
6
steps:
7
archive: 'sanity'
8
sanity: 'captions'
9
- captions: {{ bbb_recording_formats | map('strformat', 'proccess:%s') | to_yaml | trim }}
+ captions: {{ bbb_recording_formats | map('strformat', 'process:%s') | to_yaml | trim }}
10
{% for format in bbb_recording_formats %}
11
'process:{{format}}': 'publish:{{format}}'
12
{% endfor %}
13
-
0 commit comments