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 11e5157  [OPENMEETINGS-2586] screen-sharing should work in Safari
11e5157 is described below

commit 11e51574fc3589bf1a446b71f3ccdce8bd88126c
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Mar 4 20:10:23 2021 +0700

    [OPENMEETINGS-2586] screen-sharing should work in Safari
---
 openmeetings-web/src/main/front/settings/src/video-util.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openmeetings-web/src/main/front/settings/src/video-util.js 
b/openmeetings-web/src/main/front/settings/src/video-util.js
index a4469b5..d07d8d4 100644
--- a/openmeetings-web/src/main/front/settings/src/video-util.js
+++ b/openmeetings-web/src/main/front/settings/src/video-util.js
@@ -271,6 +271,7 @@ function _sharingSupported() {
                || (b.name === 'Firefox')
                || (b.name === 'Opera')
                || (b.name === 'Yandex')
+               || OmUtil.isSafari()
                || OmUtil.isChrome()
                || OmUtil.isEdgeChromium()
                || (b.name === 'Mozilla' && b.major > 4);

Reply via email to