fix: Bug - Android app doesn't ask for permissions

Prompt for microphone, camera, and notification runtime permissions during Capacitor startup, and fall back to WebView getUserMedia when the native preflight bridge fails so voice joins still surface Android permission dialogs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-11 21:06:51 +02:00
parent 9981aee602
commit bdea95511d
13 changed files with 487 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
export * from './logic/platform-detection.rules';
export * from './logic/call-notification.rules';
export * from './services/mobile-runtime-permissions.service';
export * from './services/mobile-platform.service';
export * from './services/mobile-notifications.service';
export * from './services/mobile-media.service';