RoomUserNameNull constant
int
const RoomUserNameNull
The input user name is empty.
The user name entered by the loginRoom function is empty.
Please check the user name entered when calling the loginRoom function to make sure it is not empty.
Implementation
static const int RoomUserNameNull = 1002008;