Releases: voximplant/flutter_voximplant
Releases · voximplant/flutter_voximplant
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)
v3.10.0-beta.4
- Fix(ios): crash on receiving a message during a call
v3.8.3
- Fix(ios): crash on receiving a message during a call
v3.10.0-beta.3
- Fix(ios): crash on remove video renderer that does not exist anymore
v3.8.2
- Fix(ios): crash on remove video renderer that does not exist anymore
v3.10.0-beta.2
- Fix(ios): crash on rendering local video when an iPhone is rotated
- Remove e2e from dev_dependencies