WSCPackage Class Reference

Inherits from NSObject
Declared in WSCPackage.h

Overview

Base interface for all WSCPackage extensions.

  packageType

Package type.

@property (nonatomic, readonly, copy) NSString *packageType

Discussion

Package type.

Declared In

WSCPackage.h

– initWithPackageType:

Returns an initialized WSCPackage object with package type.

- (instancetype)initWithPackageType:(NSString *)packageType

Parameters

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 *)session

Discussion

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

– putSubSession:

Put the subsession.

- (void)putSubSession:(WSCSubSession *)subSession

Discussion

Put the subsession.

Declared In

WSCPackage.h

– setSession:

Set the new session.

- (void)setSession:(WSCSession *)session

Discussion

Set the new session.

Declared In

WSCPackage.h