Click or drag to resize

LibrarySharing Class

Unsupported: The library sharing feature is currently not supported.
Interface representing a set of methods the client application can invoke to share or receive shared document from a conference server supplied document library.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesLibrarySharing

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

The LibrarySharing type exposes the following members.

Methods
  NameDescription
Public methodGetActiveSlide
Unsupported feature Return slide pointer to the currently displayed document page.
Public methodGetSlides
Unsupported feature Return slide pointer to each document page.
Public methodSharePage
Unsupported feature Starts share of a selected page from the selected document. The sharing view is updated with the image of the selected page. Other network participants are also notified about the share of the selected page. The local application will be notified of the shared page through LibrarySharingListener.OnLibraryDocumentPageContentReceived().
Public methodStopSharing
Unsupported feature Stops sharing of the document. Sharing can be re-started by calling startSharing().
Top
Events
  NameDescription
Public eventEnded
Reports that library sharing has ended.
Public eventSlideShared
Reports that library sharing slide was shared. Note that it occurs for every slide - i.e. when slide is changing.
Public eventStarted
Reports that library sharing has started.
Top
Remarks

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