|
TCCC Agent API
|
#include <TCCCTypeDef.h>
Public Attributes | |
| const char * | userId |
| const char * | userAor |
| 用户Aor。格式 user@host[:port] | |
| const char * | otherInfo |
| 其他信息,用来定位问题。 | |
1.2 登录返回值
| const char* tccc::TCCCLoginInfo::userId |
【字段含义】用户标识(必填),当前用户的 userId,相当于用户名,使用 UTF-8 编码。 【推荐取值】如果一个用户在您的帐号系统中的 ID 为“mike”,则 userId 即可设置为“mike”。