webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Properties | List of all members
RTCDataChannelConfiguration Class Reference

#import <RTCDataChannelConfiguration.h>

Inheritance diagram for RTCDataChannelConfiguration:
NSObject NSObject

Properties

BOOL isOrdered
 
NSInteger maxRetransmitTimeMs DEPRECATED_ATTRIBUTE
 
int maxPacketLifeTime
 
int maxRetransmits
 
BOOL isNegotiated
 
int streamId DEPRECATED_ATTRIBUTE
 
int channelId
 
NSStringprotocol
 
webrtc::DataChannelInit nativeDataChannelInit [implementation]
 

Property Documentation

◆ channelId

- (int) channelId
readwritenonatomicassign

The id of the data channel.

◆ DEPRECATED_ATTRIBUTE [1/2]

- (int streamId) DEPRECATED_ATTRIBUTE
readwritenonatomicassign

Deprecated. Use maxPacketLifeTime.

Deprecated. Use channelId.

◆ DEPRECATED_ATTRIBUTE [2/2]

- (int streamId) DEPRECATED_ATTRIBUTE
readwritenonatomicassign

Deprecated. Use channelId.

◆ isNegotiated

- (BOOL) isNegotiated
readwritenonatomicassign

Set to YES if the channel has been externally negotiated and we do not send an in-band signalling in the form of an "open" message.

◆ isOrdered

- (BOOL) isOrdered
readwritenonatomicassign

Set to YES if ordered delivery is required.

◆ maxPacketLifeTime

- (int) maxPacketLifeTime
readwritenonatomicassign

Max period in milliseconds in which retransmissions will be sent. After this time, no more retransmissions will be sent. -1 if unset.

◆ maxRetransmits

- (int) maxRetransmits
readwritenonatomicassign

The max number of retransmissions. -1 if unset.

◆ nativeDataChannelInit

- (DataChannelInit RTCDataChannelConfiguration()):
readnonatomicassignimplementation

◆ protocol

- (NSString *) protocol
readwritenonatomicassign

Set by the application and opaque to the WebRTC implementation.


The documentation for this class was generated from the following files: