akserg / ionic2-firebase-webrtc

WebRTC with authentication from Firebase build on Ionic 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Text, Audio and Video chat based on WebRTC, Firebase and Ionic 2

There is a simple mobile, audio and video chat application based on:

to demonstrate how to combine them together inside the Ionic 2 project.

Note: This project is not under development!!!

Prerequisite

Start

Run following shell script to install NPM modules

npm i

Add Android or IOS platform to your project

ionic platform add ios android

Build project for specified platforms

ionic build

Explore project in your local web browser

ionic serve

About

WebRTC with authentication from Firebase build on Ionic 2

License:MIT License


Languages

Language:TypeScript 54.6%Language:JavaScript 18.3%Language:CSS 15.3%Language:HTML 11.8%