Click or drag to resize
VideoChannelReceiveStatusEventArgs Class
A class representing a video channel's video receive status change.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesVideoChannelReceiveStatusEventArgs

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class VideoChannelReceiveStatusEventArgs : EventArgs

The VideoChannelReceiveStatusEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyReceiveStatus
Boolean representing whether the video channel started or stopped receiving video packets.
Public propertyVideoChannel
Video channel whose video receive status has changed.
Top
See Also