An open API service providing repository metadata for many open source software ecosystems.

Dolby.io UXKit for Cordova

Releases
v1.5.9

v1.5.9

Android

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

iOS

  • Bump to UXKit 1.x
over 3 years ago
Download
v1.5.7

v1.5.7

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
over 3 years ago
Download
iOS bump to 3.3.3

v1.5.6

iOS Bump SDK to 3.3.3 and UXKit to 1.6.4

over 4 years ago
Download
v1.5.5

v1.5.5

iOS :

  • bump SDK to 3.2.2 and iOS UXKit to 1.5.2
over 4 years ago
Download
v1.5.4

v1.5.4

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
over 4 years ago
Download
v1.5.3

v1.5.3

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
over 4 years ago
Download
v1.5.2

v1.5.2

  • Android, fix ConferenceStatusUpdated status name
over 4 years ago
Download
v1.5.1

v1.5.1

  • 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
over 4 years ago
Download
v1.5.0

v1.5.0

  • 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("","");
over 5 years ago
Download
v1.2.0

v1.2.0

about 7 years ago
Download
Links
Repository Details
  • Stars 1
  • Forks 14
  • Open issues 8
  • License other
  • Language Java
  • Size 483 KB
  • Created at over 7 years ago
  • Updated at about 1 year ago
  • Pushed at about 3 years ago
  • Last synced at 10 months ago
  • Dependencies parsed at Pending
Commit Stats
Topics