DyteErrors
DyteErrors
is an enum that enumerates defined errors that can occur from
within the client SDK, apart from exceptions.
DyteErrors {
CLIENTID_INVALID,
MEETING_UNAUTHORIZED,
MEETING_NOTFOUND
}
Error | Meaning |
---|---|
CLIENTID_INVALID | The clientId provided during initialization is incorrect / does not match our records |
MEETING_UNAUTHORIZED | The authToken provided during initialization is incorrect / does not match our records |
MEETING_NOTFOUND | The roomName provided during initialization is incorrect / does not match our records |