Set Bottom Float Toolbar Wnd Visibility hides the AAN icon

Format Your New Topic as Follows:

Meeting SDK Type and Version
Windows Meeting Sdk with C# - 5.15.7.20385

Description
I need to hide the bottom controls in the meeting, so our patients do not click on anything accidentally. When I do this the shield and ANN icon in the top left disappear as well.

Error?
The issue is that the ANN is supposedly mandatory yet it hides when using the Sdk.

Troubleshooting Routes
I tried to reshow the ANN using the ShowAANPanel method, but it does not work.
I couldn’t find any other way to hide the controls in the meeting UI.

How To Reproduce
*1. Before joining meeting call GetMeetingServiceWrap().GetMeetingConfiguration().SetBottomFloatToolbarWndVisibility(false);
*2. Join meeting
*3. The AAN icon is not there