Interface IMediaSession
The IMediaSession interface. For local media scenarios, this session object represents the modalities and the media configuration.
Inherited Members
Namespace: Microsoft.Graph.Communications.Calls
Assembly: Microsoft.Graph.Communications.Calls.dll
Syntax
public interface IMediaSession : IDisposable
Properties
MediaSessionId
Gets the id of this media session.
Declaration
Guid MediaSessionId { get; }
Property Value
Type | Description |
---|---|
Guid |
Modalities
Gets the supported modalities
Declaration
Modality[] Modalities { get; }
Property Value
Type | Description |
---|---|
Modality[] |
Methods
GetMediaConfiguration()
Get the media configuration
Declaration
JObject GetMediaConfiguration()
Returns
Type | Description |
---|---|
Newtonsoft.Json.Linq.JObject | A Newtonsoft.Json.Linq.JObject produced by the Media library. |