How to change meeting windows title using zoom sdk c# wrapper?

How can i change meeting window UI title using latest zoom SDK C# wrapper ?

with old version of zoom sdk c# wrapper i was able change meeting window UI title but in new sdk class CMeetingConfigurationDotNetWrap access specifiers changed to internal from public due to this change i’m not able to change meeting window UI title.

code:
ZOOM_SDK_DOTNET_WRAP.CMeetingConfigurationDotNetWrap.Instance.SetMeetingIDForMeetingUITitle(Convert.ToUInt64(‘123456789’));

please help me to find solution
Thank You

Hi jigi_patel,

Thanks for using Zoom SDK. If you would like to change the meeting windows title as the way you are mentioning, you can change the class to be public, and change the the C# wrapper source code to match your needs.

It is recommended to use the GetMeetingConfiguration() interface in MeetingService to retrieve the pointer of the configuration class.

Hope this helps. Thanks!