| Index: webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m
|
| diff --git a/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m b/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m
|
| index 016829eeec4ce0624bd6baa2f1407a6758dc94ff..a9442aac8f7bd023c1a5ef63243b82903cd179d7 100644
|
| --- a/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m
|
| +++ b/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m
|
| @@ -19,7 +19,7 @@
|
| descriptionForDescription:(RTCSessionDescription *)description
|
| preferredVideoCodec:(NSString *)codec {
|
| NSString *sdpString = description.sdp;
|
| - NSString *lineSeparator = @"\n";
|
| + NSString *lineSeparator = @"\r\n";
|
| NSString *mLineSeparator = @" ";
|
| // Copied from PeerConnectionClient.java.
|
| // TODO(tkchin): Move this to a shared C++ file.
|
|
|