RoomKickedOut constant

int const RoomKickedOut

Description: The user was kicked out of the room.
Cause: Possibly because the same user ID is logged in on another device.
Solutions: Use a unique user ID.

Implementation

static const int RoomKickedOut = 1002050;