voip_twilio_sdk 1.2.2
voip_twilio_sdk: ^1.2.2 copied to clipboard
A Flutter plugin for Twilio Voice SDK integration. Provides VoIP calling capabilities without requiring native code implementation.
1.2.2 #
- CallOptions: Added support for optional parameters via
extraOptions(Map<String, String>?)
1.2.1 #
- Documentation: Added badges (version, license, platform) to README header for better visibility
1.2.0 #
- Stable Release: Re-release of 1.1.0 codebase with flexible sample rate handling
- iOS: Implemented flexible sample rate handling to prevent crashes on different devices and simulators
- Replaced hardcoded sample rates (44100.0) with dynamic detection from AVAudioSession
- Uses AVAudioSession.sampleRate as primary source, falls back to 48000.0 if invalid
- Improved error handling with guard let statements instead of force unwraps
- Added logging for sample rate debugging
- Prevents crashes on iOS simulators and different device configurations
1.1.0 #
- iOS: Implemented flexible sample rate handling to prevent crashes on different devices and simulators
- Replaced hardcoded sample rates (44100.0) with dynamic detection from AVAudioSession
- Uses AVAudioSession.sampleRate as primary source, falls back to 48000.0 if invalid
- Improved error handling with guard let statements instead of force unwraps
- Added logging for sample rate debugging
- Prevents crashes on iOS simulators and different device configurations
1.0.3 1.0.11 #
- Added detailed iOS setup instructions for enabling Background Modes in Xcode
- Added troubleshooting section for Background Modes configuration
- Improved documentation with step-by-step guide for "Voice over IP" capability
1.0.2 #
- Made all protocol methods in extensions public (
FlutterStreamHandler,CXProviderDelegate,CallDelegate) - Fixed Swift visibility requirements for protocol conformance
1.0.1 #
- Added
VoipTwilioSdkPluginclass for iOS to enable automatic plugin registration viaGeneratedPluginRegistrant - Made
TwilioVoiceChannelHandlerpublic with publicsetup()andcleanup()methods - Added
@objcsupport toVoipTwilioSdkPluginfor Objective-C compatibility - Plugin now works automatically for all users without manual AppDelegate/SceneDelegate setup
1.0.0 #
- Initial version.
