vonage_voice 1.0.0
vonage_voice: ^1.0.0 copied to clipboard
Native Vonage voice calling for Flutter. Includes full background support, native call UI (CallKit/ConnectionService), and in-call controls.
1.0.0 #
- Initial release of the Vonage Voice Flutter plugin.
- Make and receive voice calls using the Vonage Client SDK.
- Native incoming call screens — CallKit on iOS, ConnectionService on Android.
- Background and killed-state incoming call delivery via FCM (Android) and PushKit (iOS).
- In-call controls: mute, hold, speaker, Bluetooth audio routing, DTMF tones.
- Caller registry — map caller IDs to display names on the native call screen.
- Audio device management — switch between earpiece, speaker, and Bluetooth during calls.
- Full permission management helpers for Android (microphone, phone state, notifications, battery optimization, full-screen intent).
- Token refresh and session management.
- iOS supports both CocoaPods and Swift Package Manager integration.
- iOS minimum deployment target is iOS 15.0 (required by the Vonage Client SDK 2.x).