-
-
Notifications
You must be signed in to change notification settings - Fork 489
Description
Hi Team
We are using a Telehealth SDK provider which is internally using Bowser. We have encountered a handful of cases in last month where no audio is ingested from external microphone devices. The number of these issues have surpassed the threshold now, and our customers are very very disappointed. I am sharing the code block where it's failing, and possibly it might nudge you to the code bug. Please investigate and acknowledge this is the issue, and propose a timeline for the fix.
OS: Windows 10
Browser: Chrome 142.0.0
Tentative code block with bug
`
/*!
415 | * Bowser - a browser detector
416 | * https://github.com/lancedikson/bowser
417 | * MIT License | (c) Dustin Diaz 2012-2015
418 | * MIT License | (c) Denis Demchenko 2015-2019
419 | {snip} sionStore").emit(k$2.MEDIA_PERMISSION_ERROR,r):a$3(this,us).getValue("peerSessionStore").emit(k$2.MEDIA_PERMISSION_UPDATE,r)};if("firefox"== {snip}
420 | /**
421 | * @param nodes
422 | * @param availableWidths
423 | * @param tolerance
424 | * @preserve Knuth and Plass line breaking algorithm in JavaScript
`
Error Logs below
Uncaught TypeError: Cannot read properties of undefined (reading 'getValue') Cannot read properties of undefined (reading 'getValue') Uncaught TypeError: Cannot read properties of undefined (reading 'getValue')
Thank you very much!