|
Avaya Client Services API Reference (iOS)
|
Unsupported: Conference slide viewing is currently not supported. More...
#import <CSConferenceSlideViewer.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
| (void) | - conferenceSlideViewer:didHaveNewSlide: |
| Called to report a new slide has been added to the presentation. More... | |
| (void) | - conferenceSlideViewer:didEndSubscription: |
| Called when the slide viewer session is over. More... | |
Unsupported: Conference slide viewing is currently not supported.
Describes methods that are implemented by the delegate of a CSConferenceSlideViewer.
| - (void) conferenceSlideViewer: | (CSConferenceSlideViewer *) | slideViewer | |
| didEndSubscription: | (BOOL) | endedRemotely | |
Called when the slide viewer session is over.
| slideViewer | Slide viewer instance this callback is associated with. |
| endedRemotely | Flag indicating whether slide viewer connection was ended by the server, or by the local user. |
| - (void) conferenceSlideViewer: | (CSConferenceSlideViewer *) | slideViewer | |
| didHaveNewSlide: | (CSConferenceSlide *) | slide | |
Called to report a new slide has been added to the presentation.
| slideViewer | Slide viewer instance this callback is associated with. |
| slide | Information about the new slide. |