WebSDK - Screen sharing no audio and screen share permission

Hi,

Two questions to do with Screen share

Q1.
We have enabled screen share at it appears to be working, we can successfully share screens.
However the problem comes when we try and play audio files or video, no audio is heard (video plays fine). Is this the only parameter we have to set to True is isSupportAV?

Q2
How do you turn on screen share for the presenter and prevent attendees for using the functionality?

Hey @JeffD,

I was able to share sound on my computer using the Web SDK. Can you provide more details and your code so I can reproduce?

To disable screenshare on the Web SDK, in the ZoomMtg.init({}) set screenShare: false.

Is your presenter on the Web SDK as well? If so, toggle screenShare to true when he joins / starts the meeting.

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

Thanks,
Tommy