ResumeVideoFile
Resumes video playback in a voice call after it has been paused.
Operation description
The 5G video calling feature is available by invitation only. Contact your account manager to enable this feature.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dyvms:ResumeVideoFile |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CallId |
string |
No |
The call ID. You can get the CallId from the response parameters of the SingleCallByVideo API. |
100001616500^1000018**** |
| CalledNumber |
string |
Yes |
The mobile phone number for which to resume video playback. |
159****0000 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
Details about the access denial. |
无 |
| Message |
string |
Error message. |
无 |
| Data |
object |
Details of the returned data. |
|
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the API call succeeded.
|
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.