Skip to content

ObserveRTC/demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published