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 is a JSON representation of the resource.

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