Receiving 501 & 1001 error code when trying to start meeting via sdk

Description

scheduled a meeting via zoom sdk, when starting meeting error received reads: “the meeting has problem. (Error code: 1001) (501)”

Which iOS Meeting SDK version?
6.3.1.21434

To Reproduce(If applicable)
Steps to reproduce the behavior:

  • schedule zoom meeting via zoom meeting sdk
  • press start meeting (as host)
  • result: meeting fail to start, and consoles prints “the meeting has problem. (Error code: 1001) (501)“

Smartphone (please complete the following information):

  • Device: iPad

Additional context
Add any other context about the problem here.

Hi @Manh,

The error code 501 is MobileRTCMeetError_AuthorizedUserNotInMeeting, I will need to check how the host is currently joining into a scheduled meeting. Can you share more information on your current implementation on this?