PauseVideoFile
Pauses the playback of a video file during a voice call.
Operation description
The 5G video call feature is 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:PauseVideoFile |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CallId |
string |
No |
The call ID. Get the CallId from the return parameters of the SingleCallByVideo interface. |
116012854210^10281427**** |
| CalledNumber |
string |
Yes |
The mobile phone number for which to pause video playback. |
159****0000 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
Access denied details. |
无 |
| Message |
string |
Error message. |
无 |
| Data |
object |
Details of the returned result. |
|
| Code |
string |
Request status code.
|
OK |
| Success |
boolean |
Indicates whether the request was successful. Values:
|
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.