webrtc-client-sdk

It's a webrtc client sdk for the webrtc sfu server: cpp_media_server

feature

it support:

  • roommanager
  • websocket
  • join
  • publish/unpublish
  • subscribe/unsubscribe

Remark

It's only for chrome browser.

SFU

The SFU server code Repositories: (cpp_media_server)

How to start

It support webpack. You can use the nodejs webpack to run the demo or develop.

1. install nodejs

we use nodejs 10.0, go to download and install: (nodejs)

2. install dependence

run: npm install

3. start web

run: npm start

open chrome and input url: (http://localhost:9091)