contentSharingSession resource type
Namespace: microsoft.graph
Represents a content sharing session in a call.
Inherits from entity.
Methods
Method | Return Type | Description |
---|---|---|
Get contentSharingSession | contentSharingSession | Retrieve the properties of a contentSharingSession object in a call. |
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. Inherited from entity. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.contentSharingSession",
"id": "String (identifier)"
}