From fcc303ebb21c7cd2aabf78cdc9d37d23ee520948 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 15 Apr 2014 09:21:12 +0200 Subject: [PATCH] Re-enable screen sharing in Chrome 34 --- public/js/simplewebrtc.bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/simplewebrtc.bundle.js b/public/js/simplewebrtc.bundle.js index 7a18694..f37a285 100644 --- a/public/js/simplewebrtc.bundle.js +++ b/public/js/simplewebrtc.bundle.js @@ -4545,7 +4545,7 @@ module.exports = function (constraints, cb) { if (window.navigator.userAgent.match('Chrome')) { var chromever = parseInt(window.navigator.userAgent.match(/Chrome\/(.*) /)[1], 10); - if (chromever >= 26 && chromever <= 33) { + if (chromever >= 26 && chromever <= 35) { // chrome 26 - chrome 33 way to do it -- requires bad chrome://flags constraints = (hasConstraints && constraints) || { video: {