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 *labelDiscussion
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 *receiverDiscussion
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 *senderDiscussion
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 stateDiscussion
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> observerDelegateDiscussion
Data transfer observer delegate for being informed of changes in the Data transfer.
Declared In
WSCDataTransfer.h