The Slider object provides access to slider-related actions.
Inheritance HierarchySystemObject
Avaya.ClientServicesSlider
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
SyntaxThe Slider type exposes the following members.
Properties
| Name | Description |
---|
 | Slides |
Currently available slides.
|
Top
Events
| Name | Description |
---|
 | SlidesAdded |
Occurs when new slides are available.
|
 | SlidesRemoved |
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