API Docs for version 1.3.1803

RecordingInfoReason

Module: Circuit.Enums
Parent Module: Circuit

static

Summary

Enum for the call recording reason

Properties

LENGTH_LIMIT_REACHED

Syntax

LENGTH_LIMIT_REACHED

String static

Summary

The recording has been stopped because the file size limit is reached.

MAX_INPUT_TIMEOUT

Syntax

MAX_INPUT_TIMEOUT

String static

Summary

The recording has been aborted due to too much input. A recorded file is available.

NO_INPUT_TIMEOUT

Syntax

NO_INPUT_TIMEOUT

String static

Summary

There was no input (i.e. only silence streaming data).

NO_MORE_DISK_SPACE_LEFT

Syntax

NO_MORE_DISK_SPACE_LEFT

String static

Summary

The recording didn't started because the disk partition is full.

NO_STREAMING_DATA

Syntax

NO_STREAMING_DATA

String static

Summary

The recording has been stopped since no (more) streaming data is available.

NONE

Syntax

NONE

String static

Summary

Set if recording is not stopped or failed.

STOPPED_AUTOMATICALLY

Syntax

STOPPED_AUTOMATICALLY

String static

Summary

The recording has been stopped automatically after a successful recording.

STOPPED_MANUALLY

Syntax

STOPPED_MANUALLY

String static

Summary

The recording has been stopped manually.

UNKNOWN_ERROR

Syntax

UNKNOWN_ERROR

String static

Summary

The recording didn't started or has been stopped for any other reason.