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