Task: To create scheduled meeting with the use of Zoom iOS sdk
Issue : scheduleMeeting method returns false.
SDK version : v5.4.54802
Steps taken:
SDK initialization and Authentication - done successfully and user can join meetings as well.
Now when I tried to create scheduled meeting with reference to SDK documentation , I stuck at this method.
After creating preMeeting with “MobileRTC.shared().getPreMeetingService()”
All steps are successful, but when a run
i preMeetingService.scheduleMeeting(meetingItem, withScheduleFor: nil) {
}
This returns false, that indicates that schedule meeting was not created and when I try recover meetinguniqueID and password are nil
MobileRTC.shared().isRTCAuthorized() returns True
