HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
500 | 121001 | internal error | 服务器内部错误,如果重试无效可联系管理员 |
400 | 121002 | not support | 暂不支持该功能 |
400 | 121003 | param error | 参数错误,检查参数的取值范围(请按照上面字段说明自查) |
400 | 123002 | record param error | 录制参数错误,1v1呼叫暂不支持自动录制 |
400 | 123003 | assign host exceed max limit 10 | 指定主持人数量超过最大限制,上限10 |
400 | 123004 | assign host error | 指定主持人错误,检查id是否合法 |
curl --location --request POST 'https://open.feishu.cn/open-apis/vc/v1/reserves/apply?user_id_type=open_id' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"end_time": "1608888867",
"owner_id": "ou_3ec3f6a28a0d08c45d895276e8e5e19b",
"meeting_settings": {
"topic": "my meeting",
"action_permissions": [
{
"permission": 1,
"permission_checkers": [
{
"check_field": 1,
"check_mode": 1,
"check_list": [
"ou_3ec3f6a28a0d08c45d895276e8e5e19b"
]
}
]
}
],
"meeting_initial_type": 1,
"call_setting": {
"callee": {
"id": "ou_3ec3f6a28a0d08c45d895276e8e5e19b",
"user_type": 1,
"pstn_sip_info": {
"nickname": "dodo",
"main_address": "+86-02187654321"
}
}
},
"auto_record": true,
"assign_host_list": [
{
"user_type": 1,
"id": "ou_3ec3f6a28a0d08c45d895276e8e5e19b"
}
]
}
}'
{
"code": 0,
"msg": "success",
"data": {
"reserve": {
"id": "6911188411934973028",
"meeting_no": "112000358",
"url": "https://vc.feishu.cn/j/337736498",
"app_link": "https://applink.feishu.cn/client/videochat/open?source=openplatform&action=join&idtype=reservationid&id={?}&preview={?}&mic={?}&speaker={?}&camera={?}",
"live_link": "https://meetings.feishu.cn/s/1gub381l4gglv",
"end_time": "1608883322"
}
}
}