根据UUID入会
根据UUID入会
1. 接口描述
接口名称:
/eventopenapi/event/stream/backup/join
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
Http Header
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 接口调用凭证 |
HttpBody
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
title | 是 | string | 会议名称 |
hostId | 是 | Long | 主持人ID |
name | 是 | string | 入会者名称 |
传参示例
{
"title":"2024091101",
"hostId":88406636,
"name":"mike"
}
4. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
code | int | 200:成功,非200失败 |
msg | string | 消息 |
data | Object | 数据内容 |
requestId | string | 请求ID |
data 参数说明
参数名 | 类型 | 说明 |
---|---|---|
pcode | string | 参会者密码 |
joinurl | string | 入会吊起串 |
返回示例
{
"timeStamp": 1732261516966,
"code": 200,
"msg": "Successfully to call join meeting by uuid",
"data": {
"confName": "Anonymous",
"joinurl": "tang:///us:update-test-cs.quanshi.com|update-test-cs.quanshi.com/upgradeserver/up:80|80/app:6/skin:1/site:60000/hs:82/aac:1/ahc:1/auv:0/aav:1/pinCode:101/bpc:1/hwv:1/chwv:1/arc:0/fromTry:0/aasv:0/alo:0/hcv:0/autoET:0/vmh:0/aaum:0/isMax:0/nt:3/pwdType:1/lang:cn/dm:meetnow.quanshi.com/siteUrl:testyunzhibo.quanshi.com/meetnow/Version:/mv:/needUpdate:0/forceUpdate:0/conf_id:25618/aal:35|14|12|9|16|7|6/cid:239838671/huid:89296044/puid:0/user_id:122912168/fuc:0/rc:0/dpm:e/vmit:0/rec:1/productType:1/ums_user_id:89296044/userStatus:82/account:0/showAttInfo:1/autoRec:0/mustSelectAudio:0/autoVideo:0/customerCode:153857/inviteeSize:1/confscalePC:1200/confscalePSTN:500/isSeegle:0/videoStandardSet:1/mpm:0/swb:1/cm:0/businessModel:2/docShareServerUrl:https://confdlprint.quanshi.com/video:1/monitor:0/raiseHand:1/rollCall:1/audioRec:0/lock:1/chat:1/translate:1/shareDesktop:1/shareDoc:1/sharePhoneDesktop:1/sync:1/showSpeaker:1/asd:1/summary:0/confSet:1/videoConferenceMode:2/callin:1/callCountryCode:86/feedback:1/remoteVideoConferenceRoom:0/remoteVideoConferenceRoomType:0/scaleThreshold:500/accountSurvey:1/conferencePartySurvey:1/loginStatus:0/fromProduct:pc/multichannelVideo:0/videoControl:2/watermark:0/enableDoc:0/enableWhiteboard:1/meetingAllowExternal:1/isViewHD:0/afterConferenceMarketingMaxNumber:7/afterConferenceMarketing:1/hasTimebook:1/afterConferenceMarketingUrl:https://meetservicem.quanshi.com/mkt/register.html/autoConnectVoipVoice:0/siteId:175417/fromProductId:60000/productStatus:62/pcode:201501000037774030/videoModeType:0/share:1/attendeeSeq:0/confMode:0/name:mike/isJointHost:0/billingCode:95533646/shadowUser:0/ecrptTp:0/cmsId:12/awmid:0/aiSpeechToTextEnv:2/cts_ip:10.255.1.138-test-e-cts1.quanshi.com|0.0.0.0/dts_ip:10.255.1.138-test-e-cts1.quanshi.com/channel_info:1|762156|126030|762163|126037|258|762150|126024|762157|126031|259|762151|126025|762158|126032|516|762155|126029|762162|126036|775|762154|126028|762161|126035|776|762152|126026|762159|126033|777|762153|126027|762160|126034/conferenceConfig:0/live:0/callMcu:1/ds_zip_ratio:0/recordFile:0",
"pcode": "201501000037774030"
},
"requestId": "10.255.0.105-1732261516122.9339121"
}
备注
- 更多返回错误代码请看首页的错误代码描述