I use latest IOS SDK, but I find there is no close button in participants view. After I click participants button, I can’t close this dialog, I have to kill app and join again.
I checked that it was ok. Could you provide more information, such as SDK version number and ios system version number.
Thanks
Can you tell me that this is a custom UI?Check that the local string contains a key of "Close "with an empty value?
Thanks~
Murray
it’s not a custom UI, but I copy your orginal demo project local string content. I search it and found there is no any string recourse which name is “Close” =xxx.
another info: I add “Close” = “Close”; and “Close”="关闭“ in string resource file, but it’s not useful.
in order to fix this issue, I use “self.meetingSetting.meetingParticipantHidden = YES;” to hide users list button, but I found it does not work for the first time join meeting. only quit and rejoin it works well
- (BOOL) onClickedParticipantsButton (parentVC UIViewController *);
as you said, I add this method. after comment it, the UI is same as what you said.
Thanks Murray
I’m glad to solve your problem.
Thanks for using our SDK



