node-webrtc / node-webrtc-examples

MediaStream and RTCDataChannel examples using node-webrtc
508 stars 161 forks source link

Install wrtc@0.4.* #4

Closed phsultan closed 5 years ago

phsultan commented 5 years ago

Since wrtc version is lower than 1.0.0, the caret semver rule does not apply and we need to explicitly bump the minor version number here to install wrtc at its most recent version.

Great package, and useful examples, thanks!