IMeetingInfoImpl.GetMeetingPassword is missing in c# wrapper

Description
I am trying to upgrade zoom sdk from v5.0.24433.0616 to v5.7.1.644
In C# wrapper the IMeetingInfoImpl doesn’t implement GetMeetingPassword, which we used to get the meeting password/passcode. Is this intentional? what is the alternative?

Which Desktop Meeting SDK version?
windows sdk v5.7.1.644

Hey @sherif.abdel-moemen,

Thanks for using the dev forum!

No, this is not intentional. That method still exists in the native C++ SDK, which means it is still supported. The wrapper is not actively maintained by Zoom, so there are areas that have not yet been wrapped. To get access to this method, you will have to add it to the wrapper locally.

Thanks!
Michael

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