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:
hjon
2016-03-04 07:09:09 -08:00
committed by Commit bot
parent 78417cf7c0
commit a2f7798ec2
22 changed files with 97 additions and 48 deletions

View File

@ -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;