cancel
Showing results for 
Search instead for 
Did you mean: 

On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.

User can't leave the meeting if the user is in the waiting room.

Vasyl2022
Newcomer
Newcomer

I use zoom-sdk-ios-5.17.1.12530 and custom UI.
when user join meeting and enters the waiting room - I got status 

MobileRTCMeetingState_InWaitingRoom.

And I want to leave this meeting - I do 

MobileRTC.shared().getMeetingService()?.leaveMeeting(with: .leave) - and after that i get only status

MobileRTCMeetingState_Disconnecting (the meeting never ends) - and when i try to enter this meeting again or any other (let response = service.joinMeeting(with: param)) I get error 152 inAnotherMeeting

It only happens if I try to leave the meeting from the waiting room - in all other cases, I can leave the meeting MobileRTC.shared().getMeetingService()?.leaveMeeting(with: .leave)  and get status -

MobileRTCMeetingState_Ended 




0 REPLIES 0