The RECORD_AUDIO permission was declared in the manifest but never requested at runtime, causing WebRTC to fail on Android 6+. Now requests microphone permission on app startup before initializing the WebView. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
532 B
YAML
27 lines
532 B
YAML
name: twp_softphone
|
|
description: TWP Softphone - WebView client for Twilio WordPress Plugin
|
|
publish_to: 'none'
|
|
version: 2.0.1+7
|
|
|
|
environment:
|
|
sdk: ^3.5.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
firebase_core: ^3.0.0
|
|
firebase_messaging: ^15.0.0
|
|
flutter_secure_storage: ^10.0.0
|
|
flutter_local_notifications: ^17.0.0
|
|
webview_flutter: ^4.10.0
|
|
webview_flutter_android: ^4.3.0
|
|
permission_handler: ^11.3.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^4.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|