|
Avaya Client Services API Reference (OS X)
|
Background replacement notification mechanism. More...
#import <CSVirtualBackgroundListener.h>
Instance Methods | |
| (void) | - onFailed: |
| Notifies that something went wrong. More... | |
| (void) | - onVirtualBackgroundPerformance: |
| Notifies that camera blur low performance is detected. More... | |
| (void) | - onPersonDetected: |
| Notifies about appearing or disappering a person. More... | |
Background replacement notification mechanism.
| - (void) onFailed: | (CSVirtualBackgroundFailReason) | reason |
Notifies that something went wrong.
| - (void) onPersonDetected: | (BOOL) | isPersonPresent |
Notifies about appearing or disappering a person.
| isPersonPresent | indicated whether a person is present |
| - (void) onVirtualBackgroundPerformance: | (CSVirtualBackgroundPerformance) | performance |
Notifies that camera blur low performance is detected.