RoomUserNameTooLong constant

int const RoomUserNameTooLong

The input user name is too long.
The length of the user name input by the loginRoom function is greater than or equal to 256 bytes.
Please check the user name entered when calling the loginRoom function to ensure that its length is less than 256 bytes.

Implementation

static const int RoomUserNameTooLong = 1002010;