Click or drag to resize

ConversationLeave Method

Invokes a leave request for this conversation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public virtual void Leave(
	ConversationCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesConversationCompletionHandler
The completion handler which will be invoked when the operation completes. Operation success or failure is reported through this handler.
Remarks

After leaving, participant can no longer contribute to the conversation unless he is added once again.

When last participant is leaving the conversation it will become closed after a while.

See Also