Click or drag to resize

CallRecordingActionType Enumeration

Describes the Call Recording action types.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum CallRecordingActionType
Members
  Member nameValueDescription
StartRecording0 The action to start call recording.
StopRecording1 The action to stop call recording.
PauseRecording2 The action to pause call recording.
ResumeRecording3 The action to resume call recording.
See Also