RoomRoomExtraInfoKeyTooLong constant

int const RoomRoomExtraInfoKeyTooLong

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

Implementation

static const int RoomRoomExtraInfoKeyTooLong = 1002015;