Click or drag to resize

ConferenceSlideViewerSlides Property

Get information about the list of slides currently available. If the conference server does not support slide viewing functionality, an empty list is returned.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public ReadOnlyCollection<ConferenceSlide> Slides { get; }

Property Value

Type: ReadOnlyCollectionConferenceSlide
See Also