Show / Hide Table of Contents

Interface IMediaSession

The IMediaSession interface.

Namespace: Microsoft.Graph.Calls
Assembly: Microsoft.Graph.Calls.dll
Syntax
public interface IMediaSession : IDisposable

Properties

View Source

MediaSessionId

Gets the id of this media session

Declaration
Guid MediaSessionId { get; }
Property Value
Type Description
Guid

The media session id.

View Source

Modalities

Gets the supported modalities

Declaration
Modality[] Modalities { get; }
Property Value
Type Description
Modality[]

The media session id.

Methods

View Source

GetMediaConfiguration()

returns the media configuration

Declaration
JObject GetMediaConfiguration()
Returns
Type Description
JObject

The .

  • View Source
Back to top Generated by DocFX