通話を接続する
会議で通話を接続します。
Request rate limit:
100 requests / 秒 (アカウント1件につき)
Request Body schema:
application/jsonすべて折りたたむ -
callIds required | Array of strings 接続する呼び出しの ID。 | ||||||||||||||||||||||||
conferenceRequest | object | ||||||||||||||||||||||||
|
レスポンス
200
Calls connected.
400
Bad request
401
Unauthorized
403
Forbidden
404
One or more calls not found.
429
Too Many Requests
500
Internal Server Error
サンプルをリクエストする
- ペイロード
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
コンテンツタイプ
application/json
例
Connect request
コピー
すべて折りたたむ {- "callIds": [
- "d8d84155-3831-43fb-91c9-bb897149a79d",
- "6539fcb4-4b2a-4ac9-a43a-d60807af29b0",
- "d6d6058c-5077-49f9-a030-2fc40e8ca195"
]
}
レスポンス例
- 200
- 400
- 401
- 403
- 404
- 429
- 500
コンテンツタイプ
application/json
コピー
すべて折りたたむ {- "id": "034e622a-cc7e-456d-8a10-0ba43b11aa5e",
- "name": "Example conference",
- "participants": [
- {
- "callId": "d8d84155-3831-43fb-91c9-bb897149a79d",
- "endpoint": {
- "type": "PHONE",
- "phoneNumber": "44790123456"
}, - "state": "JOINED",
- "joinTime": "2021-12-31T23:59:55.100+0000",
- "media": {
- "audio": {
- "muted": false,
- "deaf": false
}, - "video": {
- "camera": false,
- "screenShare": false
}
}
}, - {
- "callId": "d8d84155-3831-43fb-91c9-bb897149a79d",
- "endpoint": {
- "type": "PHONE",
- "phoneNumber": "44790123456"
}, - "state": "JOINING",
- "media": {
- "audio": {
- "muted": false,
- "deaf": false
}, - "video": {
- "camera": false,
- "screenShare": false
}
}
}
], - "callsConfigurationId": "dc5942707c704551a00cd2ea",
- "platform": {
- "applicationId": "61c060db2675060027d8c7a6"
}
}

© NTTCom Online Marketing Solutions Corporation