PreMeetingService not working in Mac SDK

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.

Hi @arsalan,

Thanks for the post. The PreMeeting services are only available for the login user. Has the user successfully logged in before calling the schedule meeting interface?

Thanks!

Hi, yes I am logged in using the JWT which is valid since I have tested that using the sample project.

Hi @arsalan,

Thanks for the reply. The JWT token is for the SDK initialization. The pre-meeting services are available for the user who is logged in via email/password or with SSO.

Thanks!