♻️(frontend) refactor background processors to use the new API

Update the calls to the background processors imported from
livekit-track-processor so they use the new instantiation method
instead of the previous, now-deprecated one.
This commit is contained in:
lebaudantoine
2026-07-11 15:11:40 +02:00
committed by aleb_the_flash
parent f55fa0c42b
commit 1e5f5c4fe9
2 changed files with 10 additions and 4 deletions
+1
View File
@@ -19,6 +19,7 @@ and this project adheres to
- 🗑️(settings) deprecate SUMMARY_SERVICE_VERSION=1
- ⬆️(mail) update mjml to v5 and @html-to/text-cli
- 🚸(frontend) initialize the join input name with the persisted full name
- ♻️(frontend) refactor background processors to use the new API
### Fixed