The microphone can be unmuted without microphone permission

Description
I am trying to join a webinar as attendee without preview.
The microphone can be unmuted without microphone permission.
Before I allow microphone permission, microphone icon already changed to unmuted which may cause users’ misunderstanding. Even I reject microphone permission, microphone is still unmuted.

The expected behavior maybe 1 or 2.

  1. microphone is unclickable before permission allowed.
  2. when permission is not allowed, microphone should be muted.

It would be appreciate to help us to fix it.

Browser Console Error
No errors are displayed on the browser console.

Which Web Meeting SDK version?
3.5.1
Also reproduced in 3.1.4 and 3.1.6.

Meeting SDK Code Snippets
I used the sample from the “Local” directory in the following repository and replaced the disablePreview parameter of ZoomMtg.init() with true.

To Reproduce
Steps to reproduce the behavior:

  1. Join the webinar as an attendee.
  2. The host allows the attendee to talk.
  3. The unmute request dialog appears.
  4. Click the “Unmute” button.
  5. Then a permission request popup for the microphone is displayed, but the mute status is already unmuted.

Screenshots
The unmute request dialog appears when the host allows the attendee to talk.

When you click the unmute button, the microphone is unmuted before granting permission for microphone access. Even microphone permission is not allowed, microphone changed to unmuted.

Device:

  • Device: MouseComputer DAIV 6P
  • OS: Windows 10
  • Browser: Google Chrome
  • Browser Version: 122.0.6261.128 (Official Build) (64-bit)

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