Szerkesztés

Megosztás a következőn keresztül:


participantBase resource type

Namespace: microsoft.graph.callRecords

Represents the base identity of a participant or organizer in a callRecord.

Base type of organizer and participant.

Properties

Property Type Description
id String Unique identifier for the call participant.
identity microsoft.graph.communicationsIdentitySet The identity of the call participant.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)",
  "identity": {"@odata.type": "microsoft.graph.communicationsIdentitySet"}
}

See also

For examples that show how to use the participant and organizer resources, see callRecord.