/nodertc-example

Example using nodertc

Primary LanguageJavaScriptMIT LicenseMIT

nodertc-example

Example using nodertc

Install

git clone https://github.com/felixdrp/nodertc-example.git
cd nodertc-example

npm install

# Run
node example-express.js

Open browser at address localhost:7007

Debug

DEBUG=dtls,dtls:*,sctp,sctp:* DEBUG_DEPTH=10 node example-express.js