| title | participantEndpoint resource type |
|---|---|
| description | Represents a participant endpoint (a user or user-like entity) in a call. |
| ms.localizationpriority | medium |
| author | mcm223 |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph.callRecords
[!INCLUDE beta-disclaimer]
Represents a participant endpoint (a user or user-like entity) in a call.
Inherits from endpoint.
| Property | Type | Description |
|---|---|---|
| associatedIdentity | identity | Identity associated with the endpoint. |
| cpuCoresCount | Int32 | CPU number of cores used by the media endpoint. |
| cpuName | String | CPU name used by the media endpoint. |
| cpuProcessorSpeedInMhz | Int32 | CPU processor speed used by the media endpoint. |
| feedback | microsoft.graph.callRecords.userFeedback | The feedback provided by the user of this endpoint about the quality of the session. |
| name | String | Name of the device used by the media endpoint. |
| userAgent | microsoft.graph.callRecords.userAgent | User-agent reported by this endpoint. |
| identity (deprecated) | identitySet | Identity associated with the endpoint. The identity property is deprecated and will stop returning data on June 30, 2026. Going forward, use the associatedIdentity property. |
The following JSON representation shows the resource type.
{
"associatedIdentity": {"@odata.type": "microsoft.graph.identity"},
"cpuCoresCount": "Int32",
"cpuName": "String",
"cpuProcessorSpeedInMhz": "Int32",
"feedback": {"@odata.type": "microsoft.graph.callRecords.userFeedback"},
"identity": {"@odata.type": "microsoft.graph.identitySet"},
"name": "String",
"userAgent": {"@odata.type": "microsoft.graph.callRecords.userAgent"}
}