Click or drag to resize

ContentSharingCanvasSetContentSharing Method

Sets ContentSharing object for canvas. ContentSharing object can be set once for ContentSharingCanvas object. It will be unset automatically after End or EndSucceeded is received from ContentSharing and canvas will be reseted to initial state. This method should be called once in a lifetime of ContentSharingCanvas object. Subsequent calls are no-ops.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetContentSharing(
	ContentSharing contentSharing
)

Parameters

contentSharing
Type: Avaya.ClientServicesContentSharing
Should not be null.
See Also