Show / Hide Table of Contents

Interface ILocalMediaSession

Inherited Members
IMediaSession.Call
IMediaSession.GetMediaConfiguration()
System.IDisposable.Dispose()
Namespace: Microsoft.Bot.Builder.Enterprise.Media
Assembly: Microsoft.Bot.Builder.Enterprise.Media.dll
Syntax
public interface ILocalMediaSession : IMediaSession, IDisposable

Properties

View Source

AudioSocket

Gets the audio socket associated with this media session

Declaration
IAudioSocket AudioSocket { get; }
Property Value
Type Description
Microsoft.Skype.Bots.Media.IAudioSocket
View Source

VbssSocket

Gets the VBSS socket associated with this media session

Declaration
IVideoSocket VbssSocket { get; }
Property Value
Type Description
Microsoft.Skype.Bots.Media.IVideoSocket
View Source

VideoSocket

Gets the video socket associated with this media session

Declaration
IVideoSocket VideoSocket { get; }
Property Value
Type Description
Microsoft.Skype.Bots.Media.IVideoSocket
View Source

VideoSockets

Gets the list of video socket associated with this media session

Declaration
IReadOnlyList<IVideoSocket> VideoSockets { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<Microsoft.Skype.Bots.Media.IVideoSocket>
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX