This website works better with JavaScript.
Explore
Help
Register
Sign In
mirror
/
docker-jitsi-meet
mirror of
https://github.com/jitsi/docker-jitsi-meet
Watch
2
Star
0
Fork
You've already forked docker-jitsi-meet
0
Code
Issues
Releases
Wiki
Activity
jicofo: fix syntax error on opus end brace
Browse Source
pull/1506/head
Aaron van Meerten
2 years ago
parent
e5d421331d
commit
5addc54d63
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
jicofo/rootfs/defaults/jicofo.conf
2
jicofo/rootfs/defaults/jicofo.conf
Unescape
Escape
View File
@ -107,8 +107,8 @@ jicofo {
red {
red {
enabled = "{{ .Env.ENABLE_CODEC_OPUS_RED | toBool }}"
enabled = "{{ .Env.ENABLE_CODEC_OPUS_RED | toBool }}"
}
}
{{ end }}
}
}
{{ end }}
}
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mirror/docker-jitsi-meet
Title
Body
Create Issue