Difference between revisions of "GetRecordingUrl"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Api_Method_Spec| | {{Api_Method_Spec| | ||
− | Description=Gets the recording url | + | Description=Gets the recording url, PIN validation was removed here |
|Parameters= | |Parameters= | ||
Line 22: | Line 22: | ||
}} | }} | ||
{{Api_Parameter| | {{Api_Parameter| | ||
− | ParamName= | + | ParamName=drmType |
− | |ParamType= | + | |ParamType=[[DRMType|DRMType]] |
− | |ParamRequired= | + | |ParamRequired=Optiona |
− | |ParamDescription= | + | |ParamDescription=Requested DRM Type |
}} | }} | ||
+ | |||
Line 59: | Line 60: | ||
! 7.0 | ! 7.0 | ||
{{!}} Initial method design | {{!}} Initial method design | ||
+ | {{!}} José Manuel Escartín | ||
+ | {{!}}- | ||
+ | ! 7.3 | ||
+ | {{!}} Update drmType input parameter | ||
{{!}} José Manuel Escartín | {{!}} José Manuel Escartín | ||
{{!}}} | {{!}}} |
Latest revision as of 08:17, 6 February 2020
Description
Gets the recording url, PIN validation was removed here
Parameters
- token (String, required)
- A valid token for identifying the API session context. The token can be anonymous or logged.
- RecordingId (int, required)
- A valid user recordingId to return the playback url
- streamingType (StreamingType, required)
- Requested Streaming Type
- drmType (DRMType, Optiona)
- Requested DRM Type
Returns
Returns a JSON object containing a RecordingUrlResult object.
Example:
{
- "StatusCode": 0,
- "Severity": 1,
- "StatusMessage": "OK",
- "Content": RecordingUrlResult
}
Exceptions
- None
Caching
This method is not cached.
Known issues
- None
Version history
API Version Number | Change description | Changes author |
---|---|---|
7.0 | Initial method design | José Manuel Escartín |
7.3 | Update drmType input parameter | José Manuel Escartín |