Click or drag to resize
CallJoinStatusHandler Delegate
Declares a completion handler that handles the result of a call join request.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void JoinStatusHandler(
	JoinStatus status,
	CallFailureException error
)

Parameters

status
Type: Avaya.ClientServicesJoinStatus
The status of the call join operation. If error is null, this provides the status of the join request, otherwise status is None.
error
Type: Avaya.ClientServicesCallFailureException
Not null if the request failed. Represents the error associated with the request.
See Also