RoomUserIdTooLong constant
The input user ID is too long.
The length of the user ID input by the loginRoom
function is greater than or equal to 64 bytes.
Please check the user ID entered when calling the loginRoom
function to ensure that its length is less than 64 bytes.
Implementation
static const int RoomUserIdTooLong = 1002007;