how to remove the PMI info and change title from the Windows SDK screen

Windows SDK, how to change the title of the screen, default is “Zoom Meetings ID:xxx-xxx-xxxx”,

 

How can we change this? or disable the display?

 

Brian

hi,

before call start or join meeting api, 

a> IMeetingConfiguration

virtual void HideMeetingInfoFromMeetingUITitle(bool bHide)  for hide the meeting number

b>IMeetingConfiguration

virtual void SetMeetingIDForMeetingUITitle(UINT64 meetingNumber) for set your own meeting number

regards

dats