TCCC Agent API
Public Attributes | List of all members
tccc::TCCCLoginParams Struct Reference

#include <TCCCTypeDef.h>

Public Attributes

uint32_t sdkAppId
 
const char * userId
 
const char * password
 sip 密码。在登录模式为Sip、NoDomainModel必填
 
const char * token
 
TCCCLoginType type
 【字段含义】登录模式,默认是Sip模式。Sip模式下需要userId和password,坐席模式暂时不支持
 

Detailed Description

1.1 登录参数

Member Data Documentation

◆ sdkAppId

uint32_t tccc::TCCCLoginParams::sdkAppId

【字段含义】应用标识(必填),腾讯云基于 sdkAppId 完成计费统计。暂时无作用可不填写 【推荐取值】在 呼叫中心控制台 创建应用后可以在账号信息页面中得到该 ID。

◆ token

const char* tccc::TCCCLoginParams::token

登录票据,在登录模式为Agent必填。更多详情请参见创建 SDK 登录 Token

◆ userId

const char* tccc::TCCCLoginParams::userId

【字段含义】用户标识(必填),当前用户的 userId,相当于用户名,使用 UTF-8 编码。 【推荐取值】格式 <scheme> : <user> <host>。如 sip:3013@.nosp@m.1400.nosp@m.xxxx..nosp@m.tccc.nosp@m..qclo.nosp@m.ud.c.nosp@m.om,其中.nosp@m.3013.nosp@m.为分机号,.nosp@m.1400.nosp@m.xxxx为.nosp@m.你的tc.nosp@m.cc应用I.nosp@m.D


The documentation for this struct was generated from the following file: