Avaya Client Services API Reference (OS X)
Instance Methods | List of all members
<CSLibrarySharingDelegate> Protocol Reference

Library sharing delegate provides updates about the status of library document sharing and whether a new shared page is received from the server (for a non presenting participant). More...

#import <CSLibrarySharing.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - librarySharingDidStart:
 Reports that library sharing has started. More...
 
(void) - librarySharing:didShareSlide:byParticipant:
 Reports that library sharing has started. More...
 
(void) - librarySharingDidEnd:
 Reports that library sharing has ended. More...
 

Detailed Description

Library sharing delegate provides updates about the status of library document sharing and whether a new shared page is received from the server (for a non presenting participant).

Method Documentation

- (void) librarySharing: (CSLibrarySharing *)  librarySharing
didShareSlide: (CSSlide *)  slide
byParticipant: (CSParticipant *)  participant 

Reports that library sharing has started.

Method is called on each slide changed.

Parameters
librarySharingObject of CSLibrarySharing sending the message.
slideAlways nil since library sharing is not supproted in Client SDK
participantIndicates participant who started library sharing
- (void) librarySharingDidEnd: (CSLibrarySharing *)  librarySharing

Reports that library sharing has ended.

Parameters
librarySharingObject of CSLibrarySharing sending the message.
- (void) librarySharingDidStart: (CSLibrarySharing *)  librarySharing

Reports that library sharing has started.

Parameters
librarySharingObject of CSLibrarySharing sending the message.

The documentation for this protocol was generated from the following file: