Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.26 KB

File metadata and controls

52 lines (41 loc) · 1.26 KB
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

endpoint resource type

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.

Properties

Property Type Description
userAgent microsoft.graph.callRecords.userAgent User-agent reported by this endpoint.

JSON representation

The following JSON representation shows the resource type.

{
  "userAgent": {"@odata.type": "microsoft.graph.callRecords.userAgent"}
}