Hide meeting details

Description
I want to hide the meeting details so users cannot share the meeting number and password. I’ve tried hiding the title but the button is still enabled.

MobileRTC.shared().getMeetingSettings()?.meetingTitleHidden = true

Which version?
5.0.2443.0616

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Join meeting using meetingService.

Screenshots
Screenshot 2020-07-23 at 11.34.07

Hi @aleix.rosello,

Thanks for the post. You could use the following to hide this:

meetingOptions.no_titlebar=true

Thanks!