/
ScreenCaptureStop

ScreenCaptureStop

Description

Stops screen capturing immediately.
This allows adhoc stop screen capturing even during phone calls.

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

  • 'AUTH' - request authentication error
  • 'WRST' - wrong state, capturing has been stopped already

Related content

ScreenCaptureStop
ScreenCaptureStop
More like this
ScreenCaptureStop
ScreenCaptureStop
More like this
ScreenCaptureStop
ScreenCaptureStop
More like this
ScreenCaptureStart
ScreenCaptureStart
More like this
ScreenCapturePause
ScreenCapturePause
More like this
ScreenCapturePause
ScreenCapturePause
More like this