Click or drag to resize
WhiteboardEnd Method
Ends this whiteboard session.Another participant with presenter privilege may be able to start a new whiteboard session.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void End(
	WhiteboardWhiteboardCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesWhiteboardWhiteboardCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
See Also