|
Avaya Client Services API Reference (iOS)
|
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... | |
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).
| - (void) librarySharing: | (CSLibrarySharing *) | librarySharing | |
| didShareSlide: | (CSSlide *) | slide | |
| byParticipant: | (CSParticipant *) | participant | |
Reports that library sharing has started.
Method is called on each slide changed.
| librarySharing | Object of CSLibrarySharing sending the message. |
| slide | Always nil since library sharing is not supproted in Client SDK |
| participant | Indicates participant who started library sharing |
| - (void) librarySharingDidEnd: | (CSLibrarySharing *) | librarySharing |
Reports that library sharing has ended.
| librarySharing | Object of CSLibrarySharing sending the message. |
| - (void) librarySharingDidStart: | (CSLibrarySharing *) | librarySharing |
Reports that library sharing has started.
| librarySharing | Object of CSLibrarySharing sending the message. |