If I join a room with the microphone blocked at the browser permission level, other participants still see my mic as On.
Environment
Browser: Chrome (e.g., 139.0.0.0)
OS: Windows 10/11 (confirm)
SDK/App: (fill in your meeting SDK/app version)
Expected Result
When a user has blocked microphone permission in the browser, their mic status should appear Off (or “Permission blocked”) to everyone, and no audio track should be published.
Actual Result
Other users see the participant’s mic as On even though microphone permission is blocked.
Steps to Reproduce
User A opens a meeting room.
User B opens the invite link.
In the browser, User B sets site permissions to Block for Microphone (or denies the mic prompt).
User B joins the room.
Observe from User A’s view: User B appears with mic On.
audioStatus of User B from zoom sdk: audioStatus : true
We found that Windows Edge (UserID 16778240) passed speakerOnly: true when calling stream.startAudio method. This allows the user to hear other participants’ audio in the session, but the user payload shows that this user has already joined audio—the audio property is set to ‘computer’.
However, we also have another property, isSpeakerOnly, to indicate whether this user is connected only as an audio speaker.
Sorry, I’m not sure what audioStatus refers to, since we don’t provide that property.
From the logs, I can see you used the speakerOnly option, so could you check whether on the other users’ side the value of isSpeakerOnly matches the mic status?
Thank you for your response. After reviewing the logic and the data from your side, I noticed inconsistencies between users who joined before and after the mic permission was disabled.
I’ll provide a clear description of the flow and the data I observed.
Step 1: User 1 joins first.
Step 2: User 2 joins with the mic permission disabled. At this point, User 1 receives User 2’s data as:
Could you please help me understand why there’s a difference in the data for the user who disabled the mic permission between users who joined before and after? Because of this, I ended up displaying the wrong mic status for User 2. (session IDs: izNFtPVDTR6BBI+DltYwpQ==)