Provide function in ZoomMtg to start and stop screen sharing

Description
Currently, we do not have a way to start and stop screen sharing like we have a way to mute, unmute, leave meeting, end meeting, etc in ZoomMtg. Please consider this request and try to provide this option in the future version. #feature-requests

Example

To start sharing screen

ZoomMtg.shareScreen({
    shareScreen: true
});

To stop sharing screen

ZoomMtg.shareScreen({
    shareScreen: false
});

Which version?
1.7.9

1 Like

Hey @harish.venkataraman,

I have moved this to the feature request category.

Thanks,
Tommy

1 Like