Click or drag to resize

ConferenceSlideViewerSubscribe Method

Initiates subscription to slide information. If there are no slides available, an empty list is returned. If the conference server does not support slide viewing, an error is returned.

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

Parameters

completionHandler
Type: Avaya.ClientServicesConferenceSlideViewerConferenceSlideViewerSubscriptionCompletionHandler
The completion handler for this operation.
See Also