Click or drag to resize
ConferenceStopRecording Method
Stops conference recording.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void StopRecording(
	ConferenceConferenceActionCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
Remarks
When the operation is successful, a status update is reported through any event handler(s) registered against the RecordingStatusChanged event on this Conference object.
See Also