How to Stop Participant Sharing

Description
What API do we need to call from host/cohost to stop other user sharing?

Which version?
I am using the last version of Android SDK

If you are the host, you can call the following during a meeting:

ZoomSDK.getInstance().getInMeetingService().getInMeetingShareController().lockShare(true);

1 Like

Hi @nkapustin, thanks for using the dev forum.

Thank you @vuzix_greg for helping out! :blue_heart:

If you are still encountering issues after trying out the above suggestion, please let me know and I will be more than happy to help out.

Thanks!