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
Reference: https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/mastering-zoom-sdk/other-features/schedule-meeting-for-login-user
MobileRTC.shared().isRTCAuthorized() returns True
Hey @hectorcastillomendoz ,
Thanks for using the dev forum!
Unfortunately, there are known stability issues with the schedule meeting interface in the SDK. We strongly encourage developers to use the API for creating/scheduling meetings instead.
Thanks!
Michael
1 Like
Do you have some example code with swift? Please. And thanks
Hey @hectorcastillomendoz ,
Unfortunately we do not have swift examples of API calls yet. However, the documentation for this interface can be found here: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate
Thanks!
Michael
system
(system)
Closed
March 25, 2021, 5:46am
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.