bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/app
prlanzarin a693133b5a fix: remove legacy iOS UA checks that borked camera sharing in iPads
There are a couple of hardcoded UA checks targeted at iOS endpoints
introduced circa 2.2-beta. One of those pops up an "unsupported" toast
when the device joins a conference - the other blocks camera
sharing.

Those checks are outdated since we transitioned to minBrowserVersions
approach that redirects the client to an unsupported view upon join. I
also assume the checks are bugged since, in some environments, it flags
iPadOS endpoints as iOS and version-checks it to a hardcoded "12.2"
threshold (which is incompatible with iPadOS versioning). That caused
camera sharing not to work, which is a false negative.

I consider the checks to be outdated, so I removed all references to
them.
2023-05-15 13:22:52 -03:00
..
component.jsx fix: remove legacy iOS UA checks that borked camera sharing in iPads 2023-05-15 13:22:52 -03:00
container.jsx fix: remove legacy iOS UA checks that borked camera sharing in iPads 2023-05-15 13:22:52 -03:00
service.js fix: remove legacy iOS UA checks that borked camera sharing in iPads 2023-05-15 13:22:52 -03:00
styles.js Fix: Closed captions hindering elements 2023-05-09 14:26:27 -03:00