Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyang/rhm-bj-eval
https://github.com/keyang/rhm-bj-eval
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/keyang/rhm-bj-eval
- Owner: Keyang
- Created: 2017-07-14T14:57:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T15:16:01.000Z (over 7 years ago)
- Last Synced: 2024-10-15T15:36:06.017Z (3 months ago)
- Language: JavaScript
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RedHat mobile BlueJeans evaluation
This project is for BJ evaluation on cordova mobile apps.
To get started
1. clone the repo
2. `npm install -g [email protected]`
3. `npm install .`
4. cordova platform add android
5. cordova platform add ios
6. cordova prepare
7. cordova run androidResult:
The app is working with Android platform under crosswalk plugin with any android OS version >4.0.0
For iOS, the app use ios webrtc plugin to expose WebRTC apis on iOS 9+. WebRTC has proven to be working ok in the mobile app but BlueJeans SDK does not and threw error when trying to retrieve stream tracks. Given limited time, no further investigation done.