| Index: webrtc/api/webrtcsdp.h
|
| diff --git a/webrtc/api/webrtcsdp.h b/webrtc/api/webrtcsdp.h
|
| index 5997fa18d004f58a33faee6d19e341ce7316e871..2b22b6249f1b10692642929fabee7c816f417882 100644
|
| --- a/webrtc/api/webrtcsdp.h
|
| +++ b/webrtc/api/webrtcsdp.h
|
| @@ -33,8 +33,10 @@ struct SdpParseError;
|
| // Serialize SessionDescription including candidates if
|
| // JsepSessionDescription has candidates.
|
| // jdesc - The JsepSessionDescription object to be serialized.
|
| +// unified_plan_sdp - If set to true, include "a=msid" lines where appropriate.
|
| // return - SDP string serialized from the arguments.
|
| -std::string SdpSerialize(const JsepSessionDescription& jdesc);
|
| +std::string SdpSerialize(const JsepSessionDescription& jdesc,
|
| + bool unified_plan_sdp);
|
|
|
| // Serializes the passed in IceCandidateInterface to a SDP string.
|
| // candidate - The candidate to be serialized.
|
|
|