Click or drag to resize

ConferenceExtendMeeting Method

Extends the current meeting end time by the specified number of minutes.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void ExtendMeeting(
	int additionalTimeInMinutes,
	ConferenceConferenceActionCompletionHandler completionHandler
)

Parameters

additionalTimeInMinutes
Type: SystemInt32
Additional time by which the conference call is extended.
completionHandler
Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if value of the additionalTimeInMinutes is negative.
Remarks
When the operation is successful, a status update is reported through any event handler(s) registered against the EndTimeChanged event on this Conference object.
See Also