WSCDataTransfer Class Reference

Inherits from NSObject
Declared in WSCDataTransfer.h

Overview

Represents handle to all underlying data channel operations. An instance is created by the WSCCall object if the WSCCallConfig includes WSCDataChannelConfig.

  label

The label to identify this WSCDataTransfer

@property (nonatomic, readonly) NSString *label

Discussion

The label to identify this WSCDataTransfer

Declared In

WSCDataTransfer.h

  receiver

The receiver of WSCDataTransfer that can receive raw data over the underlying data channel.

@property (nonatomic, readonly) WSCDataReceiver *receiver

Discussion

The receiver of WSCDataTransfer that can receive raw data over the underlying data channel.

Declared In

WSCDataTransfer.h

  sender

The sender of WSCDataTransfer that can send data over the underlying data channel

@property (nonatomic, readonly) WSCDataSender *sender

Discussion

The sender of WSCDataTransfer that can send data over the underlying data channel

Declared In

WSCDataTransfer.h

  state

The state of the WSCDataTransfer

@property (nonatomic, readonly) WSCDataTransferState state

Discussion

The state of the WSCDataTransfer

Declared In

WSCDataTransfer.h

  observerDelegate

Data transfer observer delegate for being informed of changes in the Data transfer.

@property (nonatomic, weak) id<WSCDataTransferObserverDelegate> observerDelegate

Discussion

Data transfer observer delegate for being informed of changes in the Data transfer.

Declared In

WSCDataTransfer.h

– init

Disallow init.

- (instancetype)init

Discussion

Disallow init.

Declared In

WSCDataTransfer.h