kurento-utils
Advanced tools
Comparing version 6.0.1 to 6.1.0
@@ -433,3 +433,8 @@ /* | ||
// [Hack] https://code.google.com/p/chromium/issues/detail?id=443558 | ||
if (mode === 'sendonly') mode = 'sendrecv' | ||
var browser = parser.getBrowser() | ||
if (mode === 'sendonly' && | ||
(browser.name === 'Chrome' || browser.name === 'Chromium') && | ||
browser.major === 39) { | ||
mode = 'sendrecv' | ||
} | ||
@@ -436,0 +441,0 @@ callback() |
{ | ||
"name": "kurento-utils", | ||
"version": "6.0.1", | ||
"version": "6.1.0", | ||
"description": "Kurento Utilities", | ||
@@ -51,3 +51,3 @@ "homepage": "http://www.kurento.org", | ||
"qunit-assert-canvas": "^1.0.6", | ||
"qunit-reporter-junit": "KurentoForks/qunit-reporter-junit#v1.0.3", | ||
"qunit-reporter-junit": "KurentoForks/qunit-reporter-junit", | ||
"qunit-reporter-lcov": "^1.0.2", | ||
@@ -54,0 +54,0 @@ "qunitjs": "^1.18.0", |
Sorry, the diff of this file is not supported yet
83117
1252