CollaborationPauseReceivingSharing Method |
Namespace: Avaya.ClientServices
public void PauseReceivingSharing( CollaborationReceivingSharingControlCompletionHandler completionHandler )
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.