外呼MCU

外呼MCU

1. 接口描述

接口名称:

/conference/conference/callMcu

发送方式:

POST

参数格式:

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

2. 输入参数

参数名 必选 类型 说明
appId int 应用ID,请传6
pcode string 参会人密码
protocol string 协议类型,SIP 或者 H323
address string MCU地址,必填, 一般是ip: 222.209.223.96##9527
customerCode string 客户编码
conferenceId string 会议Id

3. 示例

传参示例

{
    "protocol": "H323",
    "address": "192.168.37.91",
    "pcode": "201501000033322588",
    "conferenceId": "239118266",
    "appId": "6",
    "customerCode": "020880"
}

返回示例

{
    "status": 0,
    "result": {
        "participant_id": "cb934dde-9113-4777-9920-8debd94bfdcb",
        "participant_ids": ["cb934dde-9113-4777-9920-8debd94bfdcb"]
    },
    "request_id": "confopenapiserver-192.168.28.45-1597745833.259493367.456",
    "timestamp": 1597745833259,
    "content_type": "application/json",
    "request_duration": "317.261356ms"
}

4. 返回参数

参数名 类型 说明
status int 0:成功,非0失败
result json 外呼MCU的返回结果
participant_id string 外呼唯一标识
participant_ids string数组 外呼唯一标识数组

备注

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