Wrong error codes in documentation?

Description
I have a user trying to join a session that has not been started. I expect an error “meeting is not started” according to documentation, but instead get " {type: ‘JOIN_MEETING_FAILED’, reason: ‘Meeting not existed.’, errorCode: 200}. Should I pattern match on “Meeting not existed.” or what is the correct way, I assume errorCode 200 is not used only for this error?

Browser Console Error
{type: ‘JOIN_MEETING_FAILED’, reason: ‘Meeting not existed.’, errorCode: 200}
errorCode:200
reason:‘Meeting not existed.’
type:‘JOIN_MEETING_FAILED’

Which Web Video SDK version?
1.1.7

Video SDK Code Snippets

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

  1. Try to join a session that has not been started.
  2. Observe error.

Thanks! /Micke

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.