Description | Resumes screen capturing from paused state immediately. |
Syntax | http://<host>:<apiport>/ScreenCaptureResume |
Parameters | pass = API passcode (optional) |
Example | http://localhost:10100/ScreenCaptureResume |
Return value | Positive result: - 'OK'
- only two letters are returned
- OK is returned even if screen capturing was already enabled
Failure result: - 'ERROR:<code>:<description>'
- the first 5 characters of the response are 'ERROR'
- followed by a ':' (colon)
- <code> is a 4 character error code
- followed by a ':' (colon)
- <description> textual description of the error
Defined error codes: - 'NOON' - no ongoing call found
- 'AUTH' - request authentication error
- 'WRST' - capturing is not in paused state
|