Difference between revisions of "GetRecordingUrl"
Jump to navigation
Jump to search
(Created page with "{{Api_Method_Spec| Description=Gets the recording url |Parameters= {{Api_Parameter| ParamName=token |ParamType=String |ParamRequired=required |ParamDescription=A valid token ...") |
|||
Line 57: | Line 57: | ||
! Changes author | ! Changes author | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
− | ! | + | ! 7.0 |
{{!}} Initial method design | {{!}} Initial method design | ||
{{!}} José Manuel Escartín | {{!}} José Manuel Escartín |
Revision as of 12:53, 5 April 2019
Description
Gets the recording url
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
- pin (int, required)
- The parent PIN for the current user.
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 |