How to hide message "Invite your contacts to join this meeting" in the meeting?

Hello
I want to hide the message that point to participants button on the tabbar in the iOS SDK. I am hiding the participants button using following property which hides the button but not the message linked to it. [[MobileRTC sharedRTC] getMeetingSettings].meetingParticipantHidden = YES;

Is there any way I can hide this swell when starting a meeting?

Thanks

MobileRTC Version: 4.3.47201.0322
Device: iPhone6S
OS: 12.1.4

Hi asharma,

Thanks for using Zoom SDK. If you would like to hide the message, you can use the “Hide hint in the meeting” interface.


You can refer to the code in our demo app(https://github.com/zoom/zoom-sdk-ios/blob/master/MobileRTCSample/MobileRTCSample/SDKPresenters/other_features/how_to_settings/SDKMeetingSettingPresenter.m#L113)

Hope this helps. Thanks!

Thanks for the suggestion.

But it doesn’t seem to work. I tried even in the sample app. Here are the screenshots.

Thanks!

Hi,
Thanks for the reply and the screenshots. Yes, the hide hints will hide all the hints in the meeting except this one. Pardon the inconvenience. Currently we do not have an interface for hiding this tip, I will pass it as a feature request to our engineer and hopefully we can add it in our future release.

Thanks!