Index: webrtc/api/objc/RTCIceCandidate.h |
diff --git a/webrtc/api/objc/RTCIceCandidate.h b/webrtc/api/objc/RTCIceCandidate.h |
index f7e27c21bb3b128e0a32256d01a10d8d90f85cc9..ed1ca58759d914e5bdaf81a13a48f2c4064edcc1 100644 |
--- a/webrtc/api/objc/RTCIceCandidate.h |
+++ b/webrtc/api/objc/RTCIceCandidate.h |
@@ -25,7 +25,7 @@ NS_ASSUME_NONNULL_BEGIN |
* The index (starting at zero) of the media description this candidate is |
* associated with in the SDP. |
*/ |
-@property(nonatomic, readonly) NSInteger sdpMLineIndex; |
+@property(nonatomic, assign, readonly) NSInteger sdpMLineIndex; |
tkchin_webrtc
2016/02/26 00:45:24
ditto no assign + readonly
|
/** The SDP string for this candidate. */ |
@property(nonatomic, readonly, nonnull) NSString *sdp; |