CommonConfigAfterRoomLoggedIn constant
Description: The room is logged in, this setting is not supported.
Cause: Only supports setting before logging into the room.
Solutions: Please set it before calling loginRoom
or after calling logoutRoom
. Note that if you log in to multiple rooms, you need to log out of all rooms before setting.
Implementation
static const int CommonConfigAfterRoomLoggedIn = 1000067;