Click or drag to resize

ConferenceSetContinuationActive Method

Enables or disables conference continuation mode for the conference call. Call continuation mode allows the conference call to continue after the moderator leaves the conference call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetContinuationActive(
	bool active,
	ConferenceConferenceActionCompletionHandler completionHandler
)

Parameters

active
Type: SystemBoolean
Set to true to enable conference continuation after moderator exits the call; false to end the conference call when the moderator exits the call.
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 ContinuationStatusChanged event on this Conference object.
See Also