Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```