Click or drag to resize
WhiteboardSurfaceSetAsActive Method
Sets whiteboard surface as currently used.

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

Parameters

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