[EVENT]

Fetched Call Recording Information

Each time a command related to audio recording is successful, a recording_info event is returned.

Parameters

call_id number

The unique number allocated to the call by TelXL.

recording_audio object

An object consisting of the parameters listed below.

The recording_audio Object

recording_audio_status number

1 if recording

0 if not recording

recording_audio_status_desc string

"In progress" if recording

"Not recording" otherwise

recording_audio_control number

1 When control is allowed

0 When control is not allowed

recording_audio_control_desc string

Corresponds with recording_audio_control.

Can be "Allowed" or "Not allowed".

recording_audio_suspended number

1 if suspended (only applicable to calls with recording in progress, where control is allowed)

0 otherwise

recording_audio_suspended_desc string

Corresponds with recording_audio_suspended.

Either "Suspended", or an empty string if not suspended.

recording_audio_highlighted number

1 if the call is highlighted (which can only be done if it is being recorded)

0 otherwise

recording_audio_highlighted_desc string

Corresponds with recording_audio_highlighted.

Either "Highlighted", or an empty string if not highlighted.

recording_audio_last_message string A description of what caused this event, such as "Started recording", "Resumed", and similar.

Example Response

Refer to the following topics for specific examples of this event: