Newer Version Available

This content describes an older version of this product. View Latest

VideoCallParticipant

Represents a participant in a video call.

Participant information can come from the video call provider (for example, Zoom), or Salesforce.

This object is available in API version 51.0 and later.

Supported Calls

delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete()

Fields

Field Details
Email
Type
string
Properties
Filter, Group, idLookup, Nillable, Sort
Description
The email address of the participant, from the video call provider.
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 might have only accessed this record or list view (LastReferencedDate) but not viewed it.
Name
Type
string
Properties
Filter, Group, idLookup, Nillable, Sort
Description
The participant's name or phone number. This information is provided by the video call provider.
RelatedPersonId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
The Salesforce ID of the user, lead, or contact record for this participant.
This is a polymorphic relationship field.
Relationship Name
RelatedPerson
Relationship Type
Lookup
Refers To
Contact, Lead, User
VideoCallId
Type
reference
Properties
Filter, Group, Sort
Description
The ID of the video call record.
This is a relationship field.
Relationship Name
VideoCall
Relationship Type
Lookup
Refers To
VideoCall