Using xcode to run DEMO sdk (zoom-sdk-ios-5.9.1.2191) After logining in Zoon Successfully, we run the following code as below.
MobileRTCMeetingStartParam * param = nil; MobileRTCMeetingStartParam4LoginlUser * user = [[MobileRTCMeetingStartParam4LoginlUser alloc] init]; param = user; param.meetingNumber = kSDKMeetNumber; // if kSDKMeetNumber is empty, it‘s a instant meeting. param.isAppShare = false;
Then got the error 150
1 Like
@thegroupad ,
Thank you for posting in the Zoom Developer Forum – we are happy to help here. As a first step, please update to the latest version of iOS SDK and let us know if the problem persists. There have been many bug fixes and updates since iOS-V5.9. I’ve linked our changed log below for your reference :
https://marketplace.zoom.us/docs/guides/stay-up-to-date/changelog/
Let us know you if you have any questions about this.