AvayaWebRTCConnectSDK
AOOceanaCustomerWebVoiceVideo.h
Go to the documentation of this file.
1/* Copyright Avaya Inc. */
2
3#import "AOWork.h"
5
10@interface AOOceanaCustomerWebVoiceVideo : NSObject
11
17-(instancetype)initWithClientConfiguration:(AOClientConfiguration*)clientConfiguration;
18-(instancetype)initWithIsSecure:(BOOL)isSecure andPort:(NSString*)port andRestFQDN:(NSString*)restFQDN;
19
23@property (nonatomic, readonly) NSString* versionNumber;
24
28@property (nonatomic, readonly) AOWork* createWork;
29
30@end
Declares the AOClientConfiguration class.
Defines the AOWork class.
Definition: AOClientConfiguration.h:12
Definition: AOOceanaCustomerWebVoiceVideo.h:11
NSString * versionNumber
Definition: AOOceanaCustomerWebVoiceVideo.h:23
AOWork * createWork
Definition: AOOceanaCustomerWebVoiceVideo.h:28
Definition: AOWork.h:15