Class VideoReceiveStatusChangedEventArgs
Event arguments of a VideoReceiveStatusChanged event.
Inherited Members
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public class VideoReceiveStatusChangedEventArgs : EventArgs
Constructors
VideoReceiveStatusChangedEventArgs()
Declaration
public VideoReceiveStatusChangedEventArgs()
Properties
MediaReceiveStatus
The media receive status.
Declaration
public MediaReceiveStatus MediaReceiveStatus { get; set; }
Property Value
Type | Description |
---|---|
MediaReceiveStatus |
MediaType
MediaType of the video socket raising the event. This could be Video or Vbss.
Declaration
public MediaType MediaType { get; set; }
Property Value
Type | Description |
---|---|
MediaType |
SocketId
Socket Id associated with the video receive event
Declaration
public int SocketId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |