Skip to content

Releases: voximplant/flutter_voximplant

v3.13.0

19 Jun 18:26
Compare
Choose a tag to compare
  • 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

20 May 17:36
Compare
Choose a tag to compare
  • 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

18 Dec 14:57
Compare
Choose a tag to compare
  • 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

29 Sep 17:57
Compare
Choose a tag to compare
  • Fix(android): crash if the resolution of the video stream changes at the same moment when the renderer is removed

v3.10.0

21 Sep 19:40
Compare
Choose a tag to compare
  • 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

29 Aug 09:59
Compare
Choose a tag to compare
v3.10.0-beta.4 Pre-release
Pre-release
  • Fix(ios): crash on receiving a message during a call

v3.8.3

29 Aug 09:59
Compare
Choose a tag to compare
  • Fix(ios): crash on receiving a message during a call

v3.10.0-beta.3

21 Aug 16:53
Compare
Choose a tag to compare
v3.10.0-beta.3 Pre-release
Pre-release
  • Fix(ios): crash on remove video renderer that does not exist anymore

v3.8.2

21 Aug 16:53
Compare
Choose a tag to compare
  • Fix(ios): crash on remove video renderer that does not exist anymore

v3.10.0-beta.2

17 Aug 18:05
Compare
Choose a tag to compare
v3.10.0-beta.2 Pre-release
Pre-release
  • Fix(ios): crash on rendering local video when an iPhone is rotated
  • Remove e2e from dev_dependencies