DegradeVideoFile
Degrades a video call to a voice call.
Operation description
The 5G video call feature is currently available by invitation only. Contact your operations manager to enable it.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dyvms:DegradeVideoFile |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CallId |
string |
No |
Call ID. Get the CallId from the return parameters of the SingleCallByVideo interface. |
116012354148^1028137841**** |
| MediaType |
string |
No |
Media type. The value is fixed as video. |
video |
| OutId |
string |
No |
ID reserved for the caller. The system returns this ID in the receipt message. This is a string with a length of 1 to 15 bytes. |
225869***** |
| CalledNumber |
string |
Yes |
The mobile phone number that receives the voice call. |
159****0000 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
Access denied details. |
无 |
| Message |
string |
Error message. |
无 |
| Data |
object |
The returned data. |
|
| Code |
string |
Request status code.
|
OK |
| Success |
boolean |
Indicates whether the API call was successful.
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "无",
"Message": "无",
"Data": {
"test": "test",
"test2": 1
},
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.