Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1072)

Unified Diff: webrtc/api/test/testsdpstrings.h

Issue 2043193003: Make the default value of rtcp-mux policy to required. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Merge with new changes. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/test/testsdpstrings.h
diff --git a/webrtc/api/test/testsdpstrings.h b/webrtc/api/test/testsdpstrings.h
index 158b16c03eda945cad452bef302d81fd2f9f3be3..b203aad6a93a66137863287572f3214bb29f6f44 100644
--- a/webrtc/api/test/testsdpstrings.h
+++ b/webrtc/api/test/testsdpstrings.h
@@ -29,6 +29,7 @@ static const char kFireFoxSdpOffer[] =
"c=IN IP4 74.95.2.170\r\n"
"a=rtpmap:109 opus/48000/2\r\n"
"a=ptime:20\r\n"
+ "a=rtcp-mux\r\n"
"a=rtpmap:0 PCMU/8000\r\n"
"a=rtpmap:8 PCMA/8000\r\n"
"a=rtpmap:101 telephone-event/8000\r\n"
@@ -46,6 +47,7 @@ static const char kFireFoxSdpOffer[] =
" 10.0.254.2 rport 50962\r\n"
"m=video 38826 RTP/SAVPF 120\r\n"
"c=IN IP4 74.95.2.170\r\n"
+ "a=rtcp-mux\r\n"
"a=rtpmap:120 VP8/90000\r\n"
"a=sendrecv\r\n"
"a=candidate:0 1 UDP 2112946431 172.16.191.1 62017 typ host\r\n"

Powered by Google App Engine
This is Rietveld 408576698