Click or drag to resize

CollaborationPauseReceivingSharing Method

Pauses receiving certain collaboration sharing updates.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void PauseReceivingSharing(
	CollaborationReceivingSharingControlCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesCollaborationReceivingSharingControlCompletionHandler
Completion handler instance used to report that the operation finished.
Remarks

Currently stops content sharing image updates and whiteboard drawing updates.

Can be used to reduce application event-handling workload in situations when sharing does not need to be processed (e.g. sharing-related UI components are hidden).

Receiving sharing can be started again with ResumeReceivingSharing(CollaborationReceivingSharingControlCompletionHandler) without losing any intermediate data (i.e. the up-to-date content sharing key frame and all whiteboard drawing events will be eventually received).

Succeeds if receiving sharing is already paused.

See Also