Class: TCCCLoginParams

TCCCLoginParams(sdkAppId, userId, token, password, type)

登录参数

Constructor

new TCCCLoginParams(sdkAppId, userId, token, password, type)

Parameters:
Name Type Description
sdkAppId Number 【字段含义】应用标识(必填),腾讯视频云基于 sdkAppId 完成计费统计。
推荐取值】在 [呼叫中心控制台](https://console.cloud.tencent.com/cccc/) 创建应用后可以在账号信息页面中得到该 ID。
userId String 【字段含义】用户标识(必填)。当前用户的 userId,相当于用户名,UTF-8编码。
【推荐取值】格式 : @。如sip:3013@1400xxxx.tccc.qcloud.com,其中3013为分机号,1400xxxx为你的tccc应用ID。
token String 【字段含义】。
【推荐取值】。
password String 【字段含义】密码。
【推荐取值】。
type TCCCLoginType 【字段含义】登录类型。
【推荐取值】。
Source:

Classes

TCCCLoginParams