Hello Zoom Dev Staff! It has been so long after the previous post

Description
A clear and concise description of what the question is.

Which Windows Meeting SDK version?
Knowing the version can help us to identify your issue faster.
Latest Version ( version 5.12.2.9319 )

I am keep getting “SDKERR_MODULE_LOAD_FAILED” after i update to latest version.

        InitParam param = new InitParam();
        if (!TalkkangSettings.Settings.Singleton.EnableGalleryView)
        {
            // when galleryview disabled -> false 
            param.config_opts.optionalFeatures = (1 << 5);
            
        }
        param.web_domain = "https://zoom.us";
        param.enable_log = true;
        SDKError initializeError = CZoomSDKeDotNetWrap.Instance.Initialize(param);

Everthing works totally fine with demo project but when i try to implement dll to my own project it keep on giving me that FAILED message. The old sdk version( 5.10.1.4450) work totally fine.

What i did was i build the sdk from demo project and copy zoom_sdk_dotnet_wrap.dll with all other files to my project.

I also follow this board but still not working

Even i create new project, and implemented latest wrapper but still not working…keep getting “SDKERR_MODULE_LOAD_FAILED” error… however sdk initialize totally fine with sample_project.

Please helpme…

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