Library which provides ZRTP-inspired video/audio authentication of Short Authentication Strings over WebRTC Peer Connections.
TODO
- node + npm
- grunt
npm install -g grunt-cli
- Run
npm install
from the base directory to obtain all prerequisites. - Running
grunt
compiles all the typescript into javascript which goes into thebuild
directory. This can then be included as libraries
TODO
Run grunt demo
to compile the demo chrome extension. Load the chrome extension
using developer mode. Open the options page, which gives a barebones example
client using SAS-RTC.