|
Avaya Client Services API Reference (iOS)
|
#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 void(^ CSRemoteControlParticipantsCompletionHandler) (NSArray< CSParticipant * > *participants, NSError *error) |
Completion handler used to obtain participants that support remote control.
| participants | In case of success NSArray of CSParticipant that support remote control, nil in case of error. |
| error | In case of error contains error information. In case of success nil value. |