| title | endpoint resource type |
|---|---|
| description | The endpoint type |
| ms.localizationpriority | medium |
| author | mcm223 |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.callRecords
Represents an endpoint in a call. The endpoint could be a user's device, a meeting, an application/bot, etc. The participantEndpoint and serviceEndpoint types inherit from this type.
| Property | Type | Description |
|---|---|---|
| userAgent | microsoft.graph.callRecords.userAgent | User-agent reported by this endpoint. |
The following JSON representation shows the resource type.
{
"userAgent": {"@odata.type": "microsoft.graph.callRecords.userAgent"}
}