Click or drag to resize

ConferencePauseRecordingCapability Property

Returns whether the local user can pause conference recording. The capability returns not supported if the conference call does not support recording pause/resume, or if the local user does not have permission to start/stop recording, or if the conference recording is already paused. Only a conference moderator can pause conference recording.

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

Property Value

Type: Capability
Remarks
Conference moderation features are not supported when the client is used in shared control mode.
See Also