Click or drag to resize
DroppedParticipantReinvite Method
Used by a conference moderator to reinvite a dropped participant to the conference call.

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

Parameters

completionHandler
Type: Avaya.ClientServicesDroppedParticipantParticipantActionCompletionHandler
A completion handler to call when the operation has completed. May be null.
See Also