Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2024-01-21 11:36 PM
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