From 329a729bdc1a11e2a85c3dc0be62899460d94200 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 20 Aug 2025 13:59:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(frontend)=20bump=20LiveKit?= =?UTF-8?q?=20client=20JS=20SDK=20to=202.15.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update LiveKit client JavaScript SDK to version 2.15.5 which includes a patch for Firefox SVC compatibility with AV1 codec. Fixes video encoding issues specific to Firefox when using AV1 codec with Scalable Video Coding, improving browser compatibility and video quality performance. --- src/frontend/package-lock.json | 8 ++++---- src/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 67318399..10fd2395 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -25,7 +25,7 @@ "i18next-parser": "9.3.0", "i18next-resources-to-backend": "1.2.1", "libphonenumber-js": "1.12.10", - "livekit-client": "2.15.2", + "livekit-client": "2.15.5", "posthog-js": "1.256.2", "react": "18.3.1", "react-aria-components": "1.10.1", @@ -7459,9 +7459,9 @@ } }, "node_modules/livekit-client": { - "version": "2.15.2", - "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.15.2.tgz", - "integrity": "sha512-hf0A0JFN7M0iVGZxMfTk6a3cW7TNTVdqxkykjKBweORlqhQX1ITVloh6aLvplLZOxpkUE5ZVLz1DeS3+ERglog==", + "version": "2.15.5", + "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.15.5.tgz", + "integrity": "sha512-zn36akmDlqZxlrTOUgYXtxtj35HQ44aJ+mgKat9BTSPiZru4RjEHOtp8RJE6jGoN2miJlWiOeEKHB2+ae3YrSw==", "license": "Apache-2.0", "dependencies": { "@livekit/mutex": "1.1.1", diff --git a/src/frontend/package.json b/src/frontend/package.json index d3318a4b..8cbf1c11 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -30,7 +30,7 @@ "i18next-parser": "9.3.0", "i18next-resources-to-backend": "1.2.1", "libphonenumber-js": "1.12.10", - "livekit-client": "2.15.2", + "livekit-client": "2.15.5", "posthog-js": "1.256.2", "react": "18.3.1", "react-aria-components": "1.10.1",