Dear everyone,
I am working on a project using the Zoom Meeting Web SDK, and I have a specific requirement regarding the audio functionality:
- Objective: I need to disable the audio output (speaker) for the participants while ensuring that the microphone input remains active during the meeting.
- Issue: I have not found a direct API or method in the Web SDK documentation to achieve this.
Steps Taken So Far:
Attempted to use ZoomMtg.muteAudio to mute the output stream, but this also disables the microphone.
Tried accessing the browser’s audio context to manipulate the output audio stream directly, but this approach has limitations.
Questions:
Is there a recommended method in the SDK to disable the speaker output while leaving the microphone input unaffected?
Can I directly manipulate the SDK’s media streams to achieve this?
Your guidance or any additional resources on this matter would be greatly appreciated.
Thank you for your time and assistance!
Best regards,