CommonUserNotSame constant

int const CommonUserNotSame

Description: When login room or login scene, userID or user name is different.
Cause: Login room, login scene use different user id or user name.
Solutions: Use same user id and user name when login room, login scene.

Implementation

static const int CommonUserNotSame = 1000020;