Name | Type | Description |
---|---|---|
SessionRecordingInitiated | event | Triggered when the first party and the second party are connected via the virtual phone number and the recording begins. |
SessionRecordingCompleted | event | Triggered when one of the parties disconnects the call. |
SessionRecordingFailed | event | Triggered when the record attribute is set to true for a masking session but the recording could not be started. |
Name | Type | Description |
---|---|---|
EventName | string | Event that triggered this callback. This parameter will have one of the values from the list of events above. |
EventTimestamp | string | Timestamp at which the event occurred. |
From | string | Actual from number used to interact with the virtual number. |
RecordingDuration | string | Duration of recording in seconds. |
RecordingEndTime | string | UTC Timestamp at which the recording ended. |
RecordingFormat | string | Format of the recording. Possible values: .mp3 , .wav . |
RecordingResourceURL | string | Complete URL path to the recording resource URL. |
RecordingStartTime | string | UTC Timestamp at which the recording started. |
RecordingURL | string | Actual media URL path of the recording. |
RecordingUUID | string | Unique identifier of the recording file. |
SequenceNumber | string | Indicates the sequence of the callback. It’s helpful to sort the callback events posted to the recording_callback_url . |
SessionUUID | string | Unique ID of the masking session. |
To | string | Actual to number dialing out from the virtual number. |
VirtualNumber | string | The virtual number used in the session. |