Avaya Client Services API Reference (iOS)
Classes | Typedefs
CSContentSharing.h File Reference
#import <Foundation/Foundation.h>
#import "CSCapability.h"
#import "CSParticipant.h"
#import "CSContentSharingCapabilities.h"
#import "CSRenderingBlock.h"
#import "CSMouseEvent.h"
#import "CSClipboardEvent.h"
#import "CSKeyboardEvent.h"

Classes

class  CSContentSharing
 The CSContentSharing object provides access to content sharing related capabilities and actions. More...
 
protocol  <CSContentSharingDelegate>
 CSContentSharingDelegate is registered as an observer of content sharing status update notifications. More...
 
protocol  <CSContentSharingRemoteControlDelegate>
 CSContentSharingRemoteControlDelegate is registered as an observer of content sharing status update notifications concerning remote control. More...
 

Typedefs

typedef void(^ CSRemoteControlParticipantsCompletionHandler) (NSArray< CSParticipant * > *participants, NSError *error)
 Completion handler used to obtain participants that support remote control. More...
 

Typedef Documentation

typedef void(^ CSRemoteControlParticipantsCompletionHandler) (NSArray< CSParticipant * > *participants, NSError *error)

Completion handler used to obtain participants that support remote control.

Parameters
participantsIn case of success NSArray of CSParticipant that support remote control, nil in case of error.
errorIn case of error contains error information. In case of success nil value.