When the host ends the meeting (client.leave(true)), and the guest attempts to join the room simultaneously, calling client.join(meetingId, token, userName, passcode) from ZoomSDK returns an error: Error: {“type”: “JOIN_MEETING_FAILED”, “reason”: “meeting ended”, “errorCode”: 4004}. if guest init too long after host ended the meeting. When call client.join(meetingId, token, userName, passcode) will create new meeting session instead. I want to know exactly when each scenario occurs. Example: < 500ms after the host ends the Zoom meeting**: Calling client.join(meetingId, token, userName, passcode) will throw error 4004. After 500ms: Calling client.join(meetingId, token, userName, passcode) will succeed and start a new meeting session.? Thank you very much for your help! Which Web Video SDK version? Device (please complete the following information): Device: MacMini OS: 15.1 Browser: Chrome Browser Version : 131.0.6778.109 (责任编辑:) |