Click or drag to resize
ConferenceIsRecordingActive Property
A Boolean value indicating whether the conference is being recorded. If the call is not a conference call, or if the conference is not being recorded, the return value is false.

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

Property Value

Type: Boolean
Remarks
see also: RecordingStatusChanged
See Also