Revert "Native calls: upgrade to LiveKit 2.15 + add CallKit audio-session coordination"

This reverts commit 455d16abcc.
This commit is contained in:
2026-07-31 19:35:57 +05:30
parent 455d16abcc
commit c3de5ac8e3
3 changed files with 12 additions and 29 deletions
+1 -3
View File
@@ -93,9 +93,7 @@ workflows:
- name: Install CocoaPods
script: |
cd mobile/ios/App
# --repo-update refreshes the CocoaPods spec repo so it knows the latest LiveKitClient (the build box's
# cached spec repo was stale, so '~> 2.x' resolved an OLD version missing the CallKit audio API).
pod install --repo-update
pod install
- name: Build the signed IPA
script: |