Why I call the GetMeetingUIWnd interface and return the values firstViewHandle and secondViewHandle always null

I’m using zoom_sdk_c_sharp_wrap(v5.0.24433.0616), and the code snippets:

switch (status)
        {
            case MeetingStatus.MEETING_STATUS_ENDED:
            case MeetingStatus.MEETING_STATUS_FAILED:
                {
                    Show();
                }
                break;
            case MeetingStatus.MEETING_STATUS_INMEETING:
                IMeetingUIControllerDotNetWrap meetingUI = CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().GetUIController();
                ValueType firstViewHandle = null;
                ValueType secondViewHandle = null;
                SDKError resultSDKError= meetingUI.GetMeetingUIWnd(ref firstViewHandle, ref secondViewHandle);

                break;
            default://todo
                break;
        }

resultSDKError is success ,but firstViewHandle ,secondViewHandle always null~ why ?

1 Like

Similar to this problem, have you solved it?

Same here. Did anyone figure this out

Please note I have tried this with the following version of the C# wrapper
v5.4.54802.0124

Hey @arrayxs & @ekaram,

Thanks for using the dev forum!

This was a bug in the C# Wrapper and shouldve been fixed in the most recent release. Can you update and see if you are still having issues?

Edit: Ah I see @ekaram is on the latest version. Let me ask the team about this one.

Thanks!
Michael

1 Like

Thanks, Michael!! Please let me know what happens or what to do

Hey @ekaram

Will do!

Thanks

1 Like