Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 485 Bytes

README.md

File metadata and controls

55 lines (35 loc) · 485 Bytes

ObserveRTC Demo Application

Clone

git clone https://github.com/ObserveRTC/demo-app.git

Install and Build

  1. Install the observer
cd observer && yarn && tsc
  1. Install the sfu
cd sfu && yarn && tsc
  1. Install the webapp
cd webapp && yarn

Run

  1. Start observer
cd observer

node dist/main.js
  1. Start sfu
cd sfu

node dist/main.js
  1. Start the webapp
cd webapp

yarn start