How do I set this option in the sdk

IMeetingShareController has a few functions for this, check it out here: Windows SDK API Reference: IMeetingShareController Class Reference

ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetMeetingShareController().EnableOptimizeForFullScreenVideoClip(true);
ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetMeetingShareController().ShowSharingAppSelectWnd();

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.