Skip to content

Releases: voximplant/flutter_voximplant

3.17.0

Choose a tag to compare

@jedi1150 jedi1150 released this 15 Jun 16:48
  • 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

Choose a tag to compare

@YuliaGrigorieva YuliaGrigorieva released this 17 Nov 17:43

v3.16.0

Choose a tag to compare

@YuliaGrigorieva YuliaGrigorieva released this 26 Sep 17:32
  • Update Android and iOS platform code to use Voximplant Android SDK 2.43.1 and Voximplant iOS SDK 2.56.0

v3.15.0

Choose a tag to compare

@YuliaGrigorieva YuliaGrigorieva released this 15 Sep 18:09

v3.14.0

Choose a tag to compare

@YuliaGrigorieva YuliaGrigorieva released this 11 Mar 11:54
  • 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

Choose a tag to compare

@YuliaGrigorieva YuliaGrigorieva released this 19 Jun 18:26
  • 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

Choose a tag to compare

@YuliaGrigorieva YuliaGrigorieva released this 20 May 17:36
  • 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

Choose a tag to compare

@YuliaGrigorieva YuliaGrigorieva released this 18 Dec 14:57
  • 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

Choose a tag to compare

@YuliaGrigorieva YuliaGrigorieva released this 29 Sep 17:57
  • Fix(android): crash if the resolution of the video stream changes at the same moment when the renderer is removed

v3.10.0

Choose a tag to compare

@YuliaGrigorieva YuliaGrigorieva released this 21 Sep 19:40
  • 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)