ScreenCaptureDisable

 

Description

Disables screen capturing in the upcoming recordings.
Only call audio will be stored in the call.

Ongoing screen capturing will not stop immediately.

This has effect only on the next recorded phone call,
it has no effect on the ongoing recorded call.

Syntaxhttp://<host>:<apiport>/ScreenCaptureDisable
Parameterspass = API passcode (optional)
Examplehttp://localhost:10100/ScreenCaptureDisable
Return value

Positive result:

  • 'OK'
    • only two letters are returned
    • OK is returned even if screen capturing was already disabled

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