Thanks for the post. Our Windows SDK only supports “Release” at the moment, so you will need to debug and release under the “Release” mode.
For publishing the app, may I inquire what kind of publish are you referring? The “Publish” button in Visual Studio? Our Windows SDK does not have any other specific requirements as long as you follow the instruction in the doc:https://marketplace.zoom.us/docs/sdk/native-sdks/windows/getting-started/integration and ensure that the SDK’s .dll files are under the same directory with your .exe file.
Are you getting any errors that are related to SDK while publishing?
Thanks for the reply and thanks for the screenshots. I have not published apps using this method with our demo app before. I have passed this information to our engineering team to investigate this and get back to your asap.
I guess I’ll skip the why question and go right to: how do i debug it in release mode?
And I’m having the same problem; the sdk does not initialize for the c# wrapper project in debug mode but to do anything meaningful I need to be able to hit break points and inspect local variables.
Thanks for the reply. The C# wrapper is open sources so you may configure the source code and add debug features into the source code and rebuild it at any time.