Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h |
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h |
index 65f593184479c7d83aa71d3f588b6071816faef2..faffcfa6c88a06aac7f91668632d697292dde737 100644 |
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h |
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h |
@@ -45,7 +45,7 @@ RTC_EXPORT |
@property(nonatomic, assign) int channelId; |
/** Set by the application and opaque to the WebRTC implementation. */ |
-@property(nonatomic) NSString *protocol; |
+@property(nonatomic, copy) NSString *protocol; |
tkchin_webrtc
2017/05/15 22:45:10
why is this changed in this CL?
kthelgason
2017/05/16 07:57:13
I have no idea how this happened, thanks for spott
|
@end |