Click or drag to resize

ConferenceIsRecordingPaused Property

Boolean value indicating if conference call recording is paused. If the call is not a conference call, or if the conference recording is not paused, or if the recording pause/resume is not supported by the conference server, the method returns false.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool IsRecordingPaused { get; }

Property Value

Type: Boolean
Remarks
IsRecordingActive in conjunction with IsRecordingPaused provide the current status of the conference recording. see also: RecordingStatusChanged
See Also