RoomUserInBlacklist constant

int const RoomUserInBlacklist

Description: If the user is in the server blacklist when logging in to the room, this error code will be returned, indicating that it is forbidden to log in to the room.
Cause: The user is currently in the server blacklist.
Solutions: Please contact ZEGO technical support.

Implementation

static const int RoomUserInBlacklist = 1002066;