CommonNotLoginRoom constant

int const CommonNotLoginRoom

Description: Not logged in to the room, unable to support function implementation.
Cause: Not logged in to the room.
Solutions: Please call loginRoom to log in to the room first, and use related functions during the online period after entering the room.

Implementation

static const int CommonNotLoginRoom = 1000002;