RoomRoomIdHasBeenUsed constant

int const RoomRoomIdHasBeenUsed

Description: The room ID has been used by other login room interface. Current user can not login room with the room ID before release the room ID.
Cause: The room ID has been used by other login room interface.
Solutions: Logout the room with the same room ID first.

Implementation

static const int RoomRoomIdHasBeenUsed = 1002064;