Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.23 KB

cloudrealtimecommunicationinfo.md

File metadata and controls

36 lines (29 loc) · 1.23 KB
title description ms.localizationpriority doc_type ms.subservice author
cloudRealtimeCommunicationInfo resource type
Microsoft real-time communication information related to the user.
medium
resourcePageType
entra-directory-management
rungari

cloudRealtimeCommunicationInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a group of properties that relate to Microsoft real-time communication information for a user.

Properties

Property Type Description
isSipEnabled Boolean Indicates whether the user has a SIP-enabled client registered for them. Read-only.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudRealtimeCommunicationInfo",
  "isSipEnabled": "Boolean"
}