Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voxeet/voxeet-uxkit-cordova-testapp
Fully working test app with all our various features embedded inside
https://github.com/voxeet/voxeet-uxkit-cordova-testapp
Last synced: 21 days ago
JSON representation
Fully working test app with all our various features embedded inside
- Host: GitHub
- URL: https://github.com/voxeet/voxeet-uxkit-cordova-testapp
- Owner: voxeet
- License: mit
- Created: 2021-03-06T10:52:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T22:09:15.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T16:55:50.344Z (9 months ago)
- Language: TypeScript
- Size: 331 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dolby.io Communications APIs Cordova plugin TestApp app
_WIP this is scheduled to be implemented by the 15th of March 2021_
This is the test app from the Cordova plugin. This apps provides all the various core feature added inside the [cordova-plugin-voxeet](https://www.npmjs.com/package/cordova-plugin-voxeet)
## Installation
```
git clone [email protected]:voxeet/voxeet-uxkit-cordova-testapp.git
cd voxeet-uxkit-cordova-testapp
npm install
```## Pre-platform configuration
The test app is providing an appId/appSecret by default implementation. Edit the `config.xml` file to add the keys in place of the CHANGEME values
```...
```
Update as well the `src/content/Login.tsx` file to put your keys in the initialize method.
## Add the platforms
```
cordova platform add android# optional, add iOS platform on MacOS environment
cordova platform add ios
```