For a remote call, joins the call.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void Join(
CallJoinStatusHandler joinStatusHandler
)
Parameters
- joinStatusHandler
- Type: Avaya.ClientServicesCallJoinStatusHandler
Completion handler instance that receives the result of the operation.
If not provided, failure feedback cannot be received.
Remarks
If the join is successful this call becomes a local call. This can be verified
by querying Remote property, which returns false when the join is successful.
If the join operation fails, the call continues representing a remote
call. In this case, Remote property is true.
See Also