Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 638 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 638 Bytes

Fronter WebRTC

How to set up dev environment

  • You need to install several packages before you can start enjoying this wonderful software,
npm install

Run the application

npm start

You can now test it in the browser

http://localhost:2014/

Extra parameters

You can add extra parameters in the URI request

  • room_id - An unique name for a project
  • room_name - A name for the room
  • user_name - The user screen name

##Example

http://localhost:2014/?room_id=87a907s&room_name=A%20simple%20Room&user_name=C-3po