webrtc initial commit

This commit is contained in:
2016-02-09 19:08:07 +09:00
commit 04cda46062
44 changed files with 5180 additions and 0 deletions

15
node_modules/ws/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,15 @@
language: node_js
sudo: false
node_js:
- "5"
- "4"
- "0.12"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9
before_install:
- export CC="gcc-4.9" CXX="g++-4.9"