Mute a meeting - Embed multiple zooms on page

I have a site where I want to embed multiple zoom meetings. But as you know, the sound will play at the same time. Is there a way to mute a meeting? Just so the user can listen to one at a time

Hi @angelaung,

You can use the MuteAll API call to mute all attendees - https://marketplace.zoom.us/docs/sdk/native-sdks/web/reference

Thanks

Does that mute it for everyone or just myself?

Hey @angelaung,

You can do either, check out the reference here:

https://zoom.github.io/sample-app-web/ZoomMtg.html#mute

https://zoom.github.io/sample-app-web/ZoomMtg.html#muteAll

Thanks,
Tommy