ERR_INVALID_ROOM_NAME constant

int const ERR_INVALID_ROOM_NAME

房间名称非法,名称最长30字节,字符编码必须是 UTF-8 ,如果包含中文

Implementation

static const int ERR_INVALID_ROOM_NAME = -2107;