Show / Hide Table of Contents

    Interface IMediaSession

    The IMediaSession interface. For local media scenarios, this session object represents the modalities and the media configuration.

    Inherited Members
    IDisposable.Dispose()
    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.

    Back to top Copyright (c) Microsoft Corporation. All rights reserved.