Releases: voximplant/flutter_voximplant
Releases · voximplant/flutter_voximplant
Release list
3.17.0
- Compatibility with Flutter 3.44/Dart 3.12 and SPM support (#53)
- Updates minimum supported SDK version to Flutter 3.24/Dart 3.5 (#53)
- Update Android and iOS platform code to use Voximplant Android SDK 2.45.0 and Voximplant iOS SDK 2.58.0 (#56)
- Introduce VINode.Node12 and VINode.Node13 (#56)
- Fix for #48 (#57)
v3.16.1
- Fix: type error on processing VIAuthResult in some cases
v3.16.0
- Update Android and iOS platform code to use Voximplant Android SDK 2.43.1 and Voximplant iOS SDK 2.56.0
v3.15.0
- Introduce Voximplant.configureFileLogger API to write logs to a file on Android
- Voximplant.logListener API is now available only on iOS
v3.14.0
- Update Android and iOS platform code to use Voximplant Android SDK 2.41.1 and Voximplant iOS SDK 2.54.0
- Introduce VINode.Node11
- Fix(android): update build.gradle and VoximplantPlugin for compatibility with the latest flutter versions
v3.13.0
- Update Android and iOS platform code to use Voximplant Android SDK 2.40.1 and Voximplant iOS SDK 2.53.0
- VINode is a required parameter to establish the connection with the Voximplant Cloud.
Find more information about VINode in the getting started guide. - Update example project
- Resolve dart static analyzer issues
- Update dependency constraints to
- sdk: '>=2.18.0 <4.0.0'
- flutter: '>=3.3.0'
v3.12.0
- Update Android and iOS platform code to use Voximplant Android SDK 2.39.0 and Voximplant iOS SDK 2.52.0
- Change minimum iOS deployment target to 12.0
- Introduce VINode enum
- VIClient.connect API now takes an optional parameter to specify the node the Voximplant account belongs to
v3.11.0
- Update Android and iOS platform code to use Voximplant Android SDK 2.38.2 and Voximplant iOS SDK 2.51.0
- Fix(android): VILocalVideoDegradation is not processed correctly in native code
v3.10.1
- Fix(android): crash if the resolution of the video stream changes at the same moment when the renderer is removed
v3.10.0
- Update Android and iOS platform code to use Voximplant Android SDK 2.37.0 and Voximplant iOS SDK 2.50.0
- Introduce new API to handle video receive stop on a remote video stream and its reason (see 3.10.0-beta changelog)