获取帐号硬件视频权限开通情况

 

一、接口描述

1.接口名称:

https://openapi.quanshi.com/conference/conference/getUserCustomerInfo

2.发送方式:

POST

3.参数格式:

accept: application/json;content-type: application/json

 

二、输入参数

参数名 必选 类型 说明
appId int 应用ID(仅支持6:PC3.0)
userId int 会议主持人userID

 

三、示例

返回示例

{
    "status": 0,
    "result": {
        "hardwareVideo": 0
    },
    "msg": "get customer info success",
    "request_id": "confopenapiserver-10.90.43.102-1599532521.270405812.211",
    "timestamp": 1599532521270,
    "callSeq": "",
    "content_type": "application/json",
    "request_duration": "120.040374ms"
}

 

四、返回参数

参数名 类型 说明
status int 0:成功,非0失败
result json字符串 返回结果
hardwareVideo int 0:无硬件视频权限,1:有硬件视频权限

备注

更多返回错误代码请看首页的错误代码描述