| DurationInSeconds |
- Type
- int
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The video call duration in seconds, not the recording duration.
|
| EndDateTime |
- Type
- dateTime
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Time the call ended, in universal time coordinated (UTC).
|
| ExpirationDateTime |
- Type
- dateTime
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Reserved for internal use. This field is available in API version 59.0 and
later.
|
| ExternalRecordingKey |
- Type
- string
- Properties
- Create, Filter, Group, idLookup, Nillable, Sort, Update
- Description
- The ID of the video call recording, from the recording provider. For
example, the Zoom ID of the recording. This value is unique.
|
| ExternalRecordingKeyLong |
- Type
- string
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- The ID of the video call recording, from the recording provider, that's more
than 255 characters. For example, the MS Team ID of the recording. This value
is unique.
- If ExternalRecordingKey is null, this ID is used by
default.
- Available in API version 61.0 and later.
|
| FileSizeInByte |
- Type
- long
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The size of the video call recording, in bytes.
|
| FileType |
- Type
- string
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The file type of the video call recording.
- Possible values are:
-
MP4—Video file
-
M4A—Audio-only file
-
TIMELINE—Time stamp file in
JSON format.
-
TRANSCRIPT—Transcription
files in VTT format.
-
CHAT—Text file containing
chat messages from the video call.
-
CC—File containing closed
captions of the video call recording. The file is in VTT format.
|
| LastReferencedDate |
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- The timestamp when the current user last accessed this record, a record
related to this record, or a list view.
|
| LastViewedDate |
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- The timestamp when the current user last viewed this record or list view. If
this value is null, the user only
accessed this record or list view (LastReferencedDate) but not viewed it.
|
| Name |
- Type
- string
- Properties
- Create, Filter, Group, idLookup, Nillable, Sort, Update
- Description
- The name of the video call recording, entered by the sales rep.
|
| StartDateTime |
- Type
- dateTime
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- The start time of the video call recording.
|
| VideoCallRecordId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- ID of the VideoCall record (the parent record).
- This is a relationship field.
- Relationship Name
- VideoCallRecord
- Relationship Type
- Lookup
- Refers To
- VideoCall
|