Click or drag to resize
Slider Class
The Slider object provides access to slider-related actions.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesSlider

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class Slider

The Slider type exposes the following members.

Properties
  NameDescription
Public propertySlides
Currently available slides.
Top
Events
  NameDescription
Public eventSlidesAdded
Occurs when new slides are available.
Public eventSlidesRemoved
Occurs when some of the previously added slides are no longer available.
Top
Remarks

This object is accessible via the Collaboration object.

Feature overview:

  • The server periodically generates a 'screenshot' of currently presented content (screen sharing or whiteboard) and notifies clients that the data is available to download. The client is notified of these new "slides" via the SlidesAdded event.
  • For each slide, the client can download the full image and/or the smaller thumbnail.
  • Certain collaboration/server events (i.e. change of presenter) might make the slides unavailable which is reported via the SlidesRemoved event.

See Also