Show / Hide Table of Contents

Interface IMediaSession

The media session interface.

Inherited Members
System.IDisposable.Dispose()
Namespace: Microsoft.Bot.Builder.Enterprise.Core
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public interface IMediaSession : IDisposable

Properties

View Source

Call

Gets the parent call for this media session

Declaration
ICall Call { get; }
Property Value
Type Description
ICall

The call.

Methods

View Source

GetMediaConfiguration()

returns the media configuration

Declaration
JObject GetMediaConfiguration()
Returns
Type Description
Newtonsoft.Json.Linq.JObject

The Newtonsoft.Json.Linq.JObject.

  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX