Index: webrtc/api/objc/RTCDataChannel.h |
diff --git a/webrtc/api/objc/RTCDataChannel.h b/webrtc/api/objc/RTCDataChannel.h |
index 61d41bab731e709d05ba50ed99c4bb2beff1c20e..8ab4b34be73a43f550a94da337ee5a3cc5e091f6 100644 |
--- a/webrtc/api/objc/RTCDataChannel.h |
+++ b/webrtc/api/objc/RTCDataChannel.h |
@@ -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; |