lmangani / webrtc-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voxbone WebRTC Node.js SDK

#####1. Install the dependencies

    npm install

#####2. Change your credentials in routes/configuration.js

    default_username: 'your_username',
    default_secret: 'your_webrtc_secret_key'

#####3. Start the application

    npm start

#####4. Access it via http://localhost:3000

About


Languages

Language:JavaScript 100.0%