启动客户端
Example
POST getEnterRoomUrl
https://global.talk-cloud.net/WebAPI
/getEnterRoomUrl
参数
参数名 | 是否必选 | 类型 | 长度 | 说明 |
---|---|---|---|---|
key | 是 | text | 16 | 企业Key:(预设:5NIWjlgmvqwbt494) |
serial | 房间编号 | Int | 9 | 必填,房间号,非0开始的数字串, 请保证房间号唯一 |
username | 用户名 | String | 20 | 必填,用户在房间中显示的名称;使用UTF8编码,特殊字符需使用urlencode转义 |
usertype | 用户类型 | Int | 1 | 必填, 0:主讲(老师 ) 1:助教 2: 学员 3:直播用户 4:巡检员 默认值为2; |
ts | 时间戳 | Int | 10 | 必填,当前GMT时间戳,精确到秒 |
clienttype | 客户端类型 | Int | 1 | 选填, 0 windowspc 1mac 2ios 3android;默认0 |
pid | 用户id | Int | 选填, 第三方系统的用户id;默认值为0 | |
chairmanpwd | 老师密码 | String | 32 | 选填 密码格式为:128位AES加密串加密密钥默认为5NIWjlgmvqwbt494 |
assistantpwd | 助教密码 | String | 32 | 选填 密码格式为:128位AES加密串加密密钥默认为5NIWjlgmvqwbt494 |
patrolpwd | 巡课密码 | String | 32 | 选填 密码格式为:128位AES加密串加密密钥默认为5NIWjlgmvqwbt494 |
passwordrequired | 否 | int | 1 | 学生进入房间是否需要:0:否;1:是 |
confuserpwd | 学生密码 | String | 32 | 选填 密码格式为:128位AES加密串加密密钥默认为5NIWjlgmvqwbt494 |
参数名 | 类型 | 说明 |
---|---|---|
result | int | 返回状态码:0:正常 |
enterRoomUrl | string | 启动app串 |
返回示例
1 2 3 4 |
|