Skip to content

Commit

Permalink
Add temporary workaround for jitsi-web Colibri regex
Browse files Browse the repository at this point in the history
Fixes JVB WS datachannel not working, blocking users from
sending and receiving high-quality video.
  • Loading branch information
spijet committed Nov 24, 2023
1 parent 4b53d10 commit 2eb8292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/common-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ data:
XMPP_INTERNAL_MUC_DOMAIN: {{ .Values.xmpp.internalMucDomain | default (printf "internal-muc.%s" (include "jitsi-meet.xmpp.domain" .)) }}
{{- if or .Values.websockets.colibri.enabled }}
ENABLE_COLIBRI_WEBSOCKET: 'true'
# TODO: rework into a proper regex or dynamic name list
ENABLE_COLIBRI_WEBSOCKET_UNSAFE_REGEX: '1'
{{- else }}
ENABLE_COLIBRI_WEBSOCKET: 'false'
{{- end }}
Expand Down

0 comments on commit 2eb8292

Please sign in to comment.