The docs say that there will be a specific error code for the scenario where a bot is joining with an OBF Token and the join fails, because the authorizing user has not entered the meeting yet. See here: Transitioning to On Behalf Of (OBF) tokens in Meeting SDK apps
”Error Handling: Starting with SDK version 6.6.10 (released November 8, 2025), a specific error code will be available for this scenario: MEETING_FAIL_AUTHORIZED_USER_NOT_INMEETING"
However, this only seems to refer to the Native SDKs. Is there anything equivalent to this for the Web SDK? Currently, on the latest version of the Web SDK, you receive something generic.
{'errorCode': 1, 'errorMessage': 'Fail to join the meeting.', 'method': 'join'
