From 4d8fa5f06c3d01813f91e2e778f30e43566cd456 Mon Sep 17 00:00:00 2001 From: Thore Cimbal Date: Tue, 28 Jul 2026 23:08:58 +0200 Subject: [PATCH] fix(element-call): limit codec dropdown to codecs the SFU actually supports Live-verified via matrix-rtc-sfu logs: VP9 gets silently rejected and falls back to VP8 (SFU's enabledPublishCodecs is [VP8, H264, H265], no VP9/AV1). Dropdown now only offers those three; also fixed screenShareCodec's default which was "vp9" (fork commit ac99cc65 in threadnet-call). Co-Authored-By: Claude Sonnet 5 --- apps/production/element-server-suite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/production/element-server-suite.yaml b/apps/production/element-server-suite.yaml index 5eca18e..4218f99 100644 --- a/apps/production/element-server-suite.yaml +++ b/apps/production/element-server-suite.yaml @@ -81,7 +81,7 @@ spec: image: registry: rohana.axion1337.de repository: sorb/threadnet-web - tag: v0.2.5-elementcall-de-i18n + tag: v0.2.6-elementcall-realcodecs ingress: host: axion1337.chat