Stop Share crash in windows meeting SDK C# wrap

Description
I’m trying to start and stop sharing screen using websocket calls.
I used
return (SDKError)ZOOM_SDK_NAMESPACE::CSDKWrap::GetInst().GetMeetingServiceWrap().
GetMeetingShareController().StopShare();

It works only if the top share bar does nto have the Green Banner with Shield on it. When the shield appears and I stop sharing the whole zoom sdk crashes.

It is super consistent. When the green banner appears any calls to .StopShare() method will crash the zoom sdk.

Same thing happens when exiting the zoom meeting during sharing

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