1.8.5 Zoom waiting room screen STILL broken on Local version

Description
Zoom waiting room screen / system is broken on local version (versus CDN version) on 1.8.5 (already reported with 1.8.0)

When a host put on hold another participant, a javascript error happens on the participant being put on hold, preventing the waiting room code to correctly executed.

Error
Uncaught TypeError: Cannot read property ‘activeMicrophone’ of undefined

Which version?
1.8.5 (reported here on 1.8.0)

To Reproduce(If applicable)
You can reproduce it with your demo application by:

  1. Run a meeting as host
  2. Join this meeting as non host participant from the zoom sample app with local version option
  3. After the non host participant is in the meeting, put him on hold from the host side
  4. On the non host participant, open you browser console, you will have the reported javascript error. In addition, you stay on the meeting screen with both mic & camera deactivated, but you still see when other participants are talking, who join, etc… You do not have the waiting room screen.
  5. Do the same when joining with the CDN option instead of local version, everything is working correctly.

Screenshots
On CDN version:

On local version:

Device (please complete the following information):
Chrome latest version, but not related to the bug.

Hey @nvivot,

Thanks for sharing this. Apologies the issue has not been fixed yet. We will prioritize this for a future release. (CS-2372)

Thanks,
Tommy

@tommy thank you.

Here are additional information:

This javascript error occurs when the participant has at least joined with computer audio. If he did not yet (which should be very rare since audio would then not work) joined audio by computer (only option for us with web SDK), then another trace appear on the console related to some GL component not being available and the waiting room screen show up correctly.
So the problem seems to happen when the microphone has been activated when joining by audio computer.

Thank you @nvivot!

I will pass this along to our Web SDK engineers! :slight_smile:

-Tommy

Hey @nvivot ,

The fix for this bug will be released in version 1.8.6 this weekend. :slight_smile:

Thanks,
Tommy

Hey @nvivot ,

This should now be fixed. Please upgrade to version 1.8.6:

Thanks,
Tommy

1 Like

I confirm the JS error is fixed and the waiting room message works.

1 Like

Thanks for confirm @nvivot ! :slight_smile:

-Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.