WSCPackage Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | WSCPackage.h |
packageType
Package type.
@property (nonatomic, readonly, copy) NSString *packageTypeDiscussion
Package type.
Declared In
WSCPackage.h
– initWithPackageType:
Returns an initialized WSCPackage object with package type.
- (instancetype)initWithPackageType:(NSString *)packageTypeParameters
packageType |
The package type |
|---|
Discussion
Returns an initialized WSCPackage object with package type.
Declared In
WSCPackage.h
– session
Returns the WebRTC Session Controller session associated with this package. The associated session or null if session is not yet created
- (WSCSession *)sessionDiscussion
Returns the WebRTC Session Controller session associated with this package. The associated session or null if session is not yet created
Declared In
WSCPackage.h