Interface ILocalMediaSession
Inherited Members
System.IDisposable.Dispose()
Namespace: Microsoft.Bot.Builder.Enterprise.Media
Assembly: Microsoft.Bot.Builder.Enterprise.Media.dll
Syntax
public interface ILocalMediaSession : IMediaSession, IDisposable
Properties
View SourceAudioSocket
Gets the audio socket associated with this media session
Declaration
IAudioSocket AudioSocket { get; }
Property Value
Type | Description |
---|---|
Microsoft.Skype.Bots.Media.IAudioSocket |
VbssSocket
Gets the VBSS socket associated with this media session
Declaration
IVideoSocket VbssSocket { get; }
Property Value
Type | Description |
---|---|
Microsoft.Skype.Bots.Media.IVideoSocket |
VideoSocket
Gets the video socket associated with this media session
Declaration
IVideoSocket VideoSocket { get; }
Property Value
Type | Description |
---|---|
Microsoft.Skype.Bots.Media.IVideoSocket |
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> |