Click or drag to resize
ConferenceRecordingStatusEventArg Class
An event argument used when reporting events related to the recording status of a Conference object.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesConferenceRecordingStatusEventArg

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

The ConferenceRecordingStatusEventArg type exposes the following members.

Constructors
  NameDescription
Public methodConferenceRecordingStatusEventArg
Constructs a new ConferenceRecordingStatusEventArg object.
Top
Properties
  NameDescription
Public propertyRecordingStatus
Conference recording status information.
Top
See Also