bigbluebutton-Github/bigbluebutton-html5/imports/utils
prlanzarin f3e4e58398 fix: invalid UA version number in WKWebView
There are some scenarios (e.g. WKWebView) where Bowser can't detect the
Safari version number correctly, which may lead to unexpected behavior
if any code that relies on this utils use the version number exported
unchecked.

In such cases, use the WebKit version to determine it. If that's not the
case and the version number is still unavailable, log an warning and
return Infinity so that we do not deny access to the user (even if
we're uncertain about whether it's a supported browser);
2024-04-02 18:39:38 +00:00
..
array-utils.js adjust defaultsDeep merge 2023-03-01 16:48:08 -03:00
browserInfo.js fix: invalid UA version number in WKWebView 2024-04-02 18:39:38 +00:00
caseInsensitiveReducer.js
debounce.js add comment about debounce function 2023-08-09 15:42:21 -03:00
deviceInfo.js fix: remove legacy iOS UA checks that borked camera sharing in iPads 2023-05-15 13:22:52 -03:00
dom-utils.js
fetchStunTurnServers.js refactor: make bbb client work without meteor service (partial) (#19869) 2024-03-21 16:41:32 -03:00
hexInt.js
humanizeSeconds.js Fix: Timer not showing hour scale, but showing minutes instead 2023-10-10 10:16:57 -03:00
ios-webview-audio-polyfills.js
keyCodes.js handle select all shortcut in whiteboard 2023-03-15 11:39:33 -03:00
lineEndings.js
logoutRouteHandler.js
media-stream-utils.js
mediaElementPlayRetry.js
mimeTypes.js Enhancement: Virutal backgrounds now accepts webp 2023-04-24 13:56:54 -03:00
regex-weburl.js chore: Fix typo (found by typos) (port) #19834 2024-03-18 09:58:53 -04:00
sdpUtils.js fix(audio): forcefully disable stereo when using Vosk transcription 2023-04-25 10:10:39 -03:00
slideCalcUtils.js chore: Fix typo (found by typos) (port) #19834 2024-03-18 09:58:53 -04:00
stats.js refactor: make bbb client work without meteor service (partial) (#19869) 2024-03-21 16:41:32 -03:00
statuses.js WIP: graphql 2023-04-14 16:20:52 -03:00
string-utils.js replace lodash uniqueId 2023-02-23 11:23:51 -03:00
throttle.js improve throttle function 2023-11-01 11:12:15 -03:00