RoomTokenUseridError constant

int const RoomTokenUseridError

Description: Token userID error.
Cause: The generated Token userID is inconsistent with the login used userID Or the userID type is incorrect.
Solutions: Login using the userID that generates the Token.

Implementation

static const int RoomTokenUseridError = 1002077;