Click or drag to resize

SearchConversationLeave Method

Invokes a leave request for this conversation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public override 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 will get added once again.

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

See Also