RoomRoomidTooLong constant

int const RoomRoomidTooLong

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

Implementation

static const int RoomRoomidTooLong = 1002013;