IPreMeetingServiceDotNetWrap.ListMeeting() claims API is uninitialized

Hi Carson,

My SDK version is v5.0.24433.0616. I’m using the C# Wrapper (same version) and I tried using both the raw git version and prepping the folders using the instructions found here. No luck. I think maybe the whole GetPreMeetingServiceWrap() isn’t working, as CZoomSDKeDotNetWrap.Instance.GetPreMeetingServiceWrap().CreateScheduleMeetingItem is returning nothing. Authorization seems to work fine, and I’m getting LOGINSTATUS.LOGIN_SUCCESS from GetAuthServiceWrap().Add_CB_onLoginRet, so I’m assuming my login is working. Program is on .NET Framework 4.7.2.

I’m not sure how to pull the SDK logs, unfortunately. Do you have any instructions I can follow? Tried adapting instructions I found here by hard coding enableLogByDefault = true in both my program and the wrapper, but not seeing any files at %appdata%\zoom\logs.

Thanks for the help in advance!