Click or drag to resize
ContentSharingStartSharingFullScreen Method
Starts sharing full screen.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void StartSharingFullScreen(
	uint displayId,
	ContentSharingContentSharingCompletionHandler completionHandler
)

Parameters

displayId
Type: SystemUInt32
Unique ID associated with the screen that is being shared.
completionHandler
Type: Avaya.ClientServicesContentSharingContentSharingCompletionHandler
Completion handler for this operation.
See Also