/
ScreenCaptureResume

ScreenCaptureResume

Description

Resumes screen capturing from paused state immediately.

Syntaxhttp://<host>:<apiport>/ScreenCaptureResume
Parameterspass = API passcode (optional)
Examplehttp://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

Related content

ScreenCaptureResume
ScreenCaptureResume
More like this
ScreenCaptureResume
ScreenCaptureResume
More like this
ScreenCapturePause
ScreenCapturePause
More like this
ScreenCapturePause
ScreenCapturePause
More like this
ScreenCaptureIsEnabled
ScreenCaptureIsEnabled
More like this
ScreenCaptureStop
ScreenCaptureStop
More like this