DictaphoneStart

Description

Starts recording in dictaphone mode

Syntaxhttp://<host>:<apiport>/DictaphoneStart
Parameters

pass = API passcode (optional)

captureScreen = 1 or 0 enables/disables screen capturing with the audio

Example

http://localhost:10100/dev/DictaphoneStart?captureScreen=1

(above call will start dictaphone recording with screen content)

Return value

Positive result:

  • 'OK'
    • only two letters are returned

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 started already