exolve_voice_sdk 1.12.0
exolve_voice_sdk: ^1.12.0 copied to clipboard
Flutter plugin for Exolve Voice SDK provides voice call capabilites to your application
Changelog #
0.0.1 #
initial release
0.0.2 #
some updates
0.0.3 #
Used Exolve Voice SDK 1.0.5-dev
0.0.4 #
iOS podspec fix
0.0.5 #
iOS podspec fix
0.0.6 #
Used Exolve Voice SDK 1.0.10
1.0.7 #
Add getVersionInfo method to communicator
Additional LogConfiguration parameters
1.1.0 #
Upgrade Exolve Voice SDK to v1.1.0
Update configuration options:
- enable secure connection
- Android: enable ringtone
- iOS: enable CallKit UI when app is in foreground
- iOS: toggle DTMF display in CallKit UI
- Android: removed backround running option
1.3.0 #
Upgrade Exolve Voice SDK to v1.3.0
Add Configuration Manager from SDK with options:
- Android: enable ringtone
- Detect call location Add event:
- CallUserActionRequiredEvent
1.4.0 #
Add event:
- ConnectionLost
1.6.0 #
Upgrade Exolve Voice SDK to v1.6.1 Add formatted number to Call object setSpeaker method deleted , instead add methods getAudioRoutes, setAudioRoute Update configuration options:
- android telecom integration mode setter Update configuration manager options:
- Android: phone account enabled getter (fot system-managed integration mode) Add event:
- AudioRouteChangedEvent
1.7.0 #
Upgrade Exolve Voice SDK to v1.7.0 Add quality statistics to Call object
1.7.1 #
Upgrade Exolve Voice SDK to v1.7.1 Minor bugs fix
1.9.2 #
Upgrade Exolve Voice SDK to v1.9.2 Added to CallDisconnectedEvent call duration and check call was disconnected by user or remote side Added to CallStatistics rtp packets count statistics On Android added to configuration notify in foreground option
1.11.0 #
Upgrade Exolve Voice SDK to v1.11.0 Added to CallDisconnectDetails DisconnectReason , getDisconnectedByUser() removed from CallDisconnectDetails
1.12.0 #
Upgrade Exolve Voice SDK to v1.12.0 Added extraContext to Call object , and makeCall with extraContext param. ExtraContext add ability pass any string content with 50 bytes max length from exolve user who created outgoing call to exolve user accepted that call.