| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a content sharing session in a call.
| 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. |
| Property | Type | Description |
|---|---|---|
| id | String | Unique identifier for the content sharing session. Read-only. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.contentSharingSession",
"id": "String(identifier)"
}