|
Avaya Client Services API Reference (iOS)
|
#import <CSDevice.h>
Inherits <NSObject>.
Inherited by CSIOSDevice.
Instance Methods | |
| (void) | - shutDown |
| (void) | - setApplicationBackgroundStatus: |
| (void) | - enableVmon:ForPort: |
| This function sets state for the VMon service. More... | |
| (void) | - disableVmon |
| This function sets state for the VMon service. More... | |
| - (void) disableVmon |
This function sets state for the VMon service.
YES will enable VMon on subsequent audio sessions. This will not affect any active audio sessions. The default setting is NO
| - (void) enableVmon: | (NSString *) | address | |
| ForPort: | (int) | port | |
This function sets state for the VMon service.
YES will enable VMon on subsequent audio sessions. This will not affect any active audio sessions. The default setting is NO
| address | address for the VMon service. |
| port | for the VMon service |
| - (void) setApplicationBackgroundStatus: | (BOOL) | backgroundStatus |
| - (void) shutDown |