Unexpected MEETING_FAIL_UNKNOWN failure code when "Authorized user not in meeting"

Meeting SDK Type and Version
Linux Meeting SDK version 6.7.5.7391

Description
Application receives unexpected MEETING_FAIL_UNKNOWN failure code when joining meetings with the following configuration and the authorized user isn’t in the meeting. The expected failure code should be MEETING_FAIL_AUTHORIZED_USER_NOT_INMEETING instead.

  • disable Waiting Room
  • allow participants to join before the host
  • require meeting passcode to join

Error?

The following are the meeting status change notification logged by the app:

  1. Meeting status: MEETING_STATUS_CONNECTING
  2. Meeting status: MEETING_STATUS_FAILED, result: MEETING_FAIL_UNKNOWN(65535)
  3. Meeting status: MEETING_STATUS_DISCONNECTING
  4. Meeting status: MEETING_STATUS_ENDED, result: EndMeetingReason_None(0)

How To Reproduce
This appears to reproduce only for meetings with the following configuration:

  • disable Waiting Room
  • allow participants to join before the host
  • require meeting passcode to join