RoomRoomLoginCustomDataLengthError constant

int const RoomRoomLoginCustomDataLengthError

Description: The length of the custom data attached during login exceeded the limit. Procedure.
Cause: The login custom callback data is too long.
Solutions: The length of user-defined login data cannot exceed 128 bytes.

Implementation

static const int RoomRoomLoginCustomDataLengthError = 1002083;