Share screen using web sdk

I’m integrating the zoom using the sdk web inside my website, but I’m not able to use the screen sharing function.

What do I need to do to use the screen share function? I tried using the showPureSharingContent property but I was unsuccessful.

Hi Samuel, 

With the WebSDK you can only see the shared screen coming from the native client side. The showPureSharingContent is used to only showed whats being shared and to disable the video coming from camera. 

Thanks