SkipVideoFile
You can call this operation to fast-forward or rewind a video during playback.
Operation description
The 5G video call feature is currently 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:SkipVideoFile |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CallId |
string |
No |
Call ID. You can get the CallId from the response of the SingleCallByVideo operation. |
116012854210^10281427**** |
| SkipTimes |
integer |
Yes |
Time in milliseconds to skip to for video playback. |
04:02:01 |
| OutId |
string |
No |
A custom ID for the caller. This ID is returned to the caller in the callback message. This is a string of 1 to 15 bytes. |
PR0210428**** |
| CalledNumber |
string |
Yes |
Mobile phone number that receives the video playback. |
159****0000 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
Detailed information about the access denial. |
无 |
| Message |
string |
Error message. |
无 |
| Data |
boolean |
Response data. |
false |
| Code |
string |
Request status code.
|
OK |
| Success |
boolean |
Indicates whether the operation succeeded.
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "无",
"Message": "无",
"Data": false,
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.