Skip to content

Releases: voxeet/voxeet-uxkit-cordova

v1.5.9

07 Dec 18:32
Compare
Choose a tag to compare

Android

  • bump to UXKit 3.7.5
  • fixed issue when initialising from background

iOS

  • Bump to UXKit 1.x

v1.5.7

01 Nov 17:51
f9a10e7
Compare
Choose a tag to compare

Release 1.5.7 containing improvements for iOS and mostly Android

Android

  • fix for Android 32 support in the play store (no need for custom modification in the parent's Cordova project)
  • uses Android SDK 3.7.1 and support with the UXKit
  • changed for the UXKit's common module

iOS

  • uses UXKit 1.6.5
  • SDK 3.3.3

iOS bump to 3.3.3

09 Feb 11:00
daa532c
Compare
Choose a tag to compare

iOS Bump SDK to 3.3.3 and UXKit to 1.6.4

v1.5.5

11 Jan 12:54
f841553
Compare
Choose a tag to compare

iOS :

  • bump SDK to 3.2.2 and iOS UXKit to 1.5.2

v1.5.4

11 Jan 12:53
Compare
Choose a tag to compare

Android :

  • bump SDK to 3.2.1 and Android UXKit to 3.2.1

iOS :

  • bump SDK to 3.2.0 and iOS UXKit to 1.5.0

v1.5.3: Merge pull request #57 from voxeet/develop

11 Jan 12:52
a2328fa
Compare
Choose a tag to compare

Javascript :

  • Restore possibility to use VoxeetSDK, UserInfo and VoxeetMedia from global variable. Deprecated 1.5.0 subinjection (UserInfo.UserInfo and VoxeetMedia.VoxeetMedia to transpilation)

Android :

  • change deprecated usage to expected join method
  • bump to 3.1.1
  • voxeet_application.js compatibility with Capacitor apps

iOS :

  • bump iOS SDK to 3.1.6 and iOS UXKit to 1.4.8

v1.5.2

11 Jan 12:50
Compare
Choose a tag to compare
  • Android, fix ConferenceStatusUpdated status name

v1.5.1

11 Jan 12:49
Compare
Choose a tag to compare
  • bump iOS SDK to 3.1.0 and iOS UXKit to 1.4.2
  • add onConferenceStatusUpdatedEvent event
  • remove 1.5.0 explicit cordova dependency for pure compatibility with forked-environment

v1.5.0

26 Feb 16:05
Compare
Choose a tag to compare
  • Changing main object from the cordova injection from VoxeetSDK to VoxeetCordova
  • use const { VoxeetSDK } = VoxeetCordova or const { VoxeetSDK } = window.VoxeetCordova
  • UserInfo and all other configuration are part of the VoxeetCordova object
  • previously implemented minimize and maximize methods

Example :

If you had previously

const { Voxeet } = VoxeetSDK;

await Voxeet.initialize("","");

You need to have

const { VoxeetSDK } = VoxeetCordova;

await VoxeetSDK.initiliaze("","");

v1.2.0

21 May 11:14
Compare
Choose a tag to compare
update corresponding changelogs