qasatti
(Qadeem)
May 17, 2023, 3:23pm
1
Microphone Turn ON problem:
App is developed on Angular 14,
using Component View of Meeting SDK
After join the Call When I Click on Microphone Icon to Turn on Mic, It is giving Following error in Consol
zone.js:1061 Unhandled Promise rejection: {type: 'INVALID_OPERATION', reason: 'Computer audio has been loading, please wait.'} ; Zone: <root> ; Task: Promise.then ; Value: {type: 'INVALID_OPERATION', reason: 'Computer audio has been loading, please wait.'} undefined
api.onUnhandledError @ zone.js:1061
handleUnhandledRejection @ zone.js:1086
api.microtaskDrainDone @ zone.js:1080
drainMicroTaskQueue @ zone.js:592
invokeTask @ zone.js:491
invokeTask @ zone.js:1661
globalCallback @ zone.js:1692
globalZoneAwareCallback @ zone.js:1725
zone.js:1061 Unhandled Promise rejection: {type: 'OPERATION_TIMEOUT'} ; Zone: <root> ; Task: Promise.then ; Value: {type: 'OPERATION_TIMEOUT'} undefined
Meeting SDK version is 2.9.7
Browser: Google Chrome Version 113.0.5672.93 (Official Build) (64-bit)
1 Like
@qasatti , is this issue in the latest version on Meeting SDK 2.12.2?
qasatti
(Qadeem)
May 24, 2023, 7:45am
3
we were facing this issue on 2.9.7 after Upgrade to 2.12.2 we have the similar issue,
issues is resolved on desktop chrome with 2.10.1 but now we have mic issues on Mobile Devices Browsers specially on iPhone
which ios version - zoom web (SDK and the version on zoom.us ) needs 15.4 or newer
are you able to resolve the issue on 2.12.2 (excluding mobile browsers)
qasatti
(Qadeem)
May 25, 2023, 9:39am
6
Yes, it is resolved on Desktop browser after upgrading to 2.10.1
hi guys, I still have the same issue, how did you fix it ?
Which SDK and browser version are you using?
I tried multiple and all of them failing,
currently
2.15.2
but did try:
2.11.5
2.10.1
Looks like it only happens if there is a Admit needed on the host side.
But I’m out of ideas right now…
It happens regardles of the browser, but I’m using Chrome Version 116.0.5845.97
@chunsiong.zoom Please help
and here is the app:
so it only works if the host Admits the client very fast.
If the host prolongs it for 5 sec, audio is broken.
I can see this error as well, maybe it can help:
acaledesma
(Adrianne Cris)
November 30, 2023, 6:30am
12
Where you able to fix this problem? I had the same issue with you, if the host won’t accept the client within 5 seconds, the audio and mic is broken.
I havent tried the role 1 and zaktoken yet
@acaledesma No.
What I did is I’m using ^2.9.7 version, and that one is good.
Other newer version are not working.
acaledesma
(Adrianne Cris)
November 30, 2023, 1:50pm
15
Ohh thank you for the info, I might try that version. It’s kinda weird that it works on my local (for the latest version 2.18), but it doesn’t work on our staging environment, we’re using nginx without any CSP policy, so it should have work