feat(plugins): add LiveKit audio switch patch plugin
Some checks failed
Frontend CI / ota (ios) (push) Has been cancelled
Frontend CI / build-and-push-web (push) Has been cancelled
Frontend CI / ota (android) (push) Has been cancelled
Frontend CI / build-android-apk (push) Failing after 18m50s

Introduce withLivekitAudioswitchPatch plugin for handling LiveKit audio routing and switching functionality.
This commit is contained in:
lafay
2026-06-16 01:10:20 +08:00
parent a31225dce2
commit 4c4d28f0e2
2 changed files with 41 additions and 0 deletions

View File

@@ -68,6 +68,7 @@
"plugins": [
"./plugins/withCmakeJobLimit",
"./plugins/withJcorePatch",
"./plugins/withLivekitAudioswitchPatch",
"./plugins/withSigning",
"./plugins/withMainActivityConfigChange",
[