Avaya Client Services API Reference (iOS)
|
#import <Foundation/Foundation.h>
#import "CSCapability.h"
#import "CSContentSharing.h"
#import "CSChat.h"
#import "CSMeetingMinutes.h"
#import "CSLibraryManager.h"
#import "CSLibrarySharing.h"
#import "CSWhiteboard.h"
#import "CSCollaborationCapabilities.h"
#import "CSCollaborationDetails.h"
#import "CSSlider.h"
Classes | |
class | CSCollaboration |
The CSCollaboration object provides access to collaboration related capabilities and actions. More... | |
protocol | <CSCollaborationDelegate> |
CSCollaborationDelegate is registered as an observer of collaboration status update notifications. More... | |
Typedefs | |
typedef void(^ | CSReceivingSharingControlCompletionHandler) (NSError *error) |
Delegate used to report that receiving sharing control operation finished. More... | |
Enumerations | |
enum | CSCollaborationRenderType { CSCollaborationRenderTypeWebBased, CSCollaborationRenderTypeVideoStreamBased, CSCollaborationRenderTypeRendererNotAllowed } |
Defines the different types of collaboration renderer that the client application needs to create to display collaboration content. More... | |
typedef void(^ CSReceivingSharingControlCompletionHandler) (NSError *error) |
Delegate used to report that receiving sharing control operation finished.
Nil if operation succeeded, not nil otherwise.
error | Error information. |
Defines the different types of collaboration renderer that the client application needs to create to display collaboration content.