CallJoinStatusHandler Delegate |
Declares a completion handler that handles the result of a call join request.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic 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