Enviroment:
IOS sdk version: 5.7.1.644
I have try to hide zoom meeting information by implement this code but unluckily it hide breakout zoom too, anyone can help me?
MobileRTCMeetingSettings *settings = [[MobileRTC sharedRTC] getMeetingSettings];
[settings setTopBarHidden:YES];
Hey @haibt,
Thanks for using the dev forum!
Unfortunately, the only way to hide this info is to disable the whole top bar or implement a Custom Meeting UI.
Thanks!
Michael
It’s not rational. I think it’s a bug. Breakout room button is not on the top bar
Hi @haibt,
Can you please provide screenshots showing what you are referring to so we can verify that we are talking about the same elements?
Thanks!
[The demo image] (Screenshot by Lightshot)
Hey @haibt,
This is currently expected behavior, however I can submit a feature request to separate the breakout room button from the topBarHidden interface if you’d like?
Thanks!
Michael
Thank you so muck, waiting from your good news.