Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.25 KB

File metadata and controls

51 lines (40 loc) · 1.25 KB
title serviceEndpoint resource type
description The serviceEndpoint type
ms.localizationpriority medium
author mcm223
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

serviceEndpoint resource type

Namespace: microsoft.graph.callRecords

Represents a service endpoint in a call. The endpoint represents a calling media server or other service entity. Inherits from endpoint 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"}
}