Click or drag to resize
ConferenceSlideViewer Class
Unsupported: Conference slide viewing is currently not supported.
The conference slide viewer allows a client application to view the list of slides shared during a conference call and subscribe to notifications of new slides.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesConferenceSlideViewer

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

The ConferenceSlideViewer type exposes the following members.

Properties
  NameDescription
Public propertySlides
Get information about the list of slides currently available. If the conference server does not support slide viewing functionality, an empty list is returned.
Top
Methods
  NameDescription
Public methodSubscribe
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.
Public methodUnsubscribe
Ends subscription to slide information.
Top
Events
  NameDescription
Public eventNewSlideAvailable
Occurs when a new slide is added to the conference presentation. The application can obtain the slide information from the event argument, or by querying the Slides property.
Public eventSubscribed
Occurs when slide viewer subscription is successful.
Public eventUnsubscribed
Occurs when slide viewer subscription is ended. A boolean flag indicating whether the subscription is ended by the server or not is provided in the event argument.
Top
Remarks

By subscribing to the slide viewer, active and new users can review the slides that were already shared in a meeting, without affecting the current presentation. Slide viewer is active/available on a client as long as there is a presentation session. When the presentation stops, the slide viewer is ended.

Whether slide viewer APIs can be used on a given conference call is dependent on the capabilities of the conference call and server. The corresponding conference capability should be first checked to determine that the slide viewing capability is supported before the slide viewer functions defined below are called. Otherwise, these methods return error when called for on a conference call that does not support the slide viewing feature.

Unsupported: This class and all of its supporting classes are for internal Avaya use only and should not be used by third party applications at this time. This is an incubating feature that is currently under development and the classes and methods associated with this feature are subject to change at any time. Use of this feature will not be supported by Avaya until such time that it is officially released.

See Also