Description
I am unable to schedule a meeting, the scheduleMeeting function returns zoom error 1.
Which version?
v5.0.24433.0616
To Reproduce(If applicable)
if let preMeetingService = preService(), let meetingItem = preMeetingService.createScheduleMeetingItem() {
let response = preMeetingService.scheduleMeeting(meetingItem)
MPSLogManager.log.error(response)
}
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
- Device: Macbook Pro
- OS: Catalina
- Version 10.15.6
Additional context
I am logged in and the list meeting method is working.