recordingV1 Data Type

Model class for recording data contained within an engagement.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
contents string element 0/1 Contents of the recording: AUDIO, AUDIOVIDEO, VIDEO.
created dateTime element 0/1 Date the recording was created (in unix timestamp format).
duration integer element 0/1 Duration of the recording, in seconds.
size integer element 0/1 Size of the recording, in Bytes.
uri string element 0/1 URI of where the recording can be downloaded.
user string element 0/1 Email address of the user in the recording.

Example

<recordingV1>
  <uri>...</uri>
  <user>...</user>
  <created>...</created>
  <duration>...</duration>
  <size>...</size>
  <contents>...</contents>
</recordingV1>