Description
Want to always display meeting control when the participant is already in the call?
Well, the participant can do that manually from the meeting settings screen but would like to do using the MobileRTCMeetingSettings class before the call starts or the user joins the call.
You can show the meetingControlBar temporarily this code:
Swift:
MobileRTC.shared().getMeetingService()?.showMeetingControlBar()
Objective-C:
[[[MobileRTC sharedRTC] getMeetingService] showMeetingControlBar];
However, there is no way to always show it, similar to the setting in meeting settings.
@Michael_Condon I just wanted to give a “+1” to this feature request. It would be great to have the ability to always show the meeting controls, since this would provide a better user experience for our app when joining a meeting. Thanks!
Any updates on this feature to have the ability to show meeting controls always in iOS SDK. There is no option as such in the admin dashboard as well, which the SDKs can honor. Importantly this feature is there in Android SDK from long time and missing in iOS, please check and see that it is taken care ASAP.