Dolby.io UXKit for Cordova
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
Download
over 4 years ago
Download
Download
v1.5.3
v1.5.3
Javascript :
- Restore possibility to use
VoxeetSDK,UserInfoandVoxeetMediafrom global variable. Deprecated1.5.0subinjection (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
Download
v1.5.0
v1.5.0
- Changing main object from the cordova injection from
VoxeetSDKtoVoxeetCordova - use
const { VoxeetSDK } = VoxeetCordovaorconst { 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
Download
Links
- Source: https://github.com/voxeet/voxeet-uxkit-cordova
- JSON API: repos.ecosyste.ms
-
PURL:
pkg:github/voxeet/voxeet-uxkit-cordova
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
- Commits 408
- Authors 20
- Mean commits per author 20.4
- DDS 0.348
- More commit stats
Topics