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

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...
 

Detailed Description

Unsupported: Conference slide viewing is currently not supported.

Describes methods that are implemented by the delegate of a CSConferenceSlideViewer.

Method Documentation

- (void) conferenceSlideViewer: (CSConferenceSlideViewer *)  slideViewer
didEndSubscription: (BOOL)  endedRemotely 

Called when the slide viewer session is over.

Parameters
slideViewerSlide viewer instance this callback is associated with.
endedRemotelyFlag 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.

Parameters
slideViewerSlide viewer instance this callback is associated with.
slideInformation about the new slide.

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