Yes https://github.com/apache/openmeetings/commit/30efb65b2ea189a4fa98d661b70fac0c58808f44
On Thu, 24 Sep 2020 at 02:54, dww <[email protected]> wrote: > > Should the check be specifically for Mozilla and major version greater > than or equal to 5 to accomodate newer versions as they are release? > > Looks like the fix will be in OM 5.1.0? > > Thanks, > Dennis > > > On Wed, 2020-09-23 at 15:14 +0700, Maxim Solodovnik wrote: > > FTR https://issues.apache.org/jira/browse/OPENMEETINGS-2450 > > > > On Sun, 20 Sep 2020 at 17:07, dww <[email protected]> wrote: > > > On Sun, 2020-09-20 at 10:41 +0700, Maxim Solodovnik wrote: > > > > > On my laptop with PureOS ( a Debian derivative) with > > > > > PureBrowser ( > > > > > derivative of Firefox) when I select the share screen action I > > > > > get > > > > > a message that the browser does not support screen sharing. > > > > > On my other laptop with Win10 and Firefox, screen sharing > > > > > works. I > > > > > would thing PureBrowser should work. Is there a configuration > > > > > option that I could allow screen sharing on PureBrowser or is > > > > > that > > > > > hard coded or is the configuration on the browser? > > > > > > > > Browsers are being manually filtered to determine if screen- > > > > sharing > > > > is supported > > > > (please check here > > > > https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video-util.js#L273) > > > > > > > > In case your PureBrowser doesn't report it's name as 'Firefox' it > > > > will > > > > be filtered > > > > > > > > To fix it please do the following: > > > > 1) Enter any room using PureBrowser > > > > 2) Open developer console (usually available after F12 is > > > > pressed) > > > > 3) open Console tab > > > > 4) type: `kurentoUtils.WebRtcPeer.browser` > > > > 5) share result with me > > > > > > Object { name: "Mozilla", version: "5.0", major: "5" } > > > > > > > > > > > -- Best regards, Maxim
