This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 30efb65  [OPENMEETINGS-2450] PureBrowser is added
30efb65 is described below

commit 30efb65b2ea189a4fa98d661b70fac0c58808f44
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Wed Sep 23 15:15:36 2020 +0700

    [OPENMEETINGS-2450] PureBrowser is added
---
 .../src/main/java/org/apache/openmeetings/web/room/raw-video-util.js   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video-util.js
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video-util.js
index cb6bb9e..11bb8b8 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video-util.js
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video-util.js
@@ -277,7 +277,8 @@ var VideoUtil = (function() {
                        || (b.name === 'Opera')
                        || (b.name === 'Yandex')
                        || _isChrome(b)
-                       || _isEdgeChromium(b);
+                       || _isEdgeChromium(b)
+                       || (b.name === 'Mozilla' && b.major > 4);
        }
        function _highlight(el, clazz, count) {
                if (!el || el.length < 1 || el.hasClass('disabled') || count < 
0) {

Reply via email to