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 SourceCall
Gets the parent call for this media session
Declaration
ICall Call { get; }
Property Value
Type | Description |
---|---|
ICall | The call. |
Methods
View SourceGetMediaConfiguration()
returns the media configuration
Declaration
JObject GetMediaConfiguration()
Returns
Type | Description |
---|---|
Newtonsoft.Json.Linq.JObject | The Newtonsoft.Json.Linq.JObject. |