Description
After trying to start a meeting with .startMeeting(MobileRTCMeetingStartParam4WithoutLoginUser) as shown in the below example. The meeting window pops up, but the message “Waiting for host to start this meeting” is shown and the meeting does not begin.
Which version?
5.2.41735.0928
To Reproduce(If applicable)
Steps to reproduce the behavior:
I am attempting to initiate a meeting as host like this:
let params = MobileRTCMeetingStartParam4WithoutLoginUser() params.meetingNumber = self.meeting_id params.zak = self.zak params.userName = currentUsername() params.userID = currentUsername() params.userType = MobileRTCUserType_APIUser meetService.startMeeting(with: params)
Smartphone (please complete the following information):
- Device: iPhone 6 Plus
- OS: iOS 12.4.8