Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.87 KB

File metadata and controls

51 lines (37 loc) · 1.87 KB
title contentSharingSession resource type
description Represents a content sharing session in a call.
author satyakonmsft
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

contentSharingSession resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a content sharing session in a call.

Methods

Method Return Type Description
Get contentSharingSession contentSharingSession Retrieve the properties of a contentSharingSession object.
List contentSharingSessions contentSharingSession collection Retrieve a list of contentSharingSession objects in a call.

Properties

Property Type Description
id String Unique identifier for the content sharing session. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.contentSharingSession",
  "id": "String(identifier)"
}