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:
Meeting status: MEETING_STATUS_CONNECTINGMeeting status: MEETING_STATUS_FAILED, result: MEETING_FAIL_UNKNOWN(65535)Meeting status: MEETING_STATUS_DISCONNECTINGMeeting 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