There is a simple mobile, audio and video chat application based on:
- WebRTC
- Angular Firebase 2
- Angular 2
to demonstrate how to combine them together inside the Ionic 2 project.
Note: This project is not under development!!!
- Install latest Ionic 2 CLI
Run following shell script to install NPM modules
npm iAdd Android or IOS platform to your project
ionic platform add ios androidBuild project for specified platforms
ionic buildExplore project in your local web browser
ionic serve