Full screen on windows custom ui demo_v2

Description
Hi, im trying to make fullscreen with rewrite method “ShowHideChatWindow” and this no take effect. Also trying EnterFullScreen(true, true); and EnterFullScreen(true, false);

void CCustomizeInMeetingUIMgr::ShowHideChatWindow()
{
m_pMeetingService->GetUIController()->EnterFullScreen(false, true);
}

Which version?
Latest windows sdk

Smartphone (please complete the following information):
Windows 10

Hi @alexey.roudenko,

Thanks for using Zoom SDK. Are you using Custom UI? The EnterFullScreen method will only work for Zoom default UI. When using Custom UI, the corresponding function will need to handle by the developer.

Hope this helps. Thanks!

Yes, im work with custom UI. Thank you! I will try.

1 Like