Tweaks for new Objective-C API.
BUG= Review URL: https://codereview.webrtc.org/1696673003 Cr-Commit-Position: refs/heads/master@{#11872}
This commit is contained in:
@ -93,7 +93,7 @@ typedef NS_ENUM(NSInteger, RTCDataChannelState) {
|
||||
@property(nonatomic, readonly) BOOL isNegotiated;
|
||||
|
||||
/** The identifier for this data channel. */
|
||||
@property(nonatomic, readonly) int id;
|
||||
@property(nonatomic, readonly) int channelId;
|
||||
|
||||
/** The state of the data channel. */
|
||||
@property(nonatomic, readonly) RTCDataChannelState readyState;
|
||||
|
||||
Reference in New Issue
Block a user