Add Homer events

This commit is contained in:
Iñaki Baz Castillo
2018-02-05 13:33:47 +01:00
parent 655bf1a217
commit 930fcb69de
8 changed files with 4507 additions and 2480 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export const Consumer = PropTypes.shape(
supported : PropTypes.bool.isRequired,
locallyPaused : PropTypes.bool.isRequired,
remotelyPaused : PropTypes.bool.isRequired,
profile : PropTypes.oneOf([ 'none', 'low', 'medium', 'high' ]),
profile : PropTypes.oneOf([ 'none', 'default', 'low', 'medium', 'high' ]),
track : PropTypes.any,
codec : PropTypes.string
});
+1692 -1063
View File
File diff suppressed because it is too large Load Diff
+12 -12
View File
@@ -13,10 +13,10 @@
"domready": "^1.0.8",
"hark": "^1.1.6",
"js-cookie": "^2.2.0",
"mediasoup-client": "^2.0.6",
"mediasoup-client": "^2.0.10",
"node-random-name": "^1.0.1",
"prop-types": "^15.6.0",
"protoo-client": "^2.0.5",
"protoo-client": "^2.0.7",
"random-string": "^0.2.0",
"react": "^16.2.0",
"react-clipboard.js": "^1.1.3",
@@ -40,21 +40,21 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.21.0",
"browserify": "^14.5.0",
"browser-sync": "^2.23.6",
"browserify": "^15.2.0",
"del": "^3.0.0",
"envify": "^4.1.0",
"eslint": "^4.14.0",
"eslint": "^4.17.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"eslint-plugin-react": "^7.6.1",
"gulp": "^4.0.0",
"gulp-css-base64": "^1.3.4",
"gulp-eslint": "^4.0.0",
"gulp-header": "^1.8.9",
"gulp-eslint": "^4.0.2",
"gulp-header": "^2.0.1",
"gulp-if": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.6.0",
"gulp-stylus": "^2.7.0",
"gulp-touch-cmd": "0.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
@@ -63,6 +63,6 @@
"nib": "^1.1.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.9.0"
"watchify": "^3.10.0"
}
}