StopShare crash in windows meeting SDK

Description
I’m trying to start and stop sharing screen using websocket calls.
I used ‘m_pMeetingService->GetMeetingShareController()->StartAppShare(hWnd);’ for sharing the screen and it works perfectly fine. However, while trying to stop sharing using ‘m_pMeetingService->GetMeetingShareController()->StopShare();’ the application crashes.

Which Windows Meeting SDK version?
5.13.5.12103

Below are more details about the error:

Hi team,
I have updated to version 5.13.10 but I’m still facing the same error.
Could you please share the document about steps to starting and stopping share screen?