mieszko4 / react-native-zoom-us

MIT License
126 stars 118 forks source link

[iOS] How to hide meeting information? #120

Closed haivieted closed 1 year ago

haivieted commented 3 years ago

IMG_C520C26B2D3D-1

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];

imshreyansh commented 3 years ago

+1

mieszko4 commented 3 years ago

It looks like that would be meetingTitleHidden native setting of https://marketplacefront.zoom.us/sdk/meeting/ios/interface_mobile_r_t_c_meeting_settings.html#a22e7951e826ca913b3e1dc5427db2e1c

However, in order for it to function https://github.com/mieszko4/react-native-zoom-us/issues/113 must be implented first

mieszko4 commented 2 years ago

Looks like https://github.com/mieszko4/react-native-zoom-us/pull/65#issuecomment-1207101446 could be solution to this issue.