SDK error codes

Beginning March 2 2026, apps joining meetings outside their account must be authorized. Authorize apps by using either ZAK or OBF tokens, or RTMS. Learn more.

The Meeting SDK for Windows might return errors in the callbacks or as return values. This list provides a description of possible error codes and how to mitigate them. If you receive an error code, cross-check here to get the semantics of the error and how to resolve it.

undefined

Talkback error codes

NameError CodeDescription
TALKBACK_ERROR_OK0Operation successful.
TALKBACK_ERROR_NOPERMISSION1Permission denied.
TALKBACK_ERROR_ALREADY_EXIST2Object already exists. The user is already in the channel.
TALKBACK_ERROR_COUNT_OVERFLOW3Channel count exceeds limit.
TALKBACK_ERROR_NOT_EXIST4Object does not exist.
TALKBACK_ERROR_REJECTED5Operation rejected.
TALKBACK_ERROR_TIMEOUT6Operation timeout.
TALKBACK_ERROR_UNKNOWN7Unknown error.

undefined