Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 2 KB

File metadata and controls

55 lines (44 loc) · 2 KB
title serviceUserAgent resource type
description The serviceUserAgent type
ms.localizationpriority medium
author mcm223
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

serviceUserAgent resource type

Namespace: microsoft.graph.callRecords

Represents a service user agent of an endpoint in a call. Inherits from userAgent type.

Properties

Property Type Description
applicationVersion String Identifies the version of application software used by this endpoint.
headerValue String User-agent header value reported by this endpoint.
role microsoft.graph.callRecords.serviceRole Identifies the role of the service used by this endpoint. The possible values are: unknown, customBot, skypeForBusinessMicrosoftTeamsGateway, skypeForBusinessAudioVideoMcu, skypeForBusinessApplicationSharingMcu, skypeForBusinessCallQueues, skypeForBusinessAutoAttendant, mediationServer, mediationServerCloudConnectorEdition, exchangeUnifiedMessagingService, mediaController, conferencingAnnouncementService, conferencingAttendant, audioTeleconferencerController, skypeForBusinessUnifiedCommunicationApplicationPlatform, responseGroupServiceAnnouncementService, gateway, skypeTranslator, skypeForBusinessAttendant, responseGroupService, voicemail, unknownFutureValue.

JSON representation

The following JSON representation shows the resource type.

{
  "applicationVersion": "String",
  "headerValue": "String",
  "role": "String"
}