Hello. Will this problem be solved? If a participant does not have a microphone or has banned the use of a microphone in the browser, then he does not hear the other participants.
These topics are closed, but I found such a problem on my latest version 1.2.3:
Description
We have found that if a user does not have a microphone, or for whatever reason, their microphone is blocked, they are not able to join a Video SDK session.
We were advised that listening-only without a microphone should be possible.
Is this the expected behavior? Is there a possibility to join a Zoom video SDK session from a browser that either does not access to a mic or mic is not physically present in order to Join and listen only?
Thanks for any clarity if this is a zoom lim…
Description
Participant doesn’t hear anyone if he doesn’t allow access to audio. But he hears everyone between stream.startAudio() and clicking ‘block’ on access to audio popup.
Which Web Video SDK version?
1.1.0
To Reproduce
Steps to reproduce the behavior:
stream.startAudio()
Now user hears everyone and browser asks access to audio
User doesn’t allow access to audio
User doesn’t hear anyone
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please comple…
Hey @efron.vit
Thanks for your feedback.
If you just want to hear in the session, not to talk, use speakerOnly
option when calling startAudio
method, check the reference for the detail.
Thanks
Vic
1 Like
Thanks! It works
startAudio({ speakerOnly: true })
system
(system)
closed
May 7, 2022, 6:38pm
#4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.