blob: acb0dbdd04f641a39355e3865ee08198863bd4a4 [file] [log] [blame]
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001/*
kjellanderb24317b2016-02-10 07:54:43 -08002 * Copyright 2012 The WebRTC project authors. All Rights Reserved.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00003 *
kjellanderb24317b2016-02-10 07:54:43 -08004 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00009 */
10
Zhi Huang2a5e4262017-09-14 01:15:03 -070011#include <algorithm>
kwibergd1fe2812016-04-27 06:47:29 -070012#include <memory>
deadbeef3edec7c2016-12-10 11:44:26 -080013#include <sstream>
henrike@webrtc.org28e20752013-07-10 00:45:36 +000014#include <string>
kwiberg0eb15ed2015-12-17 03:04:15 -080015#include <utility>
henrike@webrtc.org28e20752013-07-10 00:45:36 +000016
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020017#include "api/audio_codecs/builtin_audio_decoder_factory.h"
18#include "api/audio_codecs/builtin_audio_encoder_factory.h"
19#include "api/jsepsessiondescription.h"
20#include "api/mediastreaminterface.h"
21#include "api/peerconnectioninterface.h"
22#include "api/rtpreceiverinterface.h"
23#include "api/rtpsenderinterface.h"
24#include "api/test/fakeconstraints.h"
Elad Alon99c3fe52017-10-13 16:29:40 +020025#include "logging/rtc_event_log/output/rtc_event_log_output_file.h"
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020026#include "media/base/fakevideocapturer.h"
27#include "media/engine/webrtcmediaengine.h"
28#include "media/sctp/sctptransportinternal.h"
29#include "modules/audio_processing/include/audio_processing.h"
30#include "p2p/base/fakeportallocator.h"
31#include "pc/audiotrack.h"
32#include "pc/mediasession.h"
33#include "pc/mediastream.h"
34#include "pc/peerconnection.h"
Steve Anton57858b32018-02-15 15:19:50 -080035#include "pc/rtpsender.h"
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020036#include "pc/streamcollection.h"
37#include "pc/test/fakeaudiocapturemodule.h"
38#include "pc/test/fakertccertificategenerator.h"
39#include "pc/test/fakevideotracksource.h"
40#include "pc/test/mockpeerconnectionobservers.h"
41#include "pc/test/testsdpstrings.h"
42#include "pc/videocapturertracksource.h"
43#include "pc/videotrack.h"
44#include "rtc_base/gunit.h"
Elad Alon99c3fe52017-10-13 16:29:40 +020045#include "rtc_base/ptr_util.h"
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020046#include "rtc_base/stringutils.h"
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020047#include "rtc_base/virtualsocketserver.h"
48#include "test/gmock.h"
Elad Alon9e6565b2017-10-11 16:04:13 +020049#include "test/testsupport/fileutils.h"
kwibergac9f8762016-09-30 22:29:43 -070050
51#ifdef WEBRTC_ANDROID
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020052#include "pc/test/androidtestinitializer.h"
kwibergac9f8762016-09-30 22:29:43 -070053#endif
henrike@webrtc.org28e20752013-07-10 00:45:36 +000054
Seth Hampson845e8782018-03-02 11:34:10 -080055static const char kStreamId1[] = "local_stream_1";
56static const char kStreamId2[] = "local_stream_2";
57static const char kStreamId3[] = "local_stream_3";
henrike@webrtc.org28e20752013-07-10 00:45:36 +000058static const int kDefaultStunPort = 3478;
59static const char kStunAddressOnly[] = "stun:address";
60static const char kStunInvalidPort[] = "stun:address:-1";
61static const char kStunAddressPortAndMore1[] = "stun:address:port:more";
62static const char kStunAddressPortAndMore2[] = "stun:address:port more";
63static const char kTurnIceServerUri[] = "turn:user@turn.example.org";
64static const char kTurnUsername[] = "user";
65static const char kTurnPassword[] = "password";
66static const char kTurnHostname[] = "turn.example.org";
Peter Boström0c4e06b2015-10-07 12:23:21 +020067static const uint32_t kTimeout = 10000U;
henrike@webrtc.org28e20752013-07-10 00:45:36 +000068
deadbeefab9b2d12015-10-14 11:33:11 -070069static const char kStreams[][8] = {"stream1", "stream2"};
70static const char kAudioTracks[][32] = {"audiotrack0", "audiotrack1"};
71static const char kVideoTracks[][32] = {"videotrack0", "videotrack1"};
72
deadbeef5e97fb52015-10-15 12:49:08 -070073static const char kRecvonly[] = "recvonly";
74static const char kSendrecv[] = "sendrecv";
75
deadbeefab9b2d12015-10-14 11:33:11 -070076// Reference SDP with a MediaStream with label "stream1" and audio track with
77// id "audio_1" and a video track with id "video_1;
Steve Anton36da6ff2018-02-16 16:04:20 -080078static const char kSdpStringWithStream1PlanB[] =
deadbeefab9b2d12015-10-14 11:33:11 -070079 "v=0\r\n"
80 "o=- 0 0 IN IP4 127.0.0.1\r\n"
81 "s=-\r\n"
82 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -080083 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -070084 "a=ice-ufrag:e5785931\r\n"
85 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
86 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
87 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -070088 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -070089 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -080090 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -070091 "a=rtpmap:103 ISAC/16000\r\n"
92 "a=ssrc:1 cname:stream1\r\n"
93 "a=ssrc:1 mslabel:stream1\r\n"
94 "a=ssrc:1 label:audiotrack0\r\n"
95 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -080096 "a=ice-ufrag:e5785931\r\n"
97 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
98 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
99 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700100 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700101 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800102 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700103 "a=rtpmap:120 VP8/90000\r\n"
104 "a=ssrc:2 cname:stream1\r\n"
105 "a=ssrc:2 mslabel:stream1\r\n"
106 "a=ssrc:2 label:videotrack0\r\n";
Steve Anton36da6ff2018-02-16 16:04:20 -0800107// Same string as above but with the MID changed to the Unified Plan default.
108// This is needed so that this SDP can be used as an answer for a Unified Plan
109// offer.
110static const char kSdpStringWithStream1UnifiedPlan[] =
111 "v=0\r\n"
112 "o=- 0 0 IN IP4 127.0.0.1\r\n"
113 "s=-\r\n"
114 "t=0 0\r\n"
115 "m=audio 1 RTP/AVPF 103\r\n"
116 "a=ice-ufrag:e5785931\r\n"
117 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
118 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
119 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
120 "a=mid:0\r\n"
121 "a=sendrecv\r\n"
122 "a=rtcp-mux\r\n"
123 "a=rtpmap:103 ISAC/16000\r\n"
124 "a=ssrc:1 cname:stream1\r\n"
125 "a=ssrc:1 mslabel:stream1\r\n"
126 "a=ssrc:1 label:audiotrack0\r\n"
127 "m=video 1 RTP/AVPF 120\r\n"
128 "a=ice-ufrag:e5785931\r\n"
129 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
130 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
131 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
132 "a=mid:1\r\n"
133 "a=sendrecv\r\n"
134 "a=rtcp-mux\r\n"
135 "a=rtpmap:120 VP8/90000\r\n"
136 "a=ssrc:2 cname:stream1\r\n"
137 "a=ssrc:2 mslabel:stream1\r\n"
138 "a=ssrc:2 label:videotrack0\r\n";
deadbeefab9b2d12015-10-14 11:33:11 -0700139
zhihuang81c3a032016-11-17 12:06:24 -0800140// Reference SDP with a MediaStream with label "stream1" and audio track with
141// id "audio_1";
142static const char kSdpStringWithStream1AudioTrackOnly[] =
143 "v=0\r\n"
144 "o=- 0 0 IN IP4 127.0.0.1\r\n"
145 "s=-\r\n"
146 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800147 "m=audio 1 RTP/AVPF 103\r\n"
zhihuang81c3a032016-11-17 12:06:24 -0800148 "a=ice-ufrag:e5785931\r\n"
149 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
150 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
151 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
zhihuang81c3a032016-11-17 12:06:24 -0800152 "a=mid:audio\r\n"
153 "a=sendrecv\r\n"
154 "a=rtpmap:103 ISAC/16000\r\n"
155 "a=ssrc:1 cname:stream1\r\n"
156 "a=ssrc:1 mslabel:stream1\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800157 "a=ssrc:1 label:audiotrack0\r\n"
158 "a=rtcp-mux\r\n";
zhihuang81c3a032016-11-17 12:06:24 -0800159
deadbeefab9b2d12015-10-14 11:33:11 -0700160// Reference SDP with two MediaStreams with label "stream1" and "stream2. Each
161// MediaStreams have one audio track and one video track.
162// This uses MSID.
Steve Anton36da6ff2018-02-16 16:04:20 -0800163static const char kSdpStringWithStream1And2PlanB[] =
deadbeefab9b2d12015-10-14 11:33:11 -0700164 "v=0\r\n"
165 "o=- 0 0 IN IP4 127.0.0.1\r\n"
166 "s=-\r\n"
167 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800168 "a=msid-semantic: WMS stream1 stream2\r\n"
169 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700170 "a=ice-ufrag:e5785931\r\n"
171 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
172 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
173 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700174 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700175 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800176 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700177 "a=rtpmap:103 ISAC/16000\r\n"
178 "a=ssrc:1 cname:stream1\r\n"
179 "a=ssrc:1 msid:stream1 audiotrack0\r\n"
180 "a=ssrc:3 cname:stream2\r\n"
181 "a=ssrc:3 msid:stream2 audiotrack1\r\n"
182 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800183 "a=ice-ufrag:e5785931\r\n"
184 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
185 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
186 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700187 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700188 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800189 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700190 "a=rtpmap:120 VP8/0\r\n"
191 "a=ssrc:2 cname:stream1\r\n"
192 "a=ssrc:2 msid:stream1 videotrack0\r\n"
193 "a=ssrc:4 cname:stream2\r\n"
194 "a=ssrc:4 msid:stream2 videotrack1\r\n";
Steve Anton36da6ff2018-02-16 16:04:20 -0800195static const char kSdpStringWithStream1And2UnifiedPlan[] =
196 "v=0\r\n"
197 "o=- 0 0 IN IP4 127.0.0.1\r\n"
198 "s=-\r\n"
199 "t=0 0\r\n"
200 "a=msid-semantic: WMS stream1 stream2\r\n"
201 "m=audio 1 RTP/AVPF 103\r\n"
202 "a=ice-ufrag:e5785931\r\n"
203 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
204 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
205 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
206 "a=mid:0\r\n"
207 "a=sendrecv\r\n"
208 "a=rtcp-mux\r\n"
209 "a=rtpmap:103 ISAC/16000\r\n"
210 "a=ssrc:1 cname:stream1\r\n"
211 "a=ssrc:1 msid:stream1 audiotrack0\r\n"
212 "m=video 1 RTP/AVPF 120\r\n"
213 "a=ice-ufrag:e5785931\r\n"
214 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
215 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
216 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
217 "a=mid:1\r\n"
218 "a=sendrecv\r\n"
219 "a=rtcp-mux\r\n"
220 "a=rtpmap:120 VP8/0\r\n"
221 "a=ssrc:2 cname:stream1\r\n"
222 "a=ssrc:2 msid:stream1 videotrack0\r\n"
223 "m=audio 1 RTP/AVPF 103\r\n"
224 "a=ice-ufrag:e5785931\r\n"
225 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
226 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
227 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
228 "a=mid:2\r\n"
229 "a=sendrecv\r\n"
230 "a=rtcp-mux\r\n"
231 "a=rtpmap:103 ISAC/16000\r\n"
232 "a=ssrc:3 cname:stream2\r\n"
233 "a=ssrc:3 msid:stream2 audiotrack1\r\n"
234 "m=video 1 RTP/AVPF 120\r\n"
235 "a=ice-ufrag:e5785931\r\n"
236 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
237 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
238 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
239 "a=mid:3\r\n"
240 "a=sendrecv\r\n"
241 "a=rtcp-mux\r\n"
242 "a=rtpmap:120 VP8/0\r\n"
243 "a=ssrc:4 cname:stream2\r\n"
244 "a=ssrc:4 msid:stream2 videotrack1\r\n";
deadbeefab9b2d12015-10-14 11:33:11 -0700245
246// Reference SDP without MediaStreams. Msid is not supported.
247static const char kSdpStringWithoutStreams[] =
248 "v=0\r\n"
249 "o=- 0 0 IN IP4 127.0.0.1\r\n"
250 "s=-\r\n"
251 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800252 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700253 "a=ice-ufrag:e5785931\r\n"
254 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
255 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
256 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700257 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700258 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800259 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700260 "a=rtpmap:103 ISAC/16000\r\n"
261 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800262 "a=ice-ufrag:e5785931\r\n"
263 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
264 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
265 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700266 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700267 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800268 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700269 "a=rtpmap:120 VP8/90000\r\n";
270
271// Reference SDP without MediaStreams. Msid is supported.
272static const char kSdpStringWithMsidWithoutStreams[] =
273 "v=0\r\n"
274 "o=- 0 0 IN IP4 127.0.0.1\r\n"
275 "s=-\r\n"
276 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800277 "a=msid-semantic: WMS\r\n"
278 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700279 "a=ice-ufrag:e5785931\r\n"
280 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
281 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
282 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700283 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700284 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800285 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700286 "a=rtpmap:103 ISAC/16000\r\n"
287 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800288 "a=ice-ufrag:e5785931\r\n"
289 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
290 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
291 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700292 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700293 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800294 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700295 "a=rtpmap:120 VP8/90000\r\n";
296
297// Reference SDP without MediaStreams and audio only.
298static const char kSdpStringWithoutStreamsAudioOnly[] =
299 "v=0\r\n"
300 "o=- 0 0 IN IP4 127.0.0.1\r\n"
301 "s=-\r\n"
302 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800303 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700304 "a=ice-ufrag:e5785931\r\n"
305 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
306 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
307 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700308 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700309 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800310 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700311 "a=rtpmap:103 ISAC/16000\r\n";
312
313// Reference SENDONLY SDP without MediaStreams. Msid is not supported.
314static const char kSdpStringSendOnlyWithoutStreams[] =
315 "v=0\r\n"
316 "o=- 0 0 IN IP4 127.0.0.1\r\n"
317 "s=-\r\n"
318 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800319 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700320 "a=ice-ufrag:e5785931\r\n"
321 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
322 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
323 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700324 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700325 "a=sendrecv\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700326 "a=sendonly\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800327 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700328 "a=rtpmap:103 ISAC/16000\r\n"
329 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800330 "a=ice-ufrag:e5785931\r\n"
331 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
332 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
333 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700334 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700335 "a=sendrecv\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700336 "a=sendonly\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800337 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700338 "a=rtpmap:120 VP8/90000\r\n";
339
340static const char kSdpStringInit[] =
341 "v=0\r\n"
342 "o=- 0 0 IN IP4 127.0.0.1\r\n"
343 "s=-\r\n"
344 "t=0 0\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700345 "a=msid-semantic: WMS\r\n";
346
347static const char kSdpStringAudio[] =
348 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800349 "a=ice-ufrag:e5785931\r\n"
350 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
351 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
352 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700353 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700354 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800355 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700356 "a=rtpmap:103 ISAC/16000\r\n";
357
358static const char kSdpStringVideo[] =
359 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800360 "a=ice-ufrag:e5785931\r\n"
361 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
362 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
363 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700364 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700365 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800366 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700367 "a=rtpmap:120 VP8/90000\r\n";
368
369static const char kSdpStringMs1Audio0[] =
370 "a=ssrc:1 cname:stream1\r\n"
371 "a=ssrc:1 msid:stream1 audiotrack0\r\n";
372
373static const char kSdpStringMs1Video0[] =
374 "a=ssrc:2 cname:stream1\r\n"
375 "a=ssrc:2 msid:stream1 videotrack0\r\n";
376
377static const char kSdpStringMs1Audio1[] =
378 "a=ssrc:3 cname:stream1\r\n"
379 "a=ssrc:3 msid:stream1 audiotrack1\r\n";
380
381static const char kSdpStringMs1Video1[] =
382 "a=ssrc:4 cname:stream1\r\n"
383 "a=ssrc:4 msid:stream1 videotrack1\r\n";
384
deadbeef8662f942017-01-20 21:20:51 -0800385static const char kDtlsSdesFallbackSdp[] =
386 "v=0\r\n"
387 "o=xxxxxx 7 2 IN IP4 0.0.0.0\r\n"
388 "s=-\r\n"
389 "c=IN IP4 0.0.0.0\r\n"
390 "t=0 0\r\n"
391 "a=group:BUNDLE audio\r\n"
392 "a=msid-semantic: WMS\r\n"
393 "m=audio 1 RTP/SAVPF 0\r\n"
394 "a=sendrecv\r\n"
395 "a=rtcp-mux\r\n"
396 "a=mid:audio\r\n"
397 "a=ssrc:1 cname:stream1\r\n"
398 "a=ssrc:1 mslabel:stream1\r\n"
399 "a=ssrc:1 label:audiotrack0\r\n"
400 "a=ice-ufrag:e5785931\r\n"
401 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
402 "a=rtpmap:0 pcmu/8000\r\n"
403 "a=fingerprint:sha-1 "
404 "4A:AD:B9:B1:3F:82:18:3B:54:02:12:DF:3E:5D:49:6B:19:E5:7C:AB\r\n"
405 "a=setup:actpass\r\n"
Taylor Brandstetterfd350d72018-04-03 16:29:26 -0700406 "a=crypto:0 AES_CM_128_HMAC_SHA1_80 "
deadbeef8662f942017-01-20 21:20:51 -0800407 "inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32 "
408 "dummy_session_params\r\n";
409
perkjd61bf802016-03-24 03:16:19 -0700410using ::testing::Exactly;
Steve Anton36da6ff2018-02-16 16:04:20 -0800411using ::testing::Values;
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700412using cricket::StreamParams;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000413using webrtc::AudioSourceInterface;
deadbeefab9b2d12015-10-14 11:33:11 -0700414using webrtc::AudioTrack;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000415using webrtc::AudioTrackInterface;
416using webrtc::DataBuffer;
417using webrtc::DataChannelInterface;
418using webrtc::FakeConstraints;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000419using webrtc::IceCandidateInterface;
deadbeefc80741f2015-10-22 13:14:45 -0700420using webrtc::MediaConstraintsInterface;
deadbeefab9b2d12015-10-14 11:33:11 -0700421using webrtc::MediaStream;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000422using webrtc::MediaStreamInterface;
423using webrtc::MediaStreamTrackInterface;
424using webrtc::MockCreateSessionDescriptionObserver;
425using webrtc::MockDataChannelObserver;
Steve Anton94286cb2017-09-26 16:20:19 -0700426using webrtc::MockPeerConnectionObserver;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000427using webrtc::MockSetSessionDescriptionObserver;
428using webrtc::MockStatsObserver;
perkjd61bf802016-03-24 03:16:19 -0700429using webrtc::NotifierInterface;
430using webrtc::ObserverInterface;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000431using webrtc::PeerConnectionInterface;
432using webrtc::PeerConnectionObserver;
deadbeef293e9262017-01-11 12:28:30 -0800433using webrtc::RTCError;
434using webrtc::RTCErrorType;
deadbeefab9b2d12015-10-14 11:33:11 -0700435using webrtc::RtpReceiverInterface;
436using webrtc::RtpSenderInterface;
Steve Anton57858b32018-02-15 15:19:50 -0800437using webrtc::RtpSenderProxyWithInternal;
438using webrtc::RtpSenderInternal;
Steve Anton4e70a722017-11-28 14:57:10 -0800439using webrtc::RtpTransceiverDirection;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000440using webrtc::SdpParseError;
Steve Anton36da6ff2018-02-16 16:04:20 -0800441using webrtc::SdpSemantics;
Steve Antona3a92c22017-12-07 10:27:41 -0800442using webrtc::SdpType;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000443using webrtc::SessionDescriptionInterface;
deadbeefab9b2d12015-10-14 11:33:11 -0700444using webrtc::StreamCollection;
445using webrtc::StreamCollectionInterface;
perkja3ede6c2016-03-08 01:27:48 +0100446using webrtc::VideoTrackSourceInterface;
deadbeefab9b2d12015-10-14 11:33:11 -0700447using webrtc::VideoTrack;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000448using webrtc::VideoTrackInterface;
449
Steve Anton36da6ff2018-02-16 16:04:20 -0800450using RTCConfiguration = PeerConnectionInterface::RTCConfiguration;
451using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions;
deadbeefab9b2d12015-10-14 11:33:11 -0700452
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000453namespace {
454
455// Gets the first ssrc of given content type from the ContentInfo.
456bool GetFirstSsrc(const cricket::ContentInfo* content_info, int* ssrc) {
457 if (!content_info || !ssrc) {
458 return false;
459 }
460 const cricket::MediaContentDescription* media_desc =
Steve Antonb1c1de12017-12-21 15:14:30 -0800461 content_info->media_description();
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000462 if (!media_desc || media_desc->streams().empty()) {
463 return false;
464 }
465 *ssrc = media_desc->streams().begin()->first_ssrc();
466 return true;
467}
468
deadbeefd1a38b52016-12-10 13:15:33 -0800469// Get the ufrags out of an SDP blob. Useful for testing ICE restart
470// behavior.
471std::vector<std::string> GetUfrags(
472 const webrtc::SessionDescriptionInterface* desc) {
473 std::vector<std::string> ufrags;
474 for (const cricket::TransportInfo& info :
475 desc->description()->transport_infos()) {
476 ufrags.push_back(info.description.ice_ufrag);
477 }
478 return ufrags;
479}
480
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000481void SetSsrcToZero(std::string* sdp) {
482 const char kSdpSsrcAtribute[] = "a=ssrc:";
483 const char kSdpSsrcAtributeZero[] = "a=ssrc:0";
484 size_t ssrc_pos = 0;
485 while ((ssrc_pos = sdp->find(kSdpSsrcAtribute, ssrc_pos)) !=
486 std::string::npos) {
487 size_t end_ssrc = sdp->find(" ", ssrc_pos);
488 sdp->replace(ssrc_pos, end_ssrc - ssrc_pos, kSdpSsrcAtributeZero);
489 ssrc_pos = end_ssrc;
490 }
491}
492
deadbeefab9b2d12015-10-14 11:33:11 -0700493// Check if |streams| contains the specified track.
494bool ContainsTrack(const std::vector<cricket::StreamParams>& streams,
Seth Hampson845e8782018-03-02 11:34:10 -0800495 const std::string& stream_id,
deadbeefab9b2d12015-10-14 11:33:11 -0700496 const std::string& track_id) {
497 for (const cricket::StreamParams& params : streams) {
Seth Hampson845e8782018-03-02 11:34:10 -0800498 if (params.first_stream_id() == stream_id && params.id == track_id) {
deadbeefab9b2d12015-10-14 11:33:11 -0700499 return true;
500 }
501 }
502 return false;
503}
504
505// Check if |senders| contains the specified sender, by id.
506bool ContainsSender(
507 const std::vector<rtc::scoped_refptr<RtpSenderInterface>>& senders,
508 const std::string& id) {
509 for (const auto& sender : senders) {
510 if (sender->id() == id) {
511 return true;
512 }
513 }
514 return false;
515}
516
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700517// Check if |senders| contains the specified sender, by id and stream id.
518bool ContainsSender(
519 const std::vector<rtc::scoped_refptr<RtpSenderInterface>>& senders,
520 const std::string& id,
521 const std::string& stream_id) {
522 for (const auto& sender : senders) {
deadbeefa601f5c2016-06-06 14:27:39 -0700523 if (sender->id() == id && sender->stream_ids()[0] == stream_id) {
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700524 return true;
525 }
526 }
527 return false;
528}
529
deadbeefab9b2d12015-10-14 11:33:11 -0700530// Create a collection of streams.
531// CreateStreamCollection(1) creates a collection that
532// correspond to kSdpStringWithStream1.
533// CreateStreamCollection(2) correspond to kSdpStringWithStream1And2.
534rtc::scoped_refptr<StreamCollection> CreateStreamCollection(
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700535 int number_of_streams,
536 int tracks_per_stream) {
deadbeefab9b2d12015-10-14 11:33:11 -0700537 rtc::scoped_refptr<StreamCollection> local_collection(
538 StreamCollection::Create());
539
540 for (int i = 0; i < number_of_streams; ++i) {
541 rtc::scoped_refptr<webrtc::MediaStreamInterface> stream(
542 webrtc::MediaStream::Create(kStreams[i]));
543
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700544 for (int j = 0; j < tracks_per_stream; ++j) {
545 // Add a local audio track.
546 rtc::scoped_refptr<webrtc::AudioTrackInterface> audio_track(
547 webrtc::AudioTrack::Create(kAudioTracks[i * tracks_per_stream + j],
548 nullptr));
549 stream->AddTrack(audio_track);
deadbeefab9b2d12015-10-14 11:33:11 -0700550
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700551 // Add a local video track.
552 rtc::scoped_refptr<webrtc::VideoTrackInterface> video_track(
553 webrtc::VideoTrack::Create(kVideoTracks[i * tracks_per_stream + j],
perkj773be362017-07-31 23:22:01 -0700554 webrtc::FakeVideoTrackSource::Create(),
555 rtc::Thread::Current()));
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700556 stream->AddTrack(video_track);
557 }
deadbeefab9b2d12015-10-14 11:33:11 -0700558
559 local_collection->AddStream(stream);
560 }
561 return local_collection;
562}
563
564// Check equality of StreamCollections.
565bool CompareStreamCollections(StreamCollectionInterface* s1,
566 StreamCollectionInterface* s2) {
567 if (s1 == nullptr || s2 == nullptr || s1->count() != s2->count()) {
568 return false;
569 }
570
571 for (size_t i = 0; i != s1->count(); ++i) {
Seth Hampson13b8bad2018-03-13 16:05:28 -0700572 if (s1->at(i)->id() != s2->at(i)->id()) {
deadbeefab9b2d12015-10-14 11:33:11 -0700573 return false;
574 }
575 webrtc::AudioTrackVector audio_tracks1 = s1->at(i)->GetAudioTracks();
576 webrtc::AudioTrackVector audio_tracks2 = s2->at(i)->GetAudioTracks();
577 webrtc::VideoTrackVector video_tracks1 = s1->at(i)->GetVideoTracks();
578 webrtc::VideoTrackVector video_tracks2 = s2->at(i)->GetVideoTracks();
579
580 if (audio_tracks1.size() != audio_tracks2.size()) {
581 return false;
582 }
583 for (size_t j = 0; j != audio_tracks1.size(); ++j) {
584 if (audio_tracks1[j]->id() != audio_tracks2[j]->id()) {
585 return false;
586 }
587 }
588 if (video_tracks1.size() != video_tracks2.size()) {
589 return false;
590 }
591 for (size_t j = 0; j != video_tracks1.size(); ++j) {
592 if (video_tracks1[j]->id() != video_tracks2[j]->id()) {
593 return false;
594 }
595 }
596 }
597 return true;
598}
599
perkjd61bf802016-03-24 03:16:19 -0700600// Helper class to test Observer.
601class MockTrackObserver : public ObserverInterface {
602 public:
603 explicit MockTrackObserver(NotifierInterface* notifier)
604 : notifier_(notifier) {
605 notifier_->RegisterObserver(this);
606 }
607
608 ~MockTrackObserver() { Unregister(); }
609
610 void Unregister() {
611 if (notifier_) {
612 notifier_->UnregisterObserver(this);
613 notifier_ = nullptr;
614 }
615 }
616
617 MOCK_METHOD0(OnChanged, void());
618
619 private:
620 NotifierInterface* notifier_;
621};
622
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000623} // namespace
deadbeefab9b2d12015-10-14 11:33:11 -0700624
nisse528b7932017-05-08 03:21:43 -0700625// The PeerConnectionMediaConfig tests below verify that configuration and
626// constraints are propagated into the PeerConnection's MediaConfig. These
627// settings are intended for MediaChannel constructors, but that is not
628// exercised by these unittest.
zhihuang29ff8442016-07-27 11:07:25 -0700629class PeerConnectionFactoryForTest : public webrtc::PeerConnectionFactory {
630 public:
zhihuang38ede132017-06-15 12:52:32 -0700631 static rtc::scoped_refptr<PeerConnectionFactoryForTest>
632 CreatePeerConnectionFactoryForTest() {
633 auto audio_encoder_factory = webrtc::CreateBuiltinAudioEncoderFactory();
634 auto audio_decoder_factory = webrtc::CreateBuiltinAudioDecoderFactory();
635
henrika919dc2e2017-10-12 14:24:55 +0200636 // Use fake audio device module since we're only testing the interface
637 // level, and using a real one could make tests flaky when run in parallel.
zhihuang38ede132017-06-15 12:52:32 -0700638 auto media_engine = std::unique_ptr<cricket::MediaEngineInterface>(
639 cricket::WebRtcMediaEngineFactory::Create(
henrika919dc2e2017-10-12 14:24:55 +0200640 FakeAudioCaptureModule::Create(), audio_encoder_factory,
641 audio_decoder_factory, nullptr, nullptr, nullptr,
Ivo Creusen62337e52018-01-09 14:17:33 +0100642 webrtc::AudioProcessingBuilder().Create()));
zhihuang38ede132017-06-15 12:52:32 -0700643
644 std::unique_ptr<webrtc::CallFactoryInterface> call_factory =
645 webrtc::CreateCallFactory();
646
647 std::unique_ptr<webrtc::RtcEventLogFactoryInterface> event_log_factory =
648 webrtc::CreateRtcEventLogFactory();
649
650 return new rtc::RefCountedObject<PeerConnectionFactoryForTest>(
651 rtc::Thread::Current(), rtc::Thread::Current(), rtc::Thread::Current(),
Magnus Jedvert02e7a192017-09-23 17:21:32 +0200652 std::move(media_engine), std::move(call_factory),
zhihuang38ede132017-06-15 12:52:32 -0700653 std::move(event_log_factory));
654 }
655
656 PeerConnectionFactoryForTest(
657 rtc::Thread* network_thread,
658 rtc::Thread* worker_thread,
659 rtc::Thread* signaling_thread,
zhihuang38ede132017-06-15 12:52:32 -0700660 std::unique_ptr<cricket::MediaEngineInterface> media_engine,
661 std::unique_ptr<webrtc::CallFactoryInterface> call_factory,
662 std::unique_ptr<webrtc::RtcEventLogFactoryInterface> event_log_factory)
663 : webrtc::PeerConnectionFactory(network_thread,
664 worker_thread,
665 signaling_thread,
zhihuang38ede132017-06-15 12:52:32 -0700666 std::move(media_engine),
667 std::move(call_factory),
668 std::move(event_log_factory)) {}
kwiberg1e4e8cb2017-01-31 01:48:08 -0800669
deadbeefd7850b22017-08-23 10:59:19 -0700670 rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_;
zhihuang29ff8442016-07-27 11:07:25 -0700671};
672
Steve Anton36da6ff2018-02-16 16:04:20 -0800673// TODO(steveanton): Convert to use the new PeerConnectionWrapper.
674class PeerConnectionInterfaceBaseTest : public testing::Test {
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000675 protected:
Steve Anton36da6ff2018-02-16 16:04:20 -0800676 explicit PeerConnectionInterfaceBaseTest(SdpSemantics sdp_semantics)
677 : vss_(new rtc::VirtualSocketServer()),
678 main_(vss_.get()),
679 sdp_semantics_(sdp_semantics) {
phoglund37ebcf02016-01-08 05:04:57 -0800680#ifdef WEBRTC_ANDROID
681 webrtc::InitializeAndroidObjects();
682#endif
683 }
684
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000685 virtual void SetUp() {
deadbeefd7850b22017-08-23 10:59:19 -0700686 // Use fake audio capture module since we're only testing the interface
687 // level, and using a real one could make tests flaky when run in parallel.
688 fake_audio_capture_module_ = FakeAudioCaptureModule::Create();
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000689 pc_factory_ = webrtc::CreatePeerConnectionFactory(
danilchape9021a32016-05-17 01:52:02 -0700690 rtc::Thread::Current(), rtc::Thread::Current(), rtc::Thread::Current(),
Karl Wiberg1b0eae32017-10-17 14:48:54 +0200691 fake_audio_capture_module_, webrtc::CreateBuiltinAudioEncoderFactory(),
692 webrtc::CreateBuiltinAudioDecoderFactory(), nullptr, nullptr);
danilchape9021a32016-05-17 01:52:02 -0700693 ASSERT_TRUE(pc_factory_);
zhihuang29ff8442016-07-27 11:07:25 -0700694 pc_factory_for_test_ =
zhihuang38ede132017-06-15 12:52:32 -0700695 PeerConnectionFactoryForTest::CreatePeerConnectionFactoryForTest();
zhihuang29ff8442016-07-27 11:07:25 -0700696 pc_factory_for_test_->Initialize();
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000697 }
698
699 void CreatePeerConnection() {
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700700 CreatePeerConnection(PeerConnectionInterface::RTCConfiguration(), nullptr);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000701 }
702
deadbeef293e9262017-01-11 12:28:30 -0800703 // DTLS does not work in a loopback call, so is disabled for most of the
704 // tests in this file.
705 void CreatePeerConnectionWithoutDtls() {
706 FakeConstraints no_dtls_constraints;
707 no_dtls_constraints.AddMandatory(
708 webrtc::MediaConstraintsInterface::kEnableDtlsSrtp, false);
709
710 CreatePeerConnection(PeerConnectionInterface::RTCConfiguration(),
711 &no_dtls_constraints);
712 }
713
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000714 void CreatePeerConnection(webrtc::MediaConstraintsInterface* constraints) {
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700715 CreatePeerConnection(PeerConnectionInterface::RTCConfiguration(),
716 constraints);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000717 }
718
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700719 void CreatePeerConnectionWithIceTransportsType(
720 PeerConnectionInterface::IceTransportsType type) {
721 PeerConnectionInterface::RTCConfiguration config;
722 config.type = type;
723 return CreatePeerConnection(config, nullptr);
724 }
725
726 void CreatePeerConnectionWithIceServer(const std::string& uri,
727 const std::string& password) {
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800728 PeerConnectionInterface::RTCConfiguration config;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000729 PeerConnectionInterface::IceServer server;
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700730 server.uri = uri;
731 server.password = password;
732 config.servers.push_back(server);
733 CreatePeerConnection(config, nullptr);
734 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000735
Mirko Bonadeic61ce0d2017-11-21 17:04:20 +0100736 void CreatePeerConnection(
737 const PeerConnectionInterface::RTCConfiguration& config,
738 webrtc::MediaConstraintsInterface* constraints) {
kwibergd1fe2812016-04-27 06:47:29 -0700739 std::unique_ptr<cricket::FakePortAllocator> port_allocator(
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800740 new cricket::FakePortAllocator(rtc::Thread::Current(), nullptr));
741 port_allocator_ = port_allocator.get();
jiayl@webrtc.orga576faf2014-01-29 17:45:53 +0000742
deadbeef1dcb1642017-03-29 21:08:16 -0700743 // Create certificate generator unless DTLS constraint is explicitly set to
744 // false.
Henrik Boströmd79599d2016-06-01 13:58:50 +0200745 std::unique_ptr<rtc::RTCCertificateGeneratorInterface> cert_generator;
jiayl@webrtc.orga576faf2014-01-29 17:45:53 +0000746 bool dtls;
747 if (FindConstraint(constraints,
748 webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
749 &dtls,
Henrik Boström5e56c592015-08-11 10:33:13 +0200750 nullptr) && dtls) {
deadbeef8662f942017-01-20 21:20:51 -0800751 fake_certificate_generator_ = new FakeRTCCertificateGenerator();
752 cert_generator.reset(fake_certificate_generator_);
jiayl@webrtc.orga576faf2014-01-29 17:45:53 +0000753 }
Steve Anton36da6ff2018-02-16 16:04:20 -0800754 RTCConfiguration modified_config = config;
755 modified_config.sdp_semantics = sdp_semantics_;
Henrik Boströmd79599d2016-06-01 13:58:50 +0200756 pc_ = pc_factory_->CreatePeerConnection(
Steve Anton36da6ff2018-02-16 16:04:20 -0800757 modified_config, constraints, std::move(port_allocator),
Henrik Boströmd79599d2016-06-01 13:58:50 +0200758 std::move(cert_generator), &observer_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000759 ASSERT_TRUE(pc_.get() != NULL);
760 observer_.SetPeerConnectionInterface(pc_.get());
761 EXPECT_EQ(PeerConnectionInterface::kStable, observer_.state_);
762 }
763
deadbeef0a6c4ca2015-10-06 11:38:28 -0700764 void CreatePeerConnectionExpectFail(const std::string& uri) {
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800765 PeerConnectionInterface::RTCConfiguration config;
deadbeef0a6c4ca2015-10-06 11:38:28 -0700766 PeerConnectionInterface::IceServer server;
deadbeef0a6c4ca2015-10-06 11:38:28 -0700767 server.uri = uri;
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800768 config.servers.push_back(server);
Steve Anton36da6ff2018-02-16 16:04:20 -0800769 config.sdp_semantics = sdp_semantics_;
770 rtc::scoped_refptr<PeerConnectionInterface> pc =
771 pc_factory_->CreatePeerConnection(config, nullptr, nullptr, nullptr,
772 &observer_);
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800773 EXPECT_EQ(nullptr, pc);
deadbeef0a6c4ca2015-10-06 11:38:28 -0700774 }
775
Steve Anton038834f2017-07-14 15:59:59 -0700776 void CreatePeerConnectionExpectFail(
777 PeerConnectionInterface::RTCConfiguration config) {
778 PeerConnectionInterface::IceServer server;
779 server.uri = kTurnIceServerUri;
780 server.password = kTurnPassword;
781 config.servers.push_back(server);
Steve Anton36da6ff2018-02-16 16:04:20 -0800782 config.sdp_semantics = sdp_semantics_;
Steve Anton038834f2017-07-14 15:59:59 -0700783 rtc::scoped_refptr<PeerConnectionInterface> pc =
784 pc_factory_->CreatePeerConnection(config, nullptr, nullptr, &observer_);
785 EXPECT_EQ(nullptr, pc);
786 }
787
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000788 void CreatePeerConnectionWithDifferentConfigurations() {
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700789 CreatePeerConnectionWithIceServer(kStunAddressOnly, "");
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800790 EXPECT_EQ(1u, port_allocator_->stun_servers().size());
791 EXPECT_EQ(0u, port_allocator_->turn_servers().size());
792 EXPECT_EQ("address", port_allocator_->stun_servers().begin()->hostname());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000793 EXPECT_EQ(kDefaultStunPort,
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800794 port_allocator_->stun_servers().begin()->port());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000795
deadbeef0a6c4ca2015-10-06 11:38:28 -0700796 CreatePeerConnectionExpectFail(kStunInvalidPort);
797 CreatePeerConnectionExpectFail(kStunAddressPortAndMore1);
798 CreatePeerConnectionExpectFail(kStunAddressPortAndMore2);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000799
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700800 CreatePeerConnectionWithIceServer(kTurnIceServerUri, kTurnPassword);
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800801 EXPECT_EQ(0u, port_allocator_->stun_servers().size());
802 EXPECT_EQ(1u, port_allocator_->turn_servers().size());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000803 EXPECT_EQ(kTurnUsername,
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800804 port_allocator_->turn_servers()[0].credentials.username);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000805 EXPECT_EQ(kTurnPassword,
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800806 port_allocator_->turn_servers()[0].credentials.password);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000807 EXPECT_EQ(kTurnHostname,
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800808 port_allocator_->turn_servers()[0].ports[0].address.hostname());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000809 }
810
811 void ReleasePeerConnection() {
812 pc_ = NULL;
813 observer_.SetPeerConnectionInterface(NULL);
814 }
815
Steve Anton36da6ff2018-02-16 16:04:20 -0800816 rtc::scoped_refptr<VideoTrackInterface> CreateVideoTrack(
817 const std::string& label) {
818 auto video_source = pc_factory_->CreateVideoSource(
819 rtc::MakeUnique<cricket::FakeVideoCapturer>(), nullptr);
820 return pc_factory_->CreateVideoTrack(label, video_source);
821 }
822
823 void AddVideoTrack(const std::string& track_label,
Seth Hampson845e8782018-03-02 11:34:10 -0800824 const std::vector<std::string>& stream_ids = {}) {
Steve Anton36da6ff2018-02-16 16:04:20 -0800825 auto sender_or_error =
Seth Hampson845e8782018-03-02 11:34:10 -0800826 pc_->AddTrack(CreateVideoTrack(track_label), stream_ids);
Steve Anton36da6ff2018-02-16 16:04:20 -0800827 ASSERT_EQ(RTCErrorType::NONE, sender_or_error.error().type());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000828 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
829 observer_.renegotiation_needed_ = false;
830 }
831
Steve Anton36da6ff2018-02-16 16:04:20 -0800832 void AddVideoStream(const std::string& label) {
zhihuang9763d562016-08-05 11:14:50 -0700833 rtc::scoped_refptr<MediaStreamInterface> stream(
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000834 pc_factory_->CreateLocalMediaStream(label));
Steve Anton36da6ff2018-02-16 16:04:20 -0800835 stream->AddTrack(CreateVideoTrack(label + "v0"));
836 ASSERT_TRUE(pc_->AddStream(stream));
837 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
838 observer_.renegotiation_needed_ = false;
839 }
840
841 rtc::scoped_refptr<AudioTrackInterface> CreateAudioTrack(
842 const std::string& label) {
843 return pc_factory_->CreateAudioTrack(label, nullptr);
844 }
845
846 void AddAudioTrack(const std::string& track_label,
Seth Hampson845e8782018-03-02 11:34:10 -0800847 const std::vector<std::string>& stream_ids = {}) {
Steve Anton36da6ff2018-02-16 16:04:20 -0800848 auto sender_or_error =
Seth Hampson845e8782018-03-02 11:34:10 -0800849 pc_->AddTrack(CreateAudioTrack(track_label), stream_ids);
Steve Anton36da6ff2018-02-16 16:04:20 -0800850 ASSERT_EQ(RTCErrorType::NONE, sender_or_error.error().type());
851 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
852 observer_.renegotiation_needed_ = false;
853 }
854
855 void AddAudioStream(const std::string& label) {
856 rtc::scoped_refptr<MediaStreamInterface> stream(
857 pc_factory_->CreateLocalMediaStream(label));
858 stream->AddTrack(CreateAudioTrack(label + "a0"));
859 ASSERT_TRUE(pc_->AddStream(stream));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000860 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
861 observer_.renegotiation_needed_ = false;
862 }
863
Seth Hampson845e8782018-03-02 11:34:10 -0800864 void AddAudioVideoStream(const std::string& stream_id,
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000865 const std::string& audio_track_label,
866 const std::string& video_track_label) {
867 // Create a local stream.
zhihuang9763d562016-08-05 11:14:50 -0700868 rtc::scoped_refptr<MediaStreamInterface> stream(
Seth Hampson845e8782018-03-02 11:34:10 -0800869 pc_factory_->CreateLocalMediaStream(stream_id));
Steve Anton36da6ff2018-02-16 16:04:20 -0800870 stream->AddTrack(CreateAudioTrack(audio_track_label));
871 stream->AddTrack(CreateVideoTrack(video_track_label));
872 ASSERT_TRUE(pc_->AddStream(stream));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000873 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
874 observer_.renegotiation_needed_ = false;
875 }
876
Steve Anton36da6ff2018-02-16 16:04:20 -0800877 rtc::scoped_refptr<RtpReceiverInterface> GetFirstReceiverOfType(
878 cricket::MediaType media_type) {
879 for (auto receiver : pc_->GetReceivers()) {
880 if (receiver->media_type() == media_type) {
881 return receiver;
882 }
883 }
884 return nullptr;
885 }
886
kwibergd1fe2812016-04-27 06:47:29 -0700887 bool DoCreateOfferAnswer(std::unique_ptr<SessionDescriptionInterface>* desc,
deadbeefc80741f2015-10-22 13:14:45 -0700888 bool offer,
889 MediaConstraintsInterface* constraints) {
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000890 rtc::scoped_refptr<MockCreateSessionDescriptionObserver>
891 observer(new rtc::RefCountedObject<
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000892 MockCreateSessionDescriptionObserver>());
893 if (offer) {
deadbeefc80741f2015-10-22 13:14:45 -0700894 pc_->CreateOffer(observer, constraints);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000895 } else {
deadbeefc80741f2015-10-22 13:14:45 -0700896 pc_->CreateAnswer(observer, constraints);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000897 }
898 EXPECT_EQ_WAIT(true, observer->called(), kTimeout);
deadbeef1dcb1642017-03-29 21:08:16 -0700899 *desc = observer->MoveDescription();
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000900 return observer->result();
901 }
902
kwibergd1fe2812016-04-27 06:47:29 -0700903 bool DoCreateOffer(std::unique_ptr<SessionDescriptionInterface>* desc,
deadbeefc80741f2015-10-22 13:14:45 -0700904 MediaConstraintsInterface* constraints) {
905 return DoCreateOfferAnswer(desc, true, constraints);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000906 }
907
kwibergd1fe2812016-04-27 06:47:29 -0700908 bool DoCreateAnswer(std::unique_ptr<SessionDescriptionInterface>* desc,
deadbeefc80741f2015-10-22 13:14:45 -0700909 MediaConstraintsInterface* constraints) {
910 return DoCreateOfferAnswer(desc, false, constraints);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000911 }
912
Steve Antondb45ca82017-09-11 18:27:34 -0700913 bool DoSetSessionDescription(
914 std::unique_ptr<SessionDescriptionInterface> desc,
915 bool local) {
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000916 rtc::scoped_refptr<MockSetSessionDescriptionObserver>
917 observer(new rtc::RefCountedObject<
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000918 MockSetSessionDescriptionObserver>());
919 if (local) {
Steve Antondb45ca82017-09-11 18:27:34 -0700920 pc_->SetLocalDescription(observer, desc.release());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000921 } else {
Steve Antondb45ca82017-09-11 18:27:34 -0700922 pc_->SetRemoteDescription(observer, desc.release());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000923 }
zhihuang29ff8442016-07-27 11:07:25 -0700924 if (pc_->signaling_state() != PeerConnectionInterface::kClosed) {
925 EXPECT_EQ_WAIT(true, observer->called(), kTimeout);
926 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000927 return observer->result();
928 }
929
Steve Antondb45ca82017-09-11 18:27:34 -0700930 bool DoSetLocalDescription(
931 std::unique_ptr<SessionDescriptionInterface> desc) {
932 return DoSetSessionDescription(std::move(desc), true);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000933 }
934
Steve Antondb45ca82017-09-11 18:27:34 -0700935 bool DoSetRemoteDescription(
936 std::unique_ptr<SessionDescriptionInterface> desc) {
937 return DoSetSessionDescription(std::move(desc), false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000938 }
939
940 // Calls PeerConnection::GetStats and check the return value.
941 // It does not verify the values in the StatReports since a RTCP packet might
942 // be required.
943 bool DoGetStats(MediaStreamTrackInterface* track) {
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000944 rtc::scoped_refptr<MockStatsObserver> observer(
945 new rtc::RefCountedObject<MockStatsObserver>());
jiayl@webrtc.orgdb41b4d2014-03-03 21:30:06 +0000946 if (!pc_->GetStats(
947 observer, track, PeerConnectionInterface::kStatsOutputLevelStandard))
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000948 return false;
949 EXPECT_TRUE_WAIT(observer->called(), kTimeout);
950 return observer->called();
951 }
952
Harald Alvestrand89061872018-01-02 14:08:34 +0100953 // Call the standards-compliant GetStats function.
954 bool DoGetRTCStats() {
955 rtc::scoped_refptr<webrtc::MockRTCStatsCollectorCallback> callback(
956 new rtc::RefCountedObject<webrtc::MockRTCStatsCollectorCallback>());
957 pc_->GetStats(callback);
958 EXPECT_TRUE_WAIT(callback->called(), kTimeout);
959 return callback->called();
960 }
961
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000962 void InitiateCall() {
deadbeef293e9262017-01-11 12:28:30 -0800963 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000964 // Create a local stream with audio&video tracks.
Steve Anton36da6ff2018-02-16 16:04:20 -0800965 if (sdp_semantics_ == SdpSemantics::kPlanB) {
Seth Hampson845e8782018-03-02 11:34:10 -0800966 AddAudioVideoStream(kStreamId1, "audio_track", "video_track");
Steve Anton36da6ff2018-02-16 16:04:20 -0800967 } else {
968 // Unified Plan does not support AddStream, so just add an audio and video
969 // track.
Seth Hampson845e8782018-03-02 11:34:10 -0800970 AddAudioTrack(kAudioTracks[0], {kStreamId1});
971 AddVideoTrack(kVideoTracks[0], {kStreamId1});
Steve Anton36da6ff2018-02-16 16:04:20 -0800972 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000973 CreateOfferReceiveAnswer();
974 }
975
976 // Verify that RTP Header extensions has been negotiated for audio and video.
977 void VerifyRemoteRtpHeaderExtensions() {
978 const cricket::MediaContentDescription* desc =
979 cricket::GetFirstAudioContentDescription(
980 pc_->remote_description()->description());
981 ASSERT_TRUE(desc != NULL);
982 EXPECT_GT(desc->rtp_header_extensions().size(), 0u);
983
984 desc = cricket::GetFirstVideoContentDescription(
985 pc_->remote_description()->description());
986 ASSERT_TRUE(desc != NULL);
987 EXPECT_GT(desc->rtp_header_extensions().size(), 0u);
988 }
989
990 void CreateOfferAsRemoteDescription() {
kwibergd1fe2812016-04-27 06:47:29 -0700991 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -0700992 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000993 std::string sdp;
994 EXPECT_TRUE(offer->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700995 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -0800996 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700997 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000998 EXPECT_EQ(PeerConnectionInterface::kHaveRemoteOffer, observer_.state_);
999 }
1000
deadbeefab9b2d12015-10-14 11:33:11 -07001001 void CreateAndSetRemoteOffer(const std::string& sdp) {
Steve Antondb45ca82017-09-11 18:27:34 -07001002 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08001003 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001004 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07001005 EXPECT_EQ(PeerConnectionInterface::kHaveRemoteOffer, observer_.state_);
1006 }
1007
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001008 void CreateAnswerAsLocalDescription() {
kwibergd1fe2812016-04-27 06:47:29 -07001009 std::unique_ptr<SessionDescriptionInterface> answer;
kwiberg2bbff992016-03-16 11:03:04 -07001010 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001011
1012 // TODO(perkj): Currently SetLocalDescription fails if any parameters in an
1013 // audio codec change, even if the parameter has nothing to do with
1014 // receiving. Not all parameters are serialized to SDP.
1015 // Since CreatePrAnswerAsLocalDescription serialize/deserialize
1016 // the SessionDescription, it is necessary to do that here to in order to
1017 // get ReceiveOfferCreatePrAnswerAndAnswer and RenegotiateAudioOnly to pass.
1018 // https://code.google.com/p/webrtc/issues/detail?id=1356
1019 std::string sdp;
1020 EXPECT_TRUE(answer->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001021 std::unique_ptr<SessionDescriptionInterface> new_answer(
Steve Antona3a92c22017-12-07 10:27:41 -08001022 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001023 EXPECT_TRUE(DoSetLocalDescription(std::move(new_answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001024 EXPECT_EQ(PeerConnectionInterface::kStable, observer_.state_);
1025 }
1026
1027 void CreatePrAnswerAsLocalDescription() {
kwibergd1fe2812016-04-27 06:47:29 -07001028 std::unique_ptr<SessionDescriptionInterface> answer;
kwiberg2bbff992016-03-16 11:03:04 -07001029 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001030
1031 std::string sdp;
1032 EXPECT_TRUE(answer->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001033 std::unique_ptr<SessionDescriptionInterface> pr_answer(
Steve Antona3a92c22017-12-07 10:27:41 -08001034 webrtc::CreateSessionDescription(SdpType::kPrAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001035 EXPECT_TRUE(DoSetLocalDescription(std::move(pr_answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001036 EXPECT_EQ(PeerConnectionInterface::kHaveLocalPrAnswer, observer_.state_);
1037 }
1038
1039 void CreateOfferReceiveAnswer() {
1040 CreateOfferAsLocalDescription();
1041 std::string sdp;
1042 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
1043 CreateAnswerAsRemoteDescription(sdp);
1044 }
1045
1046 void CreateOfferAsLocalDescription() {
kwibergd1fe2812016-04-27 06:47:29 -07001047 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001048 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001049 // TODO(perkj): Currently SetLocalDescription fails if any parameters in an
1050 // audio codec change, even if the parameter has nothing to do with
1051 // receiving. Not all parameters are serialized to SDP.
1052 // Since CreatePrAnswerAsLocalDescription serialize/deserialize
1053 // the SessionDescription, it is necessary to do that here to in order to
1054 // get ReceiveOfferCreatePrAnswerAndAnswer and RenegotiateAudioOnly to pass.
1055 // https://code.google.com/p/webrtc/issues/detail?id=1356
1056 std::string sdp;
1057 EXPECT_TRUE(offer->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001058 std::unique_ptr<SessionDescriptionInterface> new_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08001059 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001060
Steve Antondb45ca82017-09-11 18:27:34 -07001061 EXPECT_TRUE(DoSetLocalDescription(std::move(new_offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001062 EXPECT_EQ(PeerConnectionInterface::kHaveLocalOffer, observer_.state_);
mallinath@webrtc.org68cbd012014-01-22 00:16:46 +00001063 // Wait for the ice_complete message, so that SDP will have candidates.
Steve Anton6f25b092017-10-23 09:39:20 -07001064 EXPECT_TRUE_WAIT(observer_.ice_gathering_complete_, kTimeout);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001065 }
1066
deadbeefab9b2d12015-10-14 11:33:11 -07001067 void CreateAnswerAsRemoteDescription(const std::string& sdp) {
Steve Antondb45ca82017-09-11 18:27:34 -07001068 std::unique_ptr<SessionDescriptionInterface> answer(
Steve Antona3a92c22017-12-07 10:27:41 -08001069 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001070 ASSERT_TRUE(answer);
1071 EXPECT_TRUE(DoSetRemoteDescription(std::move(answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001072 EXPECT_EQ(PeerConnectionInterface::kStable, observer_.state_);
1073 }
1074
deadbeefab9b2d12015-10-14 11:33:11 -07001075 void CreatePrAnswerAndAnswerAsRemoteDescription(const std::string& sdp) {
Steve Antondb45ca82017-09-11 18:27:34 -07001076 std::unique_ptr<SessionDescriptionInterface> pr_answer(
Steve Antona3a92c22017-12-07 10:27:41 -08001077 webrtc::CreateSessionDescription(SdpType::kPrAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001078 ASSERT_TRUE(pr_answer);
1079 EXPECT_TRUE(DoSetRemoteDescription(std::move(pr_answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001080 EXPECT_EQ(PeerConnectionInterface::kHaveRemotePrAnswer, observer_.state_);
Steve Antondb45ca82017-09-11 18:27:34 -07001081 std::unique_ptr<SessionDescriptionInterface> answer(
Steve Antona3a92c22017-12-07 10:27:41 -08001082 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001083 ASSERT_TRUE(answer);
1084 EXPECT_TRUE(DoSetRemoteDescription(std::move(answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001085 EXPECT_EQ(PeerConnectionInterface::kStable, observer_.state_);
1086 }
1087
Seth Hampson845e8782018-03-02 11:34:10 -08001088 // Waits until a remote stream with the given id is signaled. This helper
Steve Anton36da6ff2018-02-16 16:04:20 -08001089 // function will verify both OnAddTrack and OnAddStream (Plan B only) are
Seth Hampson845e8782018-03-02 11:34:10 -08001090 // called with the given stream id and expected number of tracks.
1091 void WaitAndVerifyOnAddStream(const std::string& stream_id,
Steve Anton36da6ff2018-02-16 16:04:20 -08001092 int expected_num_tracks) {
1093 // Verify that both OnAddStream and OnAddTrack are called.
Seth Hampson845e8782018-03-02 11:34:10 -08001094 EXPECT_EQ_WAIT(stream_id, observer_.GetLastAddedStreamId(), kTimeout);
Steve Anton36da6ff2018-02-16 16:04:20 -08001095 EXPECT_EQ_WAIT(expected_num_tracks,
Seth Hampson845e8782018-03-02 11:34:10 -08001096 observer_.CountAddTrackEventsForStream(stream_id), kTimeout);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001097 }
1098
1099 // Creates an offer and applies it as a local session description.
1100 // Creates an answer with the same SDP an the offer but removes all lines
1101 // that start with a:ssrc"
1102 void CreateOfferReceiveAnswerWithoutSsrc() {
1103 CreateOfferAsLocalDescription();
1104 std::string sdp;
1105 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
1106 SetSsrcToZero(&sdp);
1107 CreateAnswerAsRemoteDescription(sdp);
1108 }
1109
deadbeefab9b2d12015-10-14 11:33:11 -07001110 // This function creates a MediaStream with label kStreams[0] and
1111 // |number_of_audio_tracks| and |number_of_video_tracks| tracks and the
1112 // corresponding SessionDescriptionInterface. The SessionDescriptionInterface
kwiberg2bbff992016-03-16 11:03:04 -07001113 // is returned and the MediaStream is stored in
deadbeefab9b2d12015-10-14 11:33:11 -07001114 // |reference_collection_|
kwibergd1fe2812016-04-27 06:47:29 -07001115 std::unique_ptr<SessionDescriptionInterface>
kwiberg2bbff992016-03-16 11:03:04 -07001116 CreateSessionDescriptionAndReference(size_t number_of_audio_tracks,
1117 size_t number_of_video_tracks) {
1118 EXPECT_LE(number_of_audio_tracks, 2u);
1119 EXPECT_LE(number_of_video_tracks, 2u);
deadbeefab9b2d12015-10-14 11:33:11 -07001120
1121 reference_collection_ = StreamCollection::Create();
1122 std::string sdp_ms1 = std::string(kSdpStringInit);
1123
Seth Hampson845e8782018-03-02 11:34:10 -08001124 std::string mediastream_id = kStreams[0];
deadbeefab9b2d12015-10-14 11:33:11 -07001125
1126 rtc::scoped_refptr<webrtc::MediaStreamInterface> stream(
Seth Hampson845e8782018-03-02 11:34:10 -08001127 webrtc::MediaStream::Create(mediastream_id));
deadbeefab9b2d12015-10-14 11:33:11 -07001128 reference_collection_->AddStream(stream);
1129
1130 if (number_of_audio_tracks > 0) {
1131 sdp_ms1 += std::string(kSdpStringAudio);
1132 sdp_ms1 += std::string(kSdpStringMs1Audio0);
1133 AddAudioTrack(kAudioTracks[0], stream);
1134 }
1135 if (number_of_audio_tracks > 1) {
1136 sdp_ms1 += kSdpStringMs1Audio1;
1137 AddAudioTrack(kAudioTracks[1], stream);
1138 }
1139
1140 if (number_of_video_tracks > 0) {
1141 sdp_ms1 += std::string(kSdpStringVideo);
1142 sdp_ms1 += std::string(kSdpStringMs1Video0);
1143 AddVideoTrack(kVideoTracks[0], stream);
1144 }
1145 if (number_of_video_tracks > 1) {
1146 sdp_ms1 += kSdpStringMs1Video1;
1147 AddVideoTrack(kVideoTracks[1], stream);
1148 }
1149
kwibergd1fe2812016-04-27 06:47:29 -07001150 return std::unique_ptr<SessionDescriptionInterface>(
Steve Antona3a92c22017-12-07 10:27:41 -08001151 webrtc::CreateSessionDescription(SdpType::kOffer, sdp_ms1));
deadbeefab9b2d12015-10-14 11:33:11 -07001152 }
1153
1154 void AddAudioTrack(const std::string& track_id,
1155 MediaStreamInterface* stream) {
1156 rtc::scoped_refptr<webrtc::AudioTrackInterface> audio_track(
1157 webrtc::AudioTrack::Create(track_id, nullptr));
1158 ASSERT_TRUE(stream->AddTrack(audio_track));
1159 }
1160
1161 void AddVideoTrack(const std::string& track_id,
1162 MediaStreamInterface* stream) {
1163 rtc::scoped_refptr<webrtc::VideoTrackInterface> video_track(
nisseaf510af2016-03-21 08:20:42 -07001164 webrtc::VideoTrack::Create(track_id,
perkj773be362017-07-31 23:22:01 -07001165 webrtc::FakeVideoTrackSource::Create(),
1166 rtc::Thread::Current()));
deadbeefab9b2d12015-10-14 11:33:11 -07001167 ASSERT_TRUE(stream->AddTrack(video_track));
1168 }
1169
Steve Anton36da6ff2018-02-16 16:04:20 -08001170 std::unique_ptr<SessionDescriptionInterface> CreateOfferWithOneAudioTrack() {
deadbeef293e9262017-01-11 12:28:30 -08001171 CreatePeerConnectionWithoutDtls();
Steve Anton36da6ff2018-02-16 16:04:20 -08001172 AddAudioTrack(kAudioTracks[0]);
kwibergfd8be342016-05-14 19:44:11 -07001173 std::unique_ptr<SessionDescriptionInterface> offer;
zhihuang8f65cdf2016-05-06 18:40:30 -07001174 EXPECT_TRUE(DoCreateOffer(&offer, nullptr));
1175 return offer;
1176 }
1177
Steve Anton36da6ff2018-02-16 16:04:20 -08001178 std::unique_ptr<SessionDescriptionInterface> CreateOfferWithOneAudioStream() {
1179 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001180 AddAudioStream(kStreamId1);
Steve Anton36da6ff2018-02-16 16:04:20 -08001181 std::unique_ptr<SessionDescriptionInterface> offer;
1182 EXPECT_TRUE(DoCreateOffer(&offer, nullptr));
1183 return offer;
1184 }
1185
1186 std::unique_ptr<SessionDescriptionInterface> CreateAnswerWithOneAudioTrack() {
1187 EXPECT_TRUE(DoSetRemoteDescription(CreateOfferWithOneAudioTrack()));
1188 std::unique_ptr<SessionDescriptionInterface> answer;
1189 EXPECT_TRUE(DoCreateAnswer(&answer, nullptr));
1190 return answer;
1191 }
1192
kwibergfd8be342016-05-14 19:44:11 -07001193 std::unique_ptr<SessionDescriptionInterface>
zhihuang8f65cdf2016-05-06 18:40:30 -07001194 CreateAnswerWithOneAudioStream() {
Steve Antondb45ca82017-09-11 18:27:34 -07001195 EXPECT_TRUE(DoSetRemoteDescription(CreateOfferWithOneAudioStream()));
kwibergfd8be342016-05-14 19:44:11 -07001196 std::unique_ptr<SessionDescriptionInterface> answer;
zhihuang8f65cdf2016-05-06 18:40:30 -07001197 EXPECT_TRUE(DoCreateAnswer(&answer, nullptr));
1198 return answer;
1199 }
1200
1201 const std::string& GetFirstAudioStreamCname(
1202 const SessionDescriptionInterface* desc) {
zhihuang8f65cdf2016-05-06 18:40:30 -07001203 const cricket::AudioContentDescription* audio_desc =
Steve Antonb1c1de12017-12-21 15:14:30 -08001204 cricket::GetFirstAudioContentDescription(desc->description());
zhihuang8f65cdf2016-05-06 18:40:30 -07001205 return audio_desc->streams()[0].cname;
1206 }
1207
zhihuang1c378ed2017-08-17 14:10:50 -07001208 std::unique_ptr<SessionDescriptionInterface> CreateOfferWithOptions(
1209 const RTCOfferAnswerOptions& offer_answer_options) {
1210 RTC_DCHECK(pc_);
1211 rtc::scoped_refptr<MockCreateSessionDescriptionObserver> observer(
1212 new rtc::RefCountedObject<MockCreateSessionDescriptionObserver>());
1213 pc_->CreateOffer(observer, offer_answer_options);
1214 EXPECT_EQ_WAIT(true, observer->called(), kTimeout);
1215 return observer->MoveDescription();
1216 }
1217
1218 void CreateOfferWithOptionsAsRemoteDescription(
1219 std::unique_ptr<SessionDescriptionInterface>* desc,
1220 const RTCOfferAnswerOptions& offer_answer_options) {
1221 *desc = CreateOfferWithOptions(offer_answer_options);
1222 ASSERT_TRUE(desc != nullptr);
1223 std::string sdp;
1224 EXPECT_TRUE((*desc)->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001225 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08001226 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001227 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
zhihuang1c378ed2017-08-17 14:10:50 -07001228 EXPECT_EQ(PeerConnectionInterface::kHaveRemoteOffer, observer_.state_);
1229 }
1230
1231 void CreateOfferWithOptionsAsLocalDescription(
1232 std::unique_ptr<SessionDescriptionInterface>* desc,
1233 const RTCOfferAnswerOptions& offer_answer_options) {
1234 *desc = CreateOfferWithOptions(offer_answer_options);
1235 ASSERT_TRUE(desc != nullptr);
1236 std::string sdp;
1237 EXPECT_TRUE((*desc)->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001238 std::unique_ptr<SessionDescriptionInterface> new_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08001239 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
zhihuang1c378ed2017-08-17 14:10:50 -07001240
Steve Antondb45ca82017-09-11 18:27:34 -07001241 EXPECT_TRUE(DoSetLocalDescription(std::move(new_offer)));
zhihuang1c378ed2017-08-17 14:10:50 -07001242 EXPECT_EQ(PeerConnectionInterface::kHaveLocalOffer, observer_.state_);
1243 }
1244
1245 bool HasCNCodecs(const cricket::ContentInfo* content) {
Steve Antonb1c1de12017-12-21 15:14:30 -08001246 RTC_DCHECK(content);
1247 RTC_DCHECK(content->media_description());
1248 for (const cricket::AudioCodec& codec :
1249 content->media_description()->as_audio()->codecs()) {
1250 if (codec.name == "CN") {
zhihuang1c378ed2017-08-17 14:10:50 -07001251 return true;
Steve Antonb1c1de12017-12-21 15:14:30 -08001252 }
zhihuang1c378ed2017-08-17 14:10:50 -07001253 }
1254 return false;
1255 }
1256
Steve Anton36da6ff2018-02-16 16:04:20 -08001257 const char* GetSdpStringWithStream1() const {
1258 if (sdp_semantics_ == SdpSemantics::kPlanB) {
1259 return kSdpStringWithStream1PlanB;
1260 } else {
1261 return kSdpStringWithStream1UnifiedPlan;
1262 }
1263 }
1264
1265 const char* GetSdpStringWithStream1And2() const {
1266 if (sdp_semantics_ == SdpSemantics::kPlanB) {
1267 return kSdpStringWithStream1And2PlanB;
1268 } else {
1269 return kSdpStringWithStream1And2UnifiedPlan;
1270 }
1271 }
1272
deadbeef9a6f4d42017-05-15 19:43:33 -07001273 std::unique_ptr<rtc::VirtualSocketServer> vss_;
1274 rtc::AutoSocketServerThread main_;
deadbeefd7850b22017-08-23 10:59:19 -07001275 rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_;
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -08001276 cricket::FakePortAllocator* port_allocator_ = nullptr;
deadbeef8662f942017-01-20 21:20:51 -08001277 FakeRTCCertificateGenerator* fake_certificate_generator_ = nullptr;
zhihuang9763d562016-08-05 11:14:50 -07001278 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> pc_factory_;
1279 rtc::scoped_refptr<PeerConnectionFactoryForTest> pc_factory_for_test_;
1280 rtc::scoped_refptr<PeerConnectionInterface> pc_;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001281 MockPeerConnectionObserver observer_;
deadbeefab9b2d12015-10-14 11:33:11 -07001282 rtc::scoped_refptr<StreamCollection> reference_collection_;
Steve Anton36da6ff2018-02-16 16:04:20 -08001283 const SdpSemantics sdp_semantics_;
1284};
1285
1286class PeerConnectionInterfaceTest
1287 : public PeerConnectionInterfaceBaseTest,
1288 public ::testing::WithParamInterface<SdpSemantics> {
1289 protected:
1290 PeerConnectionInterfaceTest() : PeerConnectionInterfaceBaseTest(GetParam()) {}
1291};
1292
1293class PeerConnectionInterfaceTestPlanB
1294 : public PeerConnectionInterfaceBaseTest {
1295 protected:
1296 PeerConnectionInterfaceTestPlanB()
1297 : PeerConnectionInterfaceBaseTest(SdpSemantics::kPlanB) {}
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001298};
1299
zhihuang8f65cdf2016-05-06 18:40:30 -07001300// Generate different CNAMEs when PeerConnections are created.
1301// The CNAMEs are expected to be generated randomly. It is possible
1302// that the test fails, though the possibility is very low.
Steve Anton36da6ff2018-02-16 16:04:20 -08001303TEST_P(PeerConnectionInterfaceTest, CnameGenerationInOffer) {
kwibergfd8be342016-05-14 19:44:11 -07001304 std::unique_ptr<SessionDescriptionInterface> offer1 =
Steve Anton36da6ff2018-02-16 16:04:20 -08001305 CreateOfferWithOneAudioTrack();
kwibergfd8be342016-05-14 19:44:11 -07001306 std::unique_ptr<SessionDescriptionInterface> offer2 =
Steve Anton36da6ff2018-02-16 16:04:20 -08001307 CreateOfferWithOneAudioTrack();
zhihuang8f65cdf2016-05-06 18:40:30 -07001308 EXPECT_NE(GetFirstAudioStreamCname(offer1.get()),
1309 GetFirstAudioStreamCname(offer2.get()));
1310}
1311
Steve Anton36da6ff2018-02-16 16:04:20 -08001312TEST_P(PeerConnectionInterfaceTest, CnameGenerationInAnswer) {
kwibergfd8be342016-05-14 19:44:11 -07001313 std::unique_ptr<SessionDescriptionInterface> answer1 =
Steve Anton36da6ff2018-02-16 16:04:20 -08001314 CreateAnswerWithOneAudioTrack();
kwibergfd8be342016-05-14 19:44:11 -07001315 std::unique_ptr<SessionDescriptionInterface> answer2 =
Steve Anton36da6ff2018-02-16 16:04:20 -08001316 CreateAnswerWithOneAudioTrack();
zhihuang8f65cdf2016-05-06 18:40:30 -07001317 EXPECT_NE(GetFirstAudioStreamCname(answer1.get()),
1318 GetFirstAudioStreamCname(answer2.get()));
1319}
1320
Steve Anton36da6ff2018-02-16 16:04:20 -08001321TEST_P(PeerConnectionInterfaceTest,
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001322 CreatePeerConnectionWithDifferentConfigurations) {
1323 CreatePeerConnectionWithDifferentConfigurations();
1324}
1325
Steve Anton36da6ff2018-02-16 16:04:20 -08001326TEST_P(PeerConnectionInterfaceTest,
Taylor Brandstettera1c30352016-05-13 08:15:11 -07001327 CreatePeerConnectionWithDifferentIceTransportsTypes) {
1328 CreatePeerConnectionWithIceTransportsType(PeerConnectionInterface::kNone);
1329 EXPECT_EQ(cricket::CF_NONE, port_allocator_->candidate_filter());
1330 CreatePeerConnectionWithIceTransportsType(PeerConnectionInterface::kRelay);
1331 EXPECT_EQ(cricket::CF_RELAY, port_allocator_->candidate_filter());
1332 CreatePeerConnectionWithIceTransportsType(PeerConnectionInterface::kNoHost);
1333 EXPECT_EQ(cricket::CF_ALL & ~cricket::CF_HOST,
1334 port_allocator_->candidate_filter());
1335 CreatePeerConnectionWithIceTransportsType(PeerConnectionInterface::kAll);
1336 EXPECT_EQ(cricket::CF_ALL, port_allocator_->candidate_filter());
1337}
1338
1339// Test that when a PeerConnection is created with a nonzero candidate pool
1340// size, the pooled PortAllocatorSession is created with all the attributes
1341// in the RTCConfiguration.
Steve Anton36da6ff2018-02-16 16:04:20 -08001342TEST_P(PeerConnectionInterfaceTest, CreatePeerConnectionWithPooledCandidates) {
Taylor Brandstettera1c30352016-05-13 08:15:11 -07001343 PeerConnectionInterface::RTCConfiguration config;
1344 PeerConnectionInterface::IceServer server;
1345 server.uri = kStunAddressOnly;
1346 config.servers.push_back(server);
1347 config.type = PeerConnectionInterface::kRelay;
1348 config.disable_ipv6 = true;
1349 config.tcp_candidate_policy =
1350 PeerConnectionInterface::kTcpCandidatePolicyDisabled;
honghaiz60347052016-05-31 18:29:12 -07001351 config.candidate_network_policy =
1352 PeerConnectionInterface::kCandidateNetworkPolicyLowCost;
Taylor Brandstettera1c30352016-05-13 08:15:11 -07001353 config.ice_candidate_pool_size = 1;
1354 CreatePeerConnection(config, nullptr);
1355
1356 const cricket::FakePortAllocatorSession* session =
1357 static_cast<const cricket::FakePortAllocatorSession*>(
1358 port_allocator_->GetPooledSession());
1359 ASSERT_NE(nullptr, session);
1360 EXPECT_EQ(1UL, session->stun_servers().size());
1361 EXPECT_EQ(0U, session->flags() & cricket::PORTALLOCATOR_ENABLE_IPV6);
1362 EXPECT_LT(0U, session->flags() & cricket::PORTALLOCATOR_DISABLE_TCP);
honghaiz60347052016-05-31 18:29:12 -07001363 EXPECT_LT(0U,
1364 session->flags() & cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS);
Taylor Brandstettera1c30352016-05-13 08:15:11 -07001365}
1366
deadbeefd21eab32017-07-26 16:50:11 -07001367// Test that network-related RTCConfiguration members are applied to the
1368// PortAllocator when CreatePeerConnection is called. Specifically:
1369// - disable_ipv6_on_wifi
1370// - max_ipv6_networks
1371// - tcp_candidate_policy
1372// - candidate_network_policy
1373// - prune_turn_ports
1374//
1375// Note that the candidate filter (RTCConfiguration::type) is already tested
1376// above.
Steve Anton36da6ff2018-02-16 16:04:20 -08001377TEST_P(PeerConnectionInterfaceTest,
deadbeefd21eab32017-07-26 16:50:11 -07001378 CreatePeerConnectionAppliesNetworkConfigToPortAllocator) {
1379 // Create fake port allocator.
1380 std::unique_ptr<cricket::FakePortAllocator> port_allocator(
1381 new cricket::FakePortAllocator(rtc::Thread::Current(), nullptr));
1382 cricket::FakePortAllocator* raw_port_allocator = port_allocator.get();
1383
1384 // Create RTCConfiguration with some network-related fields relevant to
1385 // PortAllocator populated.
1386 PeerConnectionInterface::RTCConfiguration config;
1387 config.disable_ipv6_on_wifi = true;
1388 config.max_ipv6_networks = 10;
1389 config.tcp_candidate_policy =
1390 PeerConnectionInterface::kTcpCandidatePolicyDisabled;
1391 config.candidate_network_policy =
1392 PeerConnectionInterface::kCandidateNetworkPolicyLowCost;
1393 config.prune_turn_ports = true;
1394
1395 // Create the PC factory and PC with the above config.
1396 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> pc_factory(
1397 webrtc::CreatePeerConnectionFactory(
1398 rtc::Thread::Current(), rtc::Thread::Current(),
Karl Wiberg1b0eae32017-10-17 14:48:54 +02001399 rtc::Thread::Current(), fake_audio_capture_module_,
1400 webrtc::CreateBuiltinAudioEncoderFactory(),
1401 webrtc::CreateBuiltinAudioDecoderFactory(), nullptr, nullptr));
deadbeefd21eab32017-07-26 16:50:11 -07001402 rtc::scoped_refptr<PeerConnectionInterface> pc(
1403 pc_factory->CreatePeerConnection(
1404 config, nullptr, std::move(port_allocator), nullptr, &observer_));
1405
1406 // Now validate that the config fields set above were applied to the
1407 // PortAllocator, as flags or otherwise.
1408 EXPECT_FALSE(raw_port_allocator->flags() &
1409 cricket::PORTALLOCATOR_ENABLE_IPV6_ON_WIFI);
1410 EXPECT_EQ(10, raw_port_allocator->max_ipv6_networks());
1411 EXPECT_TRUE(raw_port_allocator->flags() & cricket::PORTALLOCATOR_DISABLE_TCP);
1412 EXPECT_TRUE(raw_port_allocator->flags() &
1413 cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS);
1414 EXPECT_TRUE(raw_port_allocator->prune_turn_ports());
1415}
1416
deadbeef46c73892016-11-16 19:42:04 -08001417// Check that GetConfiguration returns the configuration the PeerConnection was
1418// constructed with, before SetConfiguration is called.
Steve Anton36da6ff2018-02-16 16:04:20 -08001419TEST_P(PeerConnectionInterfaceTest, GetConfigurationAfterCreatePeerConnection) {
deadbeef46c73892016-11-16 19:42:04 -08001420 PeerConnectionInterface::RTCConfiguration config;
1421 config.type = PeerConnectionInterface::kRelay;
1422 CreatePeerConnection(config, nullptr);
1423
1424 PeerConnectionInterface::RTCConfiguration returned_config =
1425 pc_->GetConfiguration();
1426 EXPECT_EQ(PeerConnectionInterface::kRelay, returned_config.type);
1427}
1428
1429// Check that GetConfiguration returns the last configuration passed into
1430// SetConfiguration.
Steve Anton36da6ff2018-02-16 16:04:20 -08001431TEST_P(PeerConnectionInterfaceTest, GetConfigurationAfterSetConfiguration) {
deadbeef46c73892016-11-16 19:42:04 -08001432 CreatePeerConnection();
1433
Steve Anton36da6ff2018-02-16 16:04:20 -08001434 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
deadbeef46c73892016-11-16 19:42:04 -08001435 config.type = PeerConnectionInterface::kRelay;
1436 EXPECT_TRUE(pc_->SetConfiguration(config));
1437
1438 PeerConnectionInterface::RTCConfiguration returned_config =
1439 pc_->GetConfiguration();
1440 EXPECT_EQ(PeerConnectionInterface::kRelay, returned_config.type);
1441}
1442
Steve Anton36da6ff2018-02-16 16:04:20 -08001443TEST_F(PeerConnectionInterfaceTestPlanB, AddStreams) {
deadbeef293e9262017-01-11 12:28:30 -08001444 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001445 AddVideoStream(kStreamId1);
1446 AddAudioStream(kStreamId2);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001447 ASSERT_EQ(2u, pc_->local_streams()->count());
1448
wu@webrtc.org9dba5252013-08-05 20:36:57 +00001449 // Test we can add multiple local streams to one peerconnection.
zhihuang9763d562016-08-05 11:14:50 -07001450 rtc::scoped_refptr<MediaStreamInterface> stream(
Seth Hampson845e8782018-03-02 11:34:10 -08001451 pc_factory_->CreateLocalMediaStream(kStreamId3));
zhihuang9763d562016-08-05 11:14:50 -07001452 rtc::scoped_refptr<AudioTrackInterface> audio_track(
Seth Hampson845e8782018-03-02 11:34:10 -08001453 pc_factory_->CreateAudioTrack(kStreamId3,
zhihuang9763d562016-08-05 11:14:50 -07001454 static_cast<AudioSourceInterface*>(NULL)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001455 stream->AddTrack(audio_track.get());
perkj@webrtc.orgc2dd5ee2014-11-04 11:31:29 +00001456 EXPECT_TRUE(pc_->AddStream(stream));
wu@webrtc.org9dba5252013-08-05 20:36:57 +00001457 EXPECT_EQ(3u, pc_->local_streams()->count());
1458
1459 // Remove the third stream.
1460 pc_->RemoveStream(pc_->local_streams()->at(2));
1461 EXPECT_EQ(2u, pc_->local_streams()->count());
1462
1463 // Remove the second stream.
1464 pc_->RemoveStream(pc_->local_streams()->at(1));
1465 EXPECT_EQ(1u, pc_->local_streams()->count());
1466
1467 // Remove the first stream.
1468 pc_->RemoveStream(pc_->local_streams()->at(0));
1469 EXPECT_EQ(0u, pc_->local_streams()->count());
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001470}
1471
deadbeefab9b2d12015-10-14 11:33:11 -07001472// Test that the created offer includes streams we added.
Steve Anton36da6ff2018-02-16 16:04:20 -08001473// Don't run under Unified Plan since the stream API is not available.
1474TEST_F(PeerConnectionInterfaceTestPlanB, AddedStreamsPresentInOffer) {
deadbeef293e9262017-01-11 12:28:30 -08001475 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001476 AddAudioVideoStream(kStreamId1, "audio_track", "video_track");
kwibergd1fe2812016-04-27 06:47:29 -07001477 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001478 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07001479
deadbeefab9b2d12015-10-14 11:33:11 -07001480 const cricket::AudioContentDescription* audio_desc =
Steve Antonb1c1de12017-12-21 15:14:30 -08001481 cricket::GetFirstAudioContentDescription(offer->description());
Seth Hampson845e8782018-03-02 11:34:10 -08001482 EXPECT_TRUE(ContainsTrack(audio_desc->streams(), kStreamId1, "audio_track"));
deadbeefab9b2d12015-10-14 11:33:11 -07001483
deadbeefab9b2d12015-10-14 11:33:11 -07001484 const cricket::VideoContentDescription* video_desc =
Steve Antonb1c1de12017-12-21 15:14:30 -08001485 cricket::GetFirstVideoContentDescription(offer->description());
Seth Hampson845e8782018-03-02 11:34:10 -08001486 EXPECT_TRUE(ContainsTrack(video_desc->streams(), kStreamId1, "video_track"));
deadbeefab9b2d12015-10-14 11:33:11 -07001487
1488 // Add another stream and ensure the offer includes both the old and new
1489 // streams.
Seth Hampson845e8782018-03-02 11:34:10 -08001490 AddAudioVideoStream(kStreamId2, "audio_track2", "video_track2");
kwiberg2bbff992016-03-16 11:03:04 -07001491 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07001492
Steve Antonb1c1de12017-12-21 15:14:30 -08001493 audio_desc = cricket::GetFirstAudioContentDescription(offer->description());
Seth Hampson845e8782018-03-02 11:34:10 -08001494 EXPECT_TRUE(ContainsTrack(audio_desc->streams(), kStreamId1, "audio_track"));
1495 EXPECT_TRUE(ContainsTrack(audio_desc->streams(), kStreamId2, "audio_track2"));
deadbeefab9b2d12015-10-14 11:33:11 -07001496
Steve Antonb1c1de12017-12-21 15:14:30 -08001497 video_desc = cricket::GetFirstVideoContentDescription(offer->description());
Seth Hampson845e8782018-03-02 11:34:10 -08001498 EXPECT_TRUE(ContainsTrack(video_desc->streams(), kStreamId1, "video_track"));
1499 EXPECT_TRUE(ContainsTrack(video_desc->streams(), kStreamId2, "video_track2"));
deadbeefab9b2d12015-10-14 11:33:11 -07001500}
1501
Steve Anton36da6ff2018-02-16 16:04:20 -08001502// Don't run under Unified Plan since the stream API is not available.
1503TEST_F(PeerConnectionInterfaceTestPlanB, RemoveStream) {
deadbeef293e9262017-01-11 12:28:30 -08001504 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001505 AddVideoStream(kStreamId1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001506 ASSERT_EQ(1u, pc_->local_streams()->count());
1507 pc_->RemoveStream(pc_->local_streams()->at(0));
1508 EXPECT_EQ(0u, pc_->local_streams()->count());
1509}
1510
deadbeefe1f9d832016-01-14 15:35:42 -08001511// Test for AddTrack and RemoveTrack methods.
1512// Tests that the created offer includes tracks we added,
1513// and that the RtpSenders are created correctly.
1514// Also tests that RemoveTrack removes the tracks from subsequent offers.
Steve Anton36da6ff2018-02-16 16:04:20 -08001515// Only tested with Plan B since Unified Plan is covered in more detail by tests
1516// in peerconnection_jsep_unittests.cc
1517TEST_F(PeerConnectionInterfaceTestPlanB, AddTrackRemoveTrack) {
deadbeef293e9262017-01-11 12:28:30 -08001518 CreatePeerConnectionWithoutDtls();
zhihuang9763d562016-08-05 11:14:50 -07001519 rtc::scoped_refptr<AudioTrackInterface> audio_track(
deadbeefe1f9d832016-01-14 15:35:42 -08001520 pc_factory_->CreateAudioTrack("audio_track", nullptr));
zhihuang9763d562016-08-05 11:14:50 -07001521 rtc::scoped_refptr<VideoTrackInterface> video_track(
1522 pc_factory_->CreateVideoTrack(
deadbeef112b2e92017-02-10 20:13:37 -08001523 "video_track", pc_factory_->CreateVideoSource(
1524 std::unique_ptr<cricket::VideoCapturer>(
1525 new cricket::FakeVideoCapturer()))));
Seth Hampson845e8782018-03-02 11:34:10 -08001526 auto audio_sender = pc_->AddTrack(audio_track, {kStreamId1}).MoveValue();
1527 auto video_sender = pc_->AddTrack(video_track, {kStreamId1}).MoveValue();
deadbeefa601f5c2016-06-06 14:27:39 -07001528 EXPECT_EQ(1UL, audio_sender->stream_ids().size());
Seth Hampson845e8782018-03-02 11:34:10 -08001529 EXPECT_EQ(kStreamId1, audio_sender->stream_ids()[0]);
deadbeefe1f9d832016-01-14 15:35:42 -08001530 EXPECT_EQ("audio_track", audio_sender->id());
1531 EXPECT_EQ(audio_track, audio_sender->track());
deadbeefa601f5c2016-06-06 14:27:39 -07001532 EXPECT_EQ(1UL, video_sender->stream_ids().size());
Seth Hampson845e8782018-03-02 11:34:10 -08001533 EXPECT_EQ(kStreamId1, video_sender->stream_ids()[0]);
deadbeefe1f9d832016-01-14 15:35:42 -08001534 EXPECT_EQ("video_track", video_sender->id());
1535 EXPECT_EQ(video_track, video_sender->track());
1536
1537 // Now create an offer and check for the senders.
kwibergd1fe2812016-04-27 06:47:29 -07001538 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001539 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefe1f9d832016-01-14 15:35:42 -08001540
1541 const cricket::ContentInfo* audio_content =
1542 cricket::GetFirstAudioContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08001543 EXPECT_TRUE(ContainsTrack(audio_content->media_description()->streams(),
Seth Hampson845e8782018-03-02 11:34:10 -08001544 kStreamId1, "audio_track"));
deadbeefe1f9d832016-01-14 15:35:42 -08001545
1546 const cricket::ContentInfo* video_content =
1547 cricket::GetFirstVideoContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08001548 EXPECT_TRUE(ContainsTrack(video_content->media_description()->streams(),
Seth Hampson845e8782018-03-02 11:34:10 -08001549 kStreamId1, "video_track"));
deadbeefe1f9d832016-01-14 15:35:42 -08001550
Steve Antondb45ca82017-09-11 18:27:34 -07001551 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefe1f9d832016-01-14 15:35:42 -08001552
1553 // Now try removing the tracks.
1554 EXPECT_TRUE(pc_->RemoveTrack(audio_sender));
1555 EXPECT_TRUE(pc_->RemoveTrack(video_sender));
1556
1557 // Create a new offer and ensure it doesn't contain the removed senders.
kwiberg2bbff992016-03-16 11:03:04 -07001558 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefe1f9d832016-01-14 15:35:42 -08001559
1560 audio_content = cricket::GetFirstAudioContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08001561 EXPECT_FALSE(ContainsTrack(audio_content->media_description()->streams(),
Seth Hampson845e8782018-03-02 11:34:10 -08001562 kStreamId1, "audio_track"));
deadbeefe1f9d832016-01-14 15:35:42 -08001563
1564 video_content = cricket::GetFirstVideoContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08001565 EXPECT_FALSE(ContainsTrack(video_content->media_description()->streams(),
Seth Hampson845e8782018-03-02 11:34:10 -08001566 kStreamId1, "video_track"));
deadbeefe1f9d832016-01-14 15:35:42 -08001567
Steve Antondb45ca82017-09-11 18:27:34 -07001568 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefe1f9d832016-01-14 15:35:42 -08001569
1570 // Calling RemoveTrack on a sender no longer attached to a PeerConnection
1571 // should return false.
1572 EXPECT_FALSE(pc_->RemoveTrack(audio_sender));
1573 EXPECT_FALSE(pc_->RemoveTrack(video_sender));
1574}
1575
1576// Test creating senders without a stream specified,
1577// expecting a random stream ID to be generated.
Steve Anton36da6ff2018-02-16 16:04:20 -08001578TEST_P(PeerConnectionInterfaceTest, AddTrackWithoutStream) {
deadbeef293e9262017-01-11 12:28:30 -08001579 CreatePeerConnectionWithoutDtls();
zhihuang9763d562016-08-05 11:14:50 -07001580 rtc::scoped_refptr<AudioTrackInterface> audio_track(
deadbeefe1f9d832016-01-14 15:35:42 -08001581 pc_factory_->CreateAudioTrack("audio_track", nullptr));
zhihuang9763d562016-08-05 11:14:50 -07001582 rtc::scoped_refptr<VideoTrackInterface> video_track(
1583 pc_factory_->CreateVideoTrack(
deadbeef112b2e92017-02-10 20:13:37 -08001584 "video_track", pc_factory_->CreateVideoSource(
1585 std::unique_ptr<cricket::VideoCapturer>(
1586 new cricket::FakeVideoCapturer()))));
deadbeefe1f9d832016-01-14 15:35:42 -08001587 auto audio_sender =
Steve Anton2d6c76a2018-01-05 17:10:52 -08001588 pc_->AddTrack(audio_track, std::vector<std::string>()).MoveValue();
deadbeefe1f9d832016-01-14 15:35:42 -08001589 auto video_sender =
Steve Anton2d6c76a2018-01-05 17:10:52 -08001590 pc_->AddTrack(video_track, std::vector<std::string>()).MoveValue();
deadbeefe1f9d832016-01-14 15:35:42 -08001591 EXPECT_EQ("audio_track", audio_sender->id());
1592 EXPECT_EQ(audio_track, audio_sender->track());
1593 EXPECT_EQ("video_track", video_sender->id());
1594 EXPECT_EQ(video_track, video_sender->track());
Seth Hampson5b4f0752018-04-02 16:31:36 -07001595 if (sdp_semantics_ == SdpSemantics::kPlanB) {
1596 // If the ID is truly a random GUID, it should be infinitely unlikely they
1597 // will be the same.
1598 EXPECT_NE(video_sender->stream_ids(), audio_sender->stream_ids());
1599 } else {
1600 // We allows creating tracks without stream ids under Unified Plan
1601 // semantics.
1602 EXPECT_EQ(0u, video_sender->stream_ids().size());
1603 EXPECT_EQ(0u, audio_sender->stream_ids().size());
1604 }
deadbeefe1f9d832016-01-14 15:35:42 -08001605}
1606
Harald Alvestrand89061872018-01-02 14:08:34 +01001607// Test that we can call GetStats() after AddTrack but before connecting
1608// the PeerConnection to a peer.
Steve Anton36da6ff2018-02-16 16:04:20 -08001609TEST_P(PeerConnectionInterfaceTest, AddTrackBeforeConnecting) {
Harald Alvestrand89061872018-01-02 14:08:34 +01001610 CreatePeerConnectionWithoutDtls();
1611 rtc::scoped_refptr<AudioTrackInterface> audio_track(
1612 pc_factory_->CreateAudioTrack("audio_track", nullptr));
1613 rtc::scoped_refptr<VideoTrackInterface> video_track(
1614 pc_factory_->CreateVideoTrack(
1615 "video_track", pc_factory_->CreateVideoSource(
1616 std::unique_ptr<cricket::VideoCapturer>(
1617 new cricket::FakeVideoCapturer()))));
Steve Anton2d6c76a2018-01-05 17:10:52 -08001618 auto audio_sender = pc_->AddTrack(audio_track, std::vector<std::string>());
1619 auto video_sender = pc_->AddTrack(video_track, std::vector<std::string>());
Harald Alvestrand89061872018-01-02 14:08:34 +01001620 EXPECT_TRUE(DoGetStats(nullptr));
1621}
1622
Steve Anton36da6ff2018-02-16 16:04:20 -08001623TEST_P(PeerConnectionInterfaceTest, AttachmentIdIsSetOnAddTrack) {
Harald Alvestrandc72af932018-01-11 17:18:19 +01001624 CreatePeerConnectionWithoutDtls();
1625 rtc::scoped_refptr<AudioTrackInterface> audio_track(
1626 pc_factory_->CreateAudioTrack("audio_track", nullptr));
1627 rtc::scoped_refptr<VideoTrackInterface> video_track(
1628 pc_factory_->CreateVideoTrack(
1629 "video_track", pc_factory_->CreateVideoSource(
1630 std::unique_ptr<cricket::VideoCapturer>(
1631 new cricket::FakeVideoCapturer()))));
1632 auto audio_sender = pc_->AddTrack(audio_track, std::vector<std::string>());
Steve Anton57858b32018-02-15 15:19:50 -08001633 ASSERT_TRUE(audio_sender.ok());
1634 auto* audio_sender_proxy =
1635 static_cast<RtpSenderProxyWithInternal<RtpSenderInternal>*>(
1636 audio_sender.value().get());
1637 EXPECT_NE(0, audio_sender_proxy->internal()->AttachmentId());
1638
Harald Alvestrandc72af932018-01-11 17:18:19 +01001639 auto video_sender = pc_->AddTrack(video_track, std::vector<std::string>());
Steve Anton57858b32018-02-15 15:19:50 -08001640 ASSERT_TRUE(video_sender.ok());
1641 auto* video_sender_proxy =
1642 static_cast<RtpSenderProxyWithInternal<RtpSenderInternal>*>(
1643 video_sender.value().get());
1644 EXPECT_NE(0, video_sender_proxy->internal()->AttachmentId());
Harald Alvestrandc72af932018-01-11 17:18:19 +01001645}
1646
Steve Anton36da6ff2018-02-16 16:04:20 -08001647// Don't run under Unified Plan since the stream API is not available.
1648TEST_F(PeerConnectionInterfaceTestPlanB, AttachmentIdIsSetOnAddStream) {
Harald Alvestrandc72af932018-01-11 17:18:19 +01001649 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001650 AddVideoStream(kStreamId1);
Harald Alvestrandc72af932018-01-11 17:18:19 +01001651 auto senders = pc_->GetSenders();
Steve Anton57858b32018-02-15 15:19:50 -08001652 ASSERT_EQ(1u, senders.size());
1653 auto* sender_proxy =
1654 static_cast<RtpSenderProxyWithInternal<RtpSenderInternal>*>(
1655 senders[0].get());
1656 EXPECT_NE(0, sender_proxy->internal()->AttachmentId());
Harald Alvestrandc72af932018-01-11 17:18:19 +01001657}
1658
Steve Anton36da6ff2018-02-16 16:04:20 -08001659TEST_P(PeerConnectionInterfaceTest, CreateOfferReceiveAnswer) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001660 InitiateCall();
Seth Hampson845e8782018-03-02 11:34:10 -08001661 WaitAndVerifyOnAddStream(kStreamId1, 2);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001662 VerifyRemoteRtpHeaderExtensions();
1663}
1664
Steve Anton36da6ff2018-02-16 16:04:20 -08001665TEST_P(PeerConnectionInterfaceTest, CreateOfferReceivePrAnswerAndAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001666 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001667 AddVideoTrack(kVideoTracks[0], {kStreamId1});
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001668 CreateOfferAsLocalDescription();
1669 std::string offer;
1670 EXPECT_TRUE(pc_->local_description()->ToString(&offer));
1671 CreatePrAnswerAndAnswerAsRemoteDescription(offer);
Seth Hampson845e8782018-03-02 11:34:10 -08001672 WaitAndVerifyOnAddStream(kStreamId1, 1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001673}
1674
Steve Anton36da6ff2018-02-16 16:04:20 -08001675TEST_P(PeerConnectionInterfaceTest, ReceiveOfferCreateAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001676 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001677 AddVideoTrack(kVideoTracks[0], {kStreamId1});
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001678
1679 CreateOfferAsRemoteDescription();
1680 CreateAnswerAsLocalDescription();
1681
Seth Hampson845e8782018-03-02 11:34:10 -08001682 WaitAndVerifyOnAddStream(kStreamId1, 1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001683}
1684
Steve Anton36da6ff2018-02-16 16:04:20 -08001685TEST_P(PeerConnectionInterfaceTest, ReceiveOfferCreatePrAnswerAndAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001686 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001687 AddVideoTrack(kVideoTracks[0], {kStreamId1});
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001688
1689 CreateOfferAsRemoteDescription();
1690 CreatePrAnswerAsLocalDescription();
1691 CreateAnswerAsLocalDescription();
1692
Seth Hampson845e8782018-03-02 11:34:10 -08001693 WaitAndVerifyOnAddStream(kStreamId1, 1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001694}
1695
Steve Anton36da6ff2018-02-16 16:04:20 -08001696// Don't run under Unified Plan since the stream API is not available.
1697TEST_F(PeerConnectionInterfaceTestPlanB, Renegotiate) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001698 InitiateCall();
1699 ASSERT_EQ(1u, pc_->remote_streams()->count());
1700 pc_->RemoveStream(pc_->local_streams()->at(0));
1701 CreateOfferReceiveAnswer();
1702 EXPECT_EQ(0u, pc_->remote_streams()->count());
Seth Hampson845e8782018-03-02 11:34:10 -08001703 AddVideoStream(kStreamId1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001704 CreateOfferReceiveAnswer();
1705}
1706
1707// Tests that after negotiating an audio only call, the respondent can perform a
1708// renegotiation that removes the audio stream.
Steve Anton36da6ff2018-02-16 16:04:20 -08001709TEST_F(PeerConnectionInterfaceTestPlanB, RenegotiateAudioOnly) {
deadbeef293e9262017-01-11 12:28:30 -08001710 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001711 AddAudioStream(kStreamId1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001712 CreateOfferAsRemoteDescription();
1713 CreateAnswerAsLocalDescription();
1714
1715 ASSERT_EQ(1u, pc_->remote_streams()->count());
1716 pc_->RemoveStream(pc_->local_streams()->at(0));
1717 CreateOfferReceiveAnswer();
1718 EXPECT_EQ(0u, pc_->remote_streams()->count());
1719}
1720
1721// Test that candidates are generated and that we can parse our own candidates.
Steve Anton36da6ff2018-02-16 16:04:20 -08001722TEST_P(PeerConnectionInterfaceTest, IceCandidates) {
deadbeef293e9262017-01-11 12:28:30 -08001723 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001724
Steve Antonf1c6db12017-10-13 11:13:35 -07001725 EXPECT_FALSE(pc_->AddIceCandidate(observer_.last_candidate()));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001726 // SetRemoteDescription takes ownership of offer.
kwibergd1fe2812016-04-27 06:47:29 -07001727 std::unique_ptr<SessionDescriptionInterface> offer;
Steve Anton36da6ff2018-02-16 16:04:20 -08001728 AddVideoTrack(kVideoTracks[0]);
deadbeefc80741f2015-10-22 13:14:45 -07001729 EXPECT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07001730 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001731
1732 // SetLocalDescription takes ownership of answer.
kwibergd1fe2812016-04-27 06:47:29 -07001733 std::unique_ptr<SessionDescriptionInterface> answer;
deadbeefc80741f2015-10-22 13:14:45 -07001734 EXPECT_TRUE(DoCreateAnswer(&answer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07001735 EXPECT_TRUE(DoSetLocalDescription(std::move(answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001736
Steve Antonf1c6db12017-10-13 11:13:35 -07001737 EXPECT_TRUE_WAIT(observer_.last_candidate() != nullptr, kTimeout);
Steve Anton6f25b092017-10-23 09:39:20 -07001738 EXPECT_TRUE_WAIT(observer_.ice_gathering_complete_, kTimeout);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001739
Steve Antonf1c6db12017-10-13 11:13:35 -07001740 EXPECT_TRUE(pc_->AddIceCandidate(observer_.last_candidate()));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001741}
1742
deadbeefab9b2d12015-10-14 11:33:11 -07001743// Test that CreateOffer and CreateAnswer will fail if the track labels are
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001744// not unique.
Steve Anton36da6ff2018-02-16 16:04:20 -08001745TEST_P(PeerConnectionInterfaceTest, CreateOfferAnswerWithInvalidStream) {
deadbeef293e9262017-01-11 12:28:30 -08001746 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001747 // Create a regular offer for the CreateAnswer test later.
kwibergd1fe2812016-04-27 06:47:29 -07001748 std::unique_ptr<SessionDescriptionInterface> offer;
deadbeefc80741f2015-10-22 13:14:45 -07001749 EXPECT_TRUE(DoCreateOffer(&offer, nullptr));
kwiberg2bbff992016-03-16 11:03:04 -07001750 EXPECT_TRUE(offer);
1751 offer.reset();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001752
1753 // Create a local stream with audio&video tracks having same label.
Seth Hampson845e8782018-03-02 11:34:10 -08001754 AddAudioTrack("track_label", {kStreamId1});
1755 AddVideoTrack("track_label", {kStreamId1});
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001756
1757 // Test CreateOffer
deadbeefc80741f2015-10-22 13:14:45 -07001758 EXPECT_FALSE(DoCreateOffer(&offer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001759
1760 // Test CreateAnswer
kwibergd1fe2812016-04-27 06:47:29 -07001761 std::unique_ptr<SessionDescriptionInterface> answer;
deadbeefc80741f2015-10-22 13:14:45 -07001762 EXPECT_FALSE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001763}
1764
1765// Test that we will get different SSRCs for each tracks in the offer and answer
1766// we created.
Steve Anton36da6ff2018-02-16 16:04:20 -08001767TEST_P(PeerConnectionInterfaceTest, SsrcInOfferAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001768 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001769 // Create a local stream with audio&video tracks having different labels.
Seth Hampson845e8782018-03-02 11:34:10 -08001770 AddAudioTrack(kAudioTracks[0], {kStreamId1});
1771 AddVideoTrack(kVideoTracks[0], {kStreamId1});
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001772
1773 // Test CreateOffer
kwibergd1fe2812016-04-27 06:47:29 -07001774 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001775 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001776 int audio_ssrc = 0;
1777 int video_ssrc = 0;
1778 EXPECT_TRUE(GetFirstSsrc(GetFirstAudioContent(offer->description()),
1779 &audio_ssrc));
1780 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(offer->description()),
1781 &video_ssrc));
1782 EXPECT_NE(audio_ssrc, video_ssrc);
1783
1784 // Test CreateAnswer
Steve Antondb45ca82017-09-11 18:27:34 -07001785 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
kwibergd1fe2812016-04-27 06:47:29 -07001786 std::unique_ptr<SessionDescriptionInterface> answer;
kwiberg2bbff992016-03-16 11:03:04 -07001787 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001788 audio_ssrc = 0;
1789 video_ssrc = 0;
1790 EXPECT_TRUE(GetFirstSsrc(GetFirstAudioContent(answer->description()),
1791 &audio_ssrc));
1792 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(answer->description()),
1793 &video_ssrc));
1794 EXPECT_NE(audio_ssrc, video_ssrc);
1795}
1796
deadbeefeb459812015-12-15 19:24:43 -08001797// Test that it's possible to call AddTrack on a MediaStream after adding
1798// the stream to a PeerConnection.
1799// TODO(deadbeef): Remove this test once this behavior is no longer supported.
Steve Anton36da6ff2018-02-16 16:04:20 -08001800// Don't run under Unified Plan since the stream API is not available.
1801TEST_F(PeerConnectionInterfaceTestPlanB, AddTrackAfterAddStream) {
deadbeef293e9262017-01-11 12:28:30 -08001802 CreatePeerConnectionWithoutDtls();
deadbeefeb459812015-12-15 19:24:43 -08001803 // Create audio stream and add to PeerConnection.
Seth Hampson845e8782018-03-02 11:34:10 -08001804 AddAudioStream(kStreamId1);
deadbeefeb459812015-12-15 19:24:43 -08001805 MediaStreamInterface* stream = pc_->local_streams()->at(0);
1806
1807 // Add video track to the audio-only stream.
zhihuang9763d562016-08-05 11:14:50 -07001808 rtc::scoped_refptr<VideoTrackInterface> video_track(
1809 pc_factory_->CreateVideoTrack(
deadbeef112b2e92017-02-10 20:13:37 -08001810 "video_label", pc_factory_->CreateVideoSource(
1811 std::unique_ptr<cricket::VideoCapturer>(
1812 new cricket::FakeVideoCapturer()))));
deadbeefeb459812015-12-15 19:24:43 -08001813 stream->AddTrack(video_track.get());
1814
kwibergd1fe2812016-04-27 06:47:29 -07001815 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001816 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefeb459812015-12-15 19:24:43 -08001817
1818 const cricket::MediaContentDescription* video_desc =
1819 cricket::GetFirstVideoContentDescription(offer->description());
1820 EXPECT_TRUE(video_desc != nullptr);
1821}
1822
1823// Test that it's possible to call RemoveTrack on a MediaStream after adding
1824// the stream to a PeerConnection.
1825// TODO(deadbeef): Remove this test once this behavior is no longer supported.
Steve Anton36da6ff2018-02-16 16:04:20 -08001826// Don't run under Unified Plan since the stream API is not available.
1827TEST_F(PeerConnectionInterfaceTestPlanB, RemoveTrackAfterAddStream) {
deadbeef293e9262017-01-11 12:28:30 -08001828 CreatePeerConnectionWithoutDtls();
deadbeefeb459812015-12-15 19:24:43 -08001829 // Create audio/video stream and add to PeerConnection.
Seth Hampson845e8782018-03-02 11:34:10 -08001830 AddAudioVideoStream(kStreamId1, "audio_label", "video_label");
deadbeefeb459812015-12-15 19:24:43 -08001831 MediaStreamInterface* stream = pc_->local_streams()->at(0);
1832
1833 // Remove the video track.
1834 stream->RemoveTrack(stream->GetVideoTracks()[0]);
1835
kwibergd1fe2812016-04-27 06:47:29 -07001836 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001837 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefeb459812015-12-15 19:24:43 -08001838
1839 const cricket::MediaContentDescription* video_desc =
1840 cricket::GetFirstVideoContentDescription(offer->description());
1841 EXPECT_TRUE(video_desc == nullptr);
1842}
1843
deadbeef1dcb1642017-03-29 21:08:16 -07001844// Verify that CreateDtmfSender only succeeds if called with a valid local
1845// track. Other aspects of DtmfSenders are tested in
1846// peerconnection_integrationtest.cc.
Steve Anton36da6ff2018-02-16 16:04:20 -08001847TEST_P(PeerConnectionInterfaceTest, CreateDtmfSenderWithInvalidParams) {
deadbeef1dcb1642017-03-29 21:08:16 -07001848 CreatePeerConnection();
Steve Anton36da6ff2018-02-16 16:04:20 -08001849 AddAudioTrack(kAudioTracks[0]);
deadbeef1dcb1642017-03-29 21:08:16 -07001850 EXPECT_EQ(nullptr, pc_->CreateDtmfSender(nullptr));
1851 rtc::scoped_refptr<webrtc::AudioTrackInterface> non_localtrack(
1852 pc_factory_->CreateAudioTrack("dummy_track", nullptr));
1853 EXPECT_EQ(nullptr, pc_->CreateDtmfSender(non_localtrack));
1854}
1855
deadbeefbd7d8f72015-12-18 16:58:44 -08001856// Test creating a sender with a stream ID, and ensure the ID is populated
1857// in the offer.
Steve Anton36da6ff2018-02-16 16:04:20 -08001858// Don't run under Unified Plan since the stream API is not available.
1859TEST_F(PeerConnectionInterfaceTestPlanB, CreateSenderWithStream) {
deadbeef293e9262017-01-11 12:28:30 -08001860 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001861 pc_->CreateSender("video", kStreamId1);
deadbeefbd7d8f72015-12-18 16:58:44 -08001862
kwibergd1fe2812016-04-27 06:47:29 -07001863 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001864 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefbd7d8f72015-12-18 16:58:44 -08001865
1866 const cricket::MediaContentDescription* video_desc =
1867 cricket::GetFirstVideoContentDescription(offer->description());
1868 ASSERT_TRUE(video_desc != nullptr);
1869 ASSERT_EQ(1u, video_desc->streams().size());
Seth Hampson845e8782018-03-02 11:34:10 -08001870 EXPECT_EQ(kStreamId1, video_desc->streams()[0].first_stream_id());
deadbeefbd7d8f72015-12-18 16:58:44 -08001871}
1872
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001873// Test that we can specify a certain track that we want statistics about.
Steve Anton36da6ff2018-02-16 16:04:20 -08001874TEST_P(PeerConnectionInterfaceTest, GetStatsForSpecificTrack) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001875 InitiateCall();
Steve Anton36da6ff2018-02-16 16:04:20 -08001876 ASSERT_LT(0u, pc_->GetSenders().size());
1877 ASSERT_LT(0u, pc_->GetReceivers().size());
zhihuang9763d562016-08-05 11:14:50 -07001878 rtc::scoped_refptr<MediaStreamTrackInterface> remote_audio =
Steve Anton36da6ff2018-02-16 16:04:20 -08001879 pc_->GetReceivers()[0]->track();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001880 EXPECT_TRUE(DoGetStats(remote_audio));
1881
1882 // Remove the stream. Since we are sending to our selves the local
1883 // and the remote stream is the same.
Steve Anton36da6ff2018-02-16 16:04:20 -08001884 pc_->RemoveTrack(pc_->GetSenders()[0]);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001885 // Do a re-negotiation.
1886 CreateOfferReceiveAnswer();
1887
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001888 // Test that we still can get statistics for the old track. Even if it is not
1889 // sent any longer.
1890 EXPECT_TRUE(DoGetStats(remote_audio));
1891}
1892
1893// Test that we can get stats on a video track.
Steve Anton36da6ff2018-02-16 16:04:20 -08001894TEST_P(PeerConnectionInterfaceTest, GetStatsForVideoTrack) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001895 InitiateCall();
Steve Anton36da6ff2018-02-16 16:04:20 -08001896 auto video_receiver = GetFirstReceiverOfType(cricket::MEDIA_TYPE_VIDEO);
1897 ASSERT_TRUE(video_receiver);
1898 EXPECT_TRUE(DoGetStats(video_receiver->track()));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001899}
1900
1901// Test that we don't get statistics for an invalid track.
Steve Anton36da6ff2018-02-16 16:04:20 -08001902TEST_P(PeerConnectionInterfaceTest, GetStatsForInvalidTrack) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001903 InitiateCall();
zhihuang9763d562016-08-05 11:14:50 -07001904 rtc::scoped_refptr<AudioTrackInterface> unknown_audio_track(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001905 pc_factory_->CreateAudioTrack("unknown track", NULL));
1906 EXPECT_FALSE(DoGetStats(unknown_audio_track));
1907}
1908
Steve Anton36da6ff2018-02-16 16:04:20 -08001909TEST_P(PeerConnectionInterfaceTest, GetRTCStatsBeforeAndAfterCalling) {
Harald Alvestrand89061872018-01-02 14:08:34 +01001910 CreatePeerConnectionWithoutDtls();
1911 EXPECT_TRUE(DoGetRTCStats());
1912 // Clearing stats cache is needed now, but should be temporary.
1913 // https://bugs.chromium.org/p/webrtc/issues/detail?id=8693
1914 pc_->ClearStatsCache();
Seth Hampson845e8782018-03-02 11:34:10 -08001915 AddAudioTrack(kAudioTracks[0], {kStreamId1});
1916 AddVideoTrack(kVideoTracks[0], {kStreamId1});
Harald Alvestrand89061872018-01-02 14:08:34 +01001917 EXPECT_TRUE(DoGetRTCStats());
1918 pc_->ClearStatsCache();
1919 CreateOfferReceiveAnswer();
1920 EXPECT_TRUE(DoGetRTCStats());
1921}
1922
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001923// This test setup two RTP data channels in loop back.
Steve Anton36da6ff2018-02-16 16:04:20 -08001924TEST_P(PeerConnectionInterfaceTest, TestDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001925 FakeConstraints constraints;
1926 constraints.SetAllowRtpDataChannels();
1927 CreatePeerConnection(&constraints);
zhihuang9763d562016-08-05 11:14:50 -07001928 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001929 pc_->CreateDataChannel("test1", NULL);
zhihuang9763d562016-08-05 11:14:50 -07001930 rtc::scoped_refptr<DataChannelInterface> data2 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001931 pc_->CreateDataChannel("test2", NULL);
1932 ASSERT_TRUE(data1 != NULL);
kwibergd1fe2812016-04-27 06:47:29 -07001933 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001934 new MockDataChannelObserver(data1));
kwibergd1fe2812016-04-27 06:47:29 -07001935 std::unique_ptr<MockDataChannelObserver> observer2(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001936 new MockDataChannelObserver(data2));
1937
1938 EXPECT_EQ(DataChannelInterface::kConnecting, data1->state());
1939 EXPECT_EQ(DataChannelInterface::kConnecting, data2->state());
1940 std::string data_to_send1 = "testing testing";
1941 std::string data_to_send2 = "testing something else";
1942 EXPECT_FALSE(data1->Send(DataBuffer(data_to_send1)));
1943
1944 CreateOfferReceiveAnswer();
1945 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
1946 EXPECT_TRUE_WAIT(observer2->IsOpen(), kTimeout);
1947
1948 EXPECT_EQ(DataChannelInterface::kOpen, data1->state());
1949 EXPECT_EQ(DataChannelInterface::kOpen, data2->state());
1950 EXPECT_TRUE(data1->Send(DataBuffer(data_to_send1)));
1951 EXPECT_TRUE(data2->Send(DataBuffer(data_to_send2)));
1952
1953 EXPECT_EQ_WAIT(data_to_send1, observer1->last_message(), kTimeout);
1954 EXPECT_EQ_WAIT(data_to_send2, observer2->last_message(), kTimeout);
1955
1956 data1->Close();
1957 EXPECT_EQ(DataChannelInterface::kClosing, data1->state());
1958 CreateOfferReceiveAnswer();
1959 EXPECT_FALSE(observer1->IsOpen());
1960 EXPECT_EQ(DataChannelInterface::kClosed, data1->state());
1961 EXPECT_TRUE(observer2->IsOpen());
1962
1963 data_to_send2 = "testing something else again";
1964 EXPECT_TRUE(data2->Send(DataBuffer(data_to_send2)));
1965
1966 EXPECT_EQ_WAIT(data_to_send2, observer2->last_message(), kTimeout);
1967}
1968
1969// This test verifies that sendnig binary data over RTP data channels should
1970// fail.
Steve Anton36da6ff2018-02-16 16:04:20 -08001971TEST_P(PeerConnectionInterfaceTest, TestSendBinaryOnRtpDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001972 FakeConstraints constraints;
1973 constraints.SetAllowRtpDataChannels();
1974 CreatePeerConnection(&constraints);
zhihuang9763d562016-08-05 11:14:50 -07001975 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001976 pc_->CreateDataChannel("test1", NULL);
zhihuang9763d562016-08-05 11:14:50 -07001977 rtc::scoped_refptr<DataChannelInterface> data2 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001978 pc_->CreateDataChannel("test2", NULL);
1979 ASSERT_TRUE(data1 != NULL);
kwibergd1fe2812016-04-27 06:47:29 -07001980 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001981 new MockDataChannelObserver(data1));
kwibergd1fe2812016-04-27 06:47:29 -07001982 std::unique_ptr<MockDataChannelObserver> observer2(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001983 new MockDataChannelObserver(data2));
1984
1985 EXPECT_EQ(DataChannelInterface::kConnecting, data1->state());
1986 EXPECT_EQ(DataChannelInterface::kConnecting, data2->state());
1987
1988 CreateOfferReceiveAnswer();
1989 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
1990 EXPECT_TRUE_WAIT(observer2->IsOpen(), kTimeout);
1991
1992 EXPECT_EQ(DataChannelInterface::kOpen, data1->state());
1993 EXPECT_EQ(DataChannelInterface::kOpen, data2->state());
1994
jbaucheec21bd2016-03-20 06:15:43 -07001995 rtc::CopyOnWriteBuffer buffer("test", 4);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001996 EXPECT_FALSE(data1->Send(DataBuffer(buffer, true)));
1997}
1998
1999// This test setup a RTP data channels in loop back and test that a channel is
2000// opened even if the remote end answer with a zero SSRC.
Steve Anton36da6ff2018-02-16 16:04:20 -08002001TEST_P(PeerConnectionInterfaceTest, TestSendOnlyDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002002 FakeConstraints constraints;
2003 constraints.SetAllowRtpDataChannels();
2004 CreatePeerConnection(&constraints);
zhihuang9763d562016-08-05 11:14:50 -07002005 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002006 pc_->CreateDataChannel("test1", NULL);
kwibergd1fe2812016-04-27 06:47:29 -07002007 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002008 new MockDataChannelObserver(data1));
2009
2010 CreateOfferReceiveAnswerWithoutSsrc();
2011
2012 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
2013
2014 data1->Close();
2015 EXPECT_EQ(DataChannelInterface::kClosing, data1->state());
2016 CreateOfferReceiveAnswerWithoutSsrc();
2017 EXPECT_EQ(DataChannelInterface::kClosed, data1->state());
2018 EXPECT_FALSE(observer1->IsOpen());
2019}
2020
2021// This test that if a data channel is added in an answer a receive only channel
2022// channel is created.
Steve Anton36da6ff2018-02-16 16:04:20 -08002023TEST_P(PeerConnectionInterfaceTest, TestReceiveOnlyDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002024 FakeConstraints constraints;
2025 constraints.SetAllowRtpDataChannels();
2026 CreatePeerConnection(&constraints);
2027
2028 std::string offer_label = "offer_channel";
zhihuang9763d562016-08-05 11:14:50 -07002029 rtc::scoped_refptr<DataChannelInterface> offer_channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002030 pc_->CreateDataChannel(offer_label, NULL);
2031
2032 CreateOfferAsLocalDescription();
2033
2034 // Replace the data channel label in the offer and apply it as an answer.
2035 std::string receive_label = "answer_channel";
2036 std::string sdp;
2037 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002038 rtc::replace_substrs(offer_label.c_str(), offer_label.length(),
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002039 receive_label.c_str(), receive_label.length(),
2040 &sdp);
2041 CreateAnswerAsRemoteDescription(sdp);
2042
2043 // Verify that a new incoming data channel has been created and that
2044 // it is open but can't we written to.
2045 ASSERT_TRUE(observer_.last_datachannel_ != NULL);
2046 DataChannelInterface* received_channel = observer_.last_datachannel_;
2047 EXPECT_EQ(DataChannelInterface::kConnecting, received_channel->state());
2048 EXPECT_EQ(receive_label, received_channel->label());
2049 EXPECT_FALSE(received_channel->Send(DataBuffer("something")));
2050
2051 // Verify that the channel we initially offered has been rejected.
2052 EXPECT_EQ(DataChannelInterface::kClosed, offer_channel->state());
2053
2054 // Do another offer / answer exchange and verify that the data channel is
2055 // opened.
2056 CreateOfferReceiveAnswer();
2057 EXPECT_EQ_WAIT(DataChannelInterface::kOpen, received_channel->state(),
2058 kTimeout);
2059}
2060
2061// This test that no data channel is returned if a reliable channel is
2062// requested.
2063// TODO(perkj): Remove this test once reliable channels are implemented.
Steve Anton36da6ff2018-02-16 16:04:20 -08002064TEST_P(PeerConnectionInterfaceTest, CreateReliableRtpDataChannelShouldFail) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002065 FakeConstraints constraints;
2066 constraints.SetAllowRtpDataChannels();
2067 CreatePeerConnection(&constraints);
2068
2069 std::string label = "test";
2070 webrtc::DataChannelInit config;
2071 config.reliable = true;
zhihuang9763d562016-08-05 11:14:50 -07002072 rtc::scoped_refptr<DataChannelInterface> channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002073 pc_->CreateDataChannel(label, &config);
2074 EXPECT_TRUE(channel == NULL);
2075}
2076
deadbeefab9b2d12015-10-14 11:33:11 -07002077// Verifies that duplicated label is not allowed for RTP data channel.
Steve Anton36da6ff2018-02-16 16:04:20 -08002078TEST_P(PeerConnectionInterfaceTest, RtpDuplicatedLabelNotAllowed) {
deadbeefab9b2d12015-10-14 11:33:11 -07002079 FakeConstraints constraints;
2080 constraints.SetAllowRtpDataChannels();
2081 CreatePeerConnection(&constraints);
2082
2083 std::string label = "test";
zhihuang9763d562016-08-05 11:14:50 -07002084 rtc::scoped_refptr<DataChannelInterface> channel =
deadbeefab9b2d12015-10-14 11:33:11 -07002085 pc_->CreateDataChannel(label, nullptr);
2086 EXPECT_NE(channel, nullptr);
2087
zhihuang9763d562016-08-05 11:14:50 -07002088 rtc::scoped_refptr<DataChannelInterface> dup_channel =
deadbeefab9b2d12015-10-14 11:33:11 -07002089 pc_->CreateDataChannel(label, nullptr);
2090 EXPECT_EQ(dup_channel, nullptr);
2091}
2092
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002093// This tests that a SCTP data channel is returned using different
2094// DataChannelInit configurations.
Steve Anton36da6ff2018-02-16 16:04:20 -08002095TEST_P(PeerConnectionInterfaceTest, CreateSctpDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002096 FakeConstraints constraints;
2097 constraints.SetAllowDtlsSctpDataChannels();
2098 CreatePeerConnection(&constraints);
2099
2100 webrtc::DataChannelInit config;
2101
zhihuang9763d562016-08-05 11:14:50 -07002102 rtc::scoped_refptr<DataChannelInterface> channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002103 pc_->CreateDataChannel("1", &config);
2104 EXPECT_TRUE(channel != NULL);
2105 EXPECT_TRUE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002106 EXPECT_TRUE(observer_.renegotiation_needed_);
2107 observer_.renegotiation_needed_ = false;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002108
2109 config.ordered = false;
2110 channel = pc_->CreateDataChannel("2", &config);
2111 EXPECT_TRUE(channel != NULL);
2112 EXPECT_TRUE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002113 EXPECT_FALSE(observer_.renegotiation_needed_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002114
2115 config.ordered = true;
2116 config.maxRetransmits = 0;
2117 channel = pc_->CreateDataChannel("3", &config);
2118 EXPECT_TRUE(channel != NULL);
2119 EXPECT_FALSE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002120 EXPECT_FALSE(observer_.renegotiation_needed_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002121
2122 config.maxRetransmits = -1;
2123 config.maxRetransmitTime = 0;
2124 channel = pc_->CreateDataChannel("4", &config);
2125 EXPECT_TRUE(channel != NULL);
2126 EXPECT_FALSE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002127 EXPECT_FALSE(observer_.renegotiation_needed_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002128}
2129
2130// This tests that no data channel is returned if both maxRetransmits and
2131// maxRetransmitTime are set for SCTP data channels.
Steve Anton36da6ff2018-02-16 16:04:20 -08002132TEST_P(PeerConnectionInterfaceTest,
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002133 CreateSctpDataChannelShouldFailForInvalidConfig) {
2134 FakeConstraints constraints;
2135 constraints.SetAllowDtlsSctpDataChannels();
2136 CreatePeerConnection(&constraints);
2137
2138 std::string label = "test";
2139 webrtc::DataChannelInit config;
2140 config.maxRetransmits = 0;
2141 config.maxRetransmitTime = 0;
2142
zhihuang9763d562016-08-05 11:14:50 -07002143 rtc::scoped_refptr<DataChannelInterface> channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002144 pc_->CreateDataChannel(label, &config);
2145 EXPECT_TRUE(channel == NULL);
2146}
2147
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002148// The test verifies that creating a SCTP data channel with an id already in use
2149// or out of range should fail.
Steve Anton36da6ff2018-02-16 16:04:20 -08002150TEST_P(PeerConnectionInterfaceTest,
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002151 CreateSctpDataChannelWithInvalidIdShouldFail) {
2152 FakeConstraints constraints;
2153 constraints.SetAllowDtlsSctpDataChannels();
2154 CreatePeerConnection(&constraints);
2155
2156 webrtc::DataChannelInit config;
zhihuang9763d562016-08-05 11:14:50 -07002157 rtc::scoped_refptr<DataChannelInterface> channel;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002158
wu@webrtc.orgcecfd182013-10-30 05:18:12 +00002159 config.id = 1;
2160 channel = pc_->CreateDataChannel("1", &config);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002161 EXPECT_TRUE(channel != NULL);
2162 EXPECT_EQ(1, channel->id());
2163
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002164 channel = pc_->CreateDataChannel("x", &config);
2165 EXPECT_TRUE(channel == NULL);
2166
2167 config.id = cricket::kMaxSctpSid;
2168 channel = pc_->CreateDataChannel("max", &config);
2169 EXPECT_TRUE(channel != NULL);
2170 EXPECT_EQ(config.id, channel->id());
2171
2172 config.id = cricket::kMaxSctpSid + 1;
2173 channel = pc_->CreateDataChannel("x", &config);
2174 EXPECT_TRUE(channel == NULL);
2175}
2176
deadbeefab9b2d12015-10-14 11:33:11 -07002177// Verifies that duplicated label is allowed for SCTP data channel.
Steve Anton36da6ff2018-02-16 16:04:20 -08002178TEST_P(PeerConnectionInterfaceTest, SctpDuplicatedLabelAllowed) {
deadbeefab9b2d12015-10-14 11:33:11 -07002179 FakeConstraints constraints;
2180 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2181 true);
2182 CreatePeerConnection(&constraints);
2183
2184 std::string label = "test";
zhihuang9763d562016-08-05 11:14:50 -07002185 rtc::scoped_refptr<DataChannelInterface> channel =
deadbeefab9b2d12015-10-14 11:33:11 -07002186 pc_->CreateDataChannel(label, nullptr);
2187 EXPECT_NE(channel, nullptr);
2188
zhihuang9763d562016-08-05 11:14:50 -07002189 rtc::scoped_refptr<DataChannelInterface> dup_channel =
deadbeefab9b2d12015-10-14 11:33:11 -07002190 pc_->CreateDataChannel(label, nullptr);
2191 EXPECT_NE(dup_channel, nullptr);
2192}
2193
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002194// This test verifies that OnRenegotiationNeeded is fired for every new RTP
2195// DataChannel.
Steve Anton36da6ff2018-02-16 16:04:20 -08002196TEST_P(PeerConnectionInterfaceTest, RenegotiationNeededForNewRtpDataChannel) {
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002197 FakeConstraints constraints;
2198 constraints.SetAllowRtpDataChannels();
2199 CreatePeerConnection(&constraints);
2200
zhihuang9763d562016-08-05 11:14:50 -07002201 rtc::scoped_refptr<DataChannelInterface> dc1 =
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002202 pc_->CreateDataChannel("test1", NULL);
2203 EXPECT_TRUE(observer_.renegotiation_needed_);
2204 observer_.renegotiation_needed_ = false;
2205
zhihuang9763d562016-08-05 11:14:50 -07002206 rtc::scoped_refptr<DataChannelInterface> dc2 =
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002207 pc_->CreateDataChannel("test2", NULL);
2208 EXPECT_TRUE(observer_.renegotiation_needed_);
2209}
2210
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002211// This test that a data channel closes when a PeerConnection is deleted/closed.
Steve Anton36da6ff2018-02-16 16:04:20 -08002212TEST_P(PeerConnectionInterfaceTest, DataChannelCloseWhenPeerConnectionClose) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002213 FakeConstraints constraints;
2214 constraints.SetAllowRtpDataChannels();
2215 CreatePeerConnection(&constraints);
2216
zhihuang9763d562016-08-05 11:14:50 -07002217 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002218 pc_->CreateDataChannel("test1", NULL);
zhihuang9763d562016-08-05 11:14:50 -07002219 rtc::scoped_refptr<DataChannelInterface> data2 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002220 pc_->CreateDataChannel("test2", NULL);
2221 ASSERT_TRUE(data1 != NULL);
kwibergd1fe2812016-04-27 06:47:29 -07002222 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002223 new MockDataChannelObserver(data1));
kwibergd1fe2812016-04-27 06:47:29 -07002224 std::unique_ptr<MockDataChannelObserver> observer2(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002225 new MockDataChannelObserver(data2));
2226
2227 CreateOfferReceiveAnswer();
2228 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
2229 EXPECT_TRUE_WAIT(observer2->IsOpen(), kTimeout);
2230
2231 ReleasePeerConnection();
2232 EXPECT_EQ(DataChannelInterface::kClosed, data1->state());
2233 EXPECT_EQ(DataChannelInterface::kClosed, data2->state());
2234}
2235
Zhi Huang644fde42018-04-02 19:16:26 -07002236// This tests that RTP data channels can be rejected in an answer.
2237TEST_P(PeerConnectionInterfaceTest, TestRejectRtpDataChannelInAnswer) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002238 FakeConstraints constraints;
2239 constraints.SetAllowRtpDataChannels();
2240 CreatePeerConnection(&constraints);
2241
zhihuang9763d562016-08-05 11:14:50 -07002242 rtc::scoped_refptr<DataChannelInterface> offer_channel(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002243 pc_->CreateDataChannel("offer_channel", NULL));
2244
2245 CreateOfferAsLocalDescription();
2246
2247 // Create an answer where the m-line for data channels are rejected.
2248 std::string sdp;
2249 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002250 std::unique_ptr<SessionDescriptionInterface> answer(
Steve Antona3a92c22017-12-07 10:27:41 -08002251 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002252 ASSERT_TRUE(answer);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002253 cricket::ContentInfo* data_info =
Steve Anton36da6ff2018-02-16 16:04:20 -08002254 cricket::GetFirstDataContent(answer->description());
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002255 data_info->rejected = true;
2256
Steve Antondb45ca82017-09-11 18:27:34 -07002257 DoSetRemoteDescription(std::move(answer));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002258 EXPECT_EQ(DataChannelInterface::kClosed, offer_channel->state());
2259}
2260
Zhi Huang644fde42018-04-02 19:16:26 -07002261#ifdef HAVE_SCTP
2262// This tests that SCTP data channels can be rejected in an answer.
2263TEST_P(PeerConnectionInterfaceTest, TestRejectSctpDataChannelInAnswer)
2264#else
2265TEST_P(PeerConnectionInterfaceTest, DISABLED_TestRejectSctpDataChannelInAnswer)
2266#endif
2267{
2268 FakeConstraints constraints;
2269 CreatePeerConnection(&constraints);
2270
2271 rtc::scoped_refptr<DataChannelInterface> offer_channel(
2272 pc_->CreateDataChannel("offer_channel", NULL));
2273
2274 CreateOfferAsLocalDescription();
2275
2276 // Create an answer where the m-line for data channels are rejected.
2277 std::string sdp;
2278 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
2279 std::unique_ptr<SessionDescriptionInterface> answer(
2280 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
2281 ASSERT_TRUE(answer);
2282 cricket::ContentInfo* data_info =
2283 cricket::GetFirstDataContent(answer->description());
2284 data_info->rejected = true;
2285
2286 DoSetRemoteDescription(std::move(answer));
2287 EXPECT_EQ(DataChannelInterface::kClosed, offer_channel->state());
2288}
2289
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002290// Test that we can create a session description from an SDP string from
2291// FireFox, use it as a remote session description, generate an answer and use
2292// the answer as a local description.
Steve Anton36da6ff2018-02-16 16:04:20 -08002293TEST_P(PeerConnectionInterfaceTest, ReceiveFireFoxOffer) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002294 FakeConstraints constraints;
2295 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2296 true);
2297 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002298 AddAudioTrack("audio_label");
2299 AddVideoTrack("video_label");
Steve Antondb45ca82017-09-11 18:27:34 -07002300 std::unique_ptr<SessionDescriptionInterface> desc(
Steve Antona3a92c22017-12-07 10:27:41 -08002301 webrtc::CreateSessionDescription(SdpType::kOffer,
Steve Antondb45ca82017-09-11 18:27:34 -07002302 webrtc::kFireFoxSdpOffer, nullptr));
2303 EXPECT_TRUE(DoSetSessionDescription(std::move(desc), false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002304 CreateAnswerAsLocalDescription();
2305 ASSERT_TRUE(pc_->local_description() != NULL);
2306 ASSERT_TRUE(pc_->remote_description() != NULL);
2307
2308 const cricket::ContentInfo* content =
2309 cricket::GetFirstAudioContent(pc_->local_description()->description());
2310 ASSERT_TRUE(content != NULL);
2311 EXPECT_FALSE(content->rejected);
2312
2313 content =
2314 cricket::GetFirstVideoContent(pc_->local_description()->description());
2315 ASSERT_TRUE(content != NULL);
2316 EXPECT_FALSE(content->rejected);
sergeyu@chromium.orga23f0ca2013-11-13 22:48:52 +00002317#ifdef HAVE_SCTP
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002318 content =
2319 cricket::GetFirstDataContent(pc_->local_description()->description());
2320 ASSERT_TRUE(content != NULL);
Zhi Huange830e682018-03-30 10:48:35 -07002321 EXPECT_FALSE(content->rejected);
sergeyu@chromium.orga23f0ca2013-11-13 22:48:52 +00002322#endif
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002323}
2324
zhihuangb19012e2017-09-19 13:47:59 -07002325// Test that fallback from DTLS to SDES is not supported.
2326// The fallback was previously supported but was removed to simplify the code
2327// and because it's non-standard.
Steve Anton36da6ff2018-02-16 16:04:20 -08002328TEST_P(PeerConnectionInterfaceTest, DtlsSdesFallbackNotSupported) {
deadbeef8662f942017-01-20 21:20:51 -08002329 FakeConstraints constraints;
2330 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2331 true);
2332 CreatePeerConnection(&constraints);
2333 // Wait for fake certificate to be generated. Previously, this is what caused
2334 // the "a=crypto" lines to be rejected.
Steve Anton36da6ff2018-02-16 16:04:20 -08002335 AddAudioTrack("audio_label");
2336 AddVideoTrack("video_label");
deadbeef8662f942017-01-20 21:20:51 -08002337 ASSERT_NE(nullptr, fake_certificate_generator_);
2338 EXPECT_EQ_WAIT(1, fake_certificate_generator_->generated_certificates(),
2339 kTimeout);
Steve Antondb45ca82017-09-11 18:27:34 -07002340 std::unique_ptr<SessionDescriptionInterface> desc(
Steve Antona3a92c22017-12-07 10:27:41 -08002341 webrtc::CreateSessionDescription(SdpType::kOffer, kDtlsSdesFallbackSdp,
2342 nullptr));
Zhi Huange830e682018-03-30 10:48:35 -07002343 EXPECT_FALSE(DoSetSessionDescription(std::move(desc), /*local=*/false));
deadbeef8662f942017-01-20 21:20:51 -08002344}
2345
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002346// Test that we can create an audio only offer and receive an answer with a
2347// limited set of audio codecs and receive an updated offer with more audio
2348// codecs, where the added codecs are not supported.
Steve Anton36da6ff2018-02-16 16:04:20 -08002349TEST_P(PeerConnectionInterfaceTest, ReceiveUpdatedAudioOfferWithBadCodecs) {
deadbeef293e9262017-01-11 12:28:30 -08002350 CreatePeerConnectionWithoutDtls();
Steve Anton36da6ff2018-02-16 16:04:20 -08002351 AddAudioTrack("audio_label");
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002352 CreateOfferAsLocalDescription();
2353
Steve Anton36da6ff2018-02-16 16:04:20 -08002354 const char* answer_sdp =
2355 (sdp_semantics_ == SdpSemantics::kPlanB ? webrtc::kAudioSdpPlanB
2356 : webrtc::kAudioSdpUnifiedPlan);
Steve Antondb45ca82017-09-11 18:27:34 -07002357 std::unique_ptr<SessionDescriptionInterface> answer(
Steve Anton36da6ff2018-02-16 16:04:20 -08002358 webrtc::CreateSessionDescription(SdpType::kAnswer, answer_sdp, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07002359 EXPECT_TRUE(DoSetSessionDescription(std::move(answer), false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002360
Steve Anton36da6ff2018-02-16 16:04:20 -08002361 const char* reoffer_sdp =
2362 (sdp_semantics_ == SdpSemantics::kPlanB
2363 ? webrtc::kAudioSdpWithUnsupportedCodecsPlanB
2364 : webrtc::kAudioSdpWithUnsupportedCodecsUnifiedPlan);
Steve Antondb45ca82017-09-11 18:27:34 -07002365 std::unique_ptr<SessionDescriptionInterface> updated_offer(
Steve Anton36da6ff2018-02-16 16:04:20 -08002366 webrtc::CreateSessionDescription(SdpType::kOffer, reoffer_sdp, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07002367 EXPECT_TRUE(DoSetSessionDescription(std::move(updated_offer), false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002368 CreateAnswerAsLocalDescription();
2369}
2370
deadbeefc80741f2015-10-22 13:14:45 -07002371// Test that if we're receiving (but not sending) a track, subsequent offers
2372// will have m-lines with a=recvonly.
Steve Anton36da6ff2018-02-16 16:04:20 -08002373TEST_P(PeerConnectionInterfaceTest, CreateSubsequentRecvOnlyOffer) {
deadbeefc80741f2015-10-22 13:14:45 -07002374 FakeConstraints constraints;
2375 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2376 true);
2377 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002378 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
deadbeefc80741f2015-10-22 13:14:45 -07002379 CreateAnswerAsLocalDescription();
2380
2381 // At this point we should be receiving stream 1, but not sending anything.
2382 // A new offer should be recvonly.
kwibergd1fe2812016-04-27 06:47:29 -07002383 std::unique_ptr<SessionDescriptionInterface> offer;
deadbeefc80741f2015-10-22 13:14:45 -07002384 DoCreateOffer(&offer, nullptr);
2385
2386 const cricket::ContentInfo* video_content =
2387 cricket::GetFirstVideoContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08002388 ASSERT_EQ(RtpTransceiverDirection::kRecvOnly,
2389 video_content->media_description()->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002390
2391 const cricket::ContentInfo* audio_content =
2392 cricket::GetFirstAudioContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08002393 ASSERT_EQ(RtpTransceiverDirection::kRecvOnly,
2394 audio_content->media_description()->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002395}
2396
2397// Test that if we're receiving (but not sending) a track, and the
2398// offerToReceiveVideo/offerToReceiveAudio constraints are explicitly set to
2399// false, the generated m-lines will be a=inactive.
Steve Anton36da6ff2018-02-16 16:04:20 -08002400TEST_P(PeerConnectionInterfaceTest, CreateSubsequentInactiveOffer) {
deadbeefc80741f2015-10-22 13:14:45 -07002401 FakeConstraints constraints;
2402 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2403 true);
2404 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002405 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
deadbeefc80741f2015-10-22 13:14:45 -07002406 CreateAnswerAsLocalDescription();
2407
2408 // At this point we should be receiving stream 1, but not sending anything.
2409 // A new offer would be recvonly, but we'll set the "no receive" constraints
2410 // to make it inactive.
kwibergd1fe2812016-04-27 06:47:29 -07002411 std::unique_ptr<SessionDescriptionInterface> offer;
deadbeefc80741f2015-10-22 13:14:45 -07002412 FakeConstraints offer_constraints;
2413 offer_constraints.AddMandatory(
2414 webrtc::MediaConstraintsInterface::kOfferToReceiveVideo, false);
2415 offer_constraints.AddMandatory(
2416 webrtc::MediaConstraintsInterface::kOfferToReceiveAudio, false);
2417 DoCreateOffer(&offer, &offer_constraints);
2418
2419 const cricket::ContentInfo* video_content =
2420 cricket::GetFirstVideoContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08002421 ASSERT_EQ(RtpTransceiverDirection::kInactive,
2422 video_content->media_description()->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002423
2424 const cricket::ContentInfo* audio_content =
2425 cricket::GetFirstAudioContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08002426 ASSERT_EQ(RtpTransceiverDirection::kInactive,
2427 audio_content->media_description()->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002428}
2429
deadbeef653b8e02015-11-11 12:55:10 -08002430// Test that we can use SetConfiguration to change the ICE servers of the
2431// PortAllocator.
Steve Anton36da6ff2018-02-16 16:04:20 -08002432TEST_P(PeerConnectionInterfaceTest, SetConfigurationChangesIceServers) {
deadbeef653b8e02015-11-11 12:55:10 -08002433 CreatePeerConnection();
2434
Steve Anton36da6ff2018-02-16 16:04:20 -08002435 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
deadbeef653b8e02015-11-11 12:55:10 -08002436 PeerConnectionInterface::IceServer server;
2437 server.uri = "stun:test_hostname";
2438 config.servers.push_back(server);
2439 EXPECT_TRUE(pc_->SetConfiguration(config));
2440
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -08002441 EXPECT_EQ(1u, port_allocator_->stun_servers().size());
2442 EXPECT_EQ("test_hostname",
2443 port_allocator_->stun_servers().begin()->hostname());
deadbeef653b8e02015-11-11 12:55:10 -08002444}
2445
Steve Anton36da6ff2018-02-16 16:04:20 -08002446TEST_P(PeerConnectionInterfaceTest, SetConfigurationChangesCandidateFilter) {
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002447 CreatePeerConnection();
Steve Anton36da6ff2018-02-16 16:04:20 -08002448 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002449 config.type = PeerConnectionInterface::kRelay;
2450 EXPECT_TRUE(pc_->SetConfiguration(config));
2451 EXPECT_EQ(cricket::CF_RELAY, port_allocator_->candidate_filter());
2452}
2453
Steve Anton36da6ff2018-02-16 16:04:20 -08002454TEST_P(PeerConnectionInterfaceTest, SetConfigurationChangesPruneTurnPortsFlag) {
deadbeef293e9262017-01-11 12:28:30 -08002455 PeerConnectionInterface::RTCConfiguration config;
2456 config.prune_turn_ports = false;
2457 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08002458 config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002459 EXPECT_FALSE(port_allocator_->prune_turn_ports());
2460
2461 config.prune_turn_ports = true;
2462 EXPECT_TRUE(pc_->SetConfiguration(config));
2463 EXPECT_TRUE(port_allocator_->prune_turn_ports());
2464}
2465
skvladd1f5fda2017-02-03 16:54:05 -08002466// Test that the ice check interval can be changed. This does not verify that
2467// the setting makes it all the way to P2PTransportChannel, as that would
2468// require a very complex set of mocks.
Steve Anton36da6ff2018-02-16 16:04:20 -08002469TEST_P(PeerConnectionInterfaceTest, SetConfigurationChangesIceCheckInterval) {
skvladd1f5fda2017-02-03 16:54:05 -08002470 PeerConnectionInterface::RTCConfiguration config;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01002471 config.ice_check_min_interval = rtc::nullopt;
skvladd1f5fda2017-02-03 16:54:05 -08002472 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08002473 config = pc_->GetConfiguration();
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01002474 config.ice_check_min_interval = 100;
skvladd1f5fda2017-02-03 16:54:05 -08002475 EXPECT_TRUE(pc_->SetConfiguration(config));
2476 PeerConnectionInterface::RTCConfiguration new_config =
2477 pc_->GetConfiguration();
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01002478 EXPECT_EQ(new_config.ice_check_min_interval, 100);
skvladd1f5fda2017-02-03 16:54:05 -08002479}
2480
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002481// Test that when SetConfiguration changes both the pool size and other
2482// attributes, the pooled session is created with the updated attributes.
Steve Anton36da6ff2018-02-16 16:04:20 -08002483TEST_P(PeerConnectionInterfaceTest,
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002484 SetConfigurationCreatesPooledSessionCorrectly) {
2485 CreatePeerConnection();
Steve Anton36da6ff2018-02-16 16:04:20 -08002486 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002487 config.ice_candidate_pool_size = 1;
2488 PeerConnectionInterface::IceServer server;
2489 server.uri = kStunAddressOnly;
2490 config.servers.push_back(server);
2491 config.type = PeerConnectionInterface::kRelay;
Taylor Brandstetter417eebe2016-05-23 16:02:19 -07002492 EXPECT_TRUE(pc_->SetConfiguration(config));
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002493
2494 const cricket::FakePortAllocatorSession* session =
2495 static_cast<const cricket::FakePortAllocatorSession*>(
2496 port_allocator_->GetPooledSession());
2497 ASSERT_NE(nullptr, session);
2498 EXPECT_EQ(1UL, session->stun_servers().size());
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002499}
2500
deadbeef293e9262017-01-11 12:28:30 -08002501// Test that after SetLocalDescription, changing the pool size is not allowed,
2502// and an invalid modification error is returned.
Steve Anton36da6ff2018-02-16 16:04:20 -08002503TEST_P(PeerConnectionInterfaceTest,
deadbeef6de92f92016-12-12 18:49:32 -08002504 CantChangePoolSizeAfterSetLocalDescription) {
2505 CreatePeerConnection();
2506 // Start by setting a size of 1.
Steve Anton36da6ff2018-02-16 16:04:20 -08002507 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
deadbeef6de92f92016-12-12 18:49:32 -08002508 config.ice_candidate_pool_size = 1;
2509 EXPECT_TRUE(pc_->SetConfiguration(config));
2510
2511 // Set remote offer; can still change pool size at this point.
2512 CreateOfferAsRemoteDescription();
2513 config.ice_candidate_pool_size = 2;
2514 EXPECT_TRUE(pc_->SetConfiguration(config));
2515
2516 // Set local answer; now it's too late.
2517 CreateAnswerAsLocalDescription();
2518 config.ice_candidate_pool_size = 3;
deadbeef293e9262017-01-11 12:28:30 -08002519 RTCError error;
2520 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2521 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2522}
2523
deadbeef42a42632017-03-10 15:18:00 -08002524// Test that after setting an answer, extra pooled sessions are discarded. The
2525// ICE candidate pool is only intended to be used for the first offer/answer.
Steve Anton36da6ff2018-02-16 16:04:20 -08002526TEST_P(PeerConnectionInterfaceTest,
deadbeef42a42632017-03-10 15:18:00 -08002527 ExtraPooledSessionsDiscardedAfterApplyingAnswer) {
2528 CreatePeerConnection();
2529
2530 // Set a larger-than-necessary size.
Steve Anton36da6ff2018-02-16 16:04:20 -08002531 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
deadbeef42a42632017-03-10 15:18:00 -08002532 config.ice_candidate_pool_size = 4;
2533 EXPECT_TRUE(pc_->SetConfiguration(config));
2534
2535 // Do offer/answer.
2536 CreateOfferAsRemoteDescription();
2537 CreateAnswerAsLocalDescription();
2538
2539 // Expect no pooled sessions to be left.
2540 const cricket::PortAllocatorSession* session =
2541 port_allocator_->GetPooledSession();
2542 EXPECT_EQ(nullptr, session);
2543}
2544
2545// After Close is called, pooled candidates should be discarded so as to not
2546// waste network resources.
Steve Anton36da6ff2018-02-16 16:04:20 -08002547TEST_P(PeerConnectionInterfaceTest, PooledSessionsDiscardedAfterClose) {
deadbeef42a42632017-03-10 15:18:00 -08002548 CreatePeerConnection();
2549
Steve Anton36da6ff2018-02-16 16:04:20 -08002550 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
deadbeef42a42632017-03-10 15:18:00 -08002551 config.ice_candidate_pool_size = 3;
2552 EXPECT_TRUE(pc_->SetConfiguration(config));
2553 pc_->Close();
2554
2555 // Expect no pooled sessions to be left.
2556 const cricket::PortAllocatorSession* session =
2557 port_allocator_->GetPooledSession();
2558 EXPECT_EQ(nullptr, session);
2559}
2560
deadbeef293e9262017-01-11 12:28:30 -08002561// Test that SetConfiguration returns an invalid modification error if
2562// modifying a field in the configuration that isn't allowed to be modified.
Steve Anton36da6ff2018-02-16 16:04:20 -08002563TEST_P(PeerConnectionInterfaceTest,
deadbeef293e9262017-01-11 12:28:30 -08002564 SetConfigurationReturnsInvalidModificationError) {
2565 PeerConnectionInterface::RTCConfiguration config;
2566 config.bundle_policy = PeerConnectionInterface::kBundlePolicyBalanced;
2567 config.rtcp_mux_policy = PeerConnectionInterface::kRtcpMuxPolicyNegotiate;
2568 config.continual_gathering_policy = PeerConnectionInterface::GATHER_ONCE;
2569 CreatePeerConnection(config, nullptr);
2570
Steve Anton36da6ff2018-02-16 16:04:20 -08002571 PeerConnectionInterface::RTCConfiguration modified_config =
2572 pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002573 modified_config.bundle_policy =
2574 PeerConnectionInterface::kBundlePolicyMaxBundle;
2575 RTCError error;
2576 EXPECT_FALSE(pc_->SetConfiguration(modified_config, &error));
2577 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2578
Steve Anton36da6ff2018-02-16 16:04:20 -08002579 modified_config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002580 modified_config.rtcp_mux_policy =
2581 PeerConnectionInterface::kRtcpMuxPolicyRequire;
2582 error.set_type(RTCErrorType::NONE);
2583 EXPECT_FALSE(pc_->SetConfiguration(modified_config, &error));
2584 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2585
Steve Anton36da6ff2018-02-16 16:04:20 -08002586 modified_config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002587 modified_config.continual_gathering_policy =
2588 PeerConnectionInterface::GATHER_CONTINUALLY;
2589 error.set_type(RTCErrorType::NONE);
2590 EXPECT_FALSE(pc_->SetConfiguration(modified_config, &error));
2591 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2592}
2593
2594// Test that SetConfiguration returns a range error if the candidate pool size
2595// is negative or larger than allowed by the spec.
Steve Anton36da6ff2018-02-16 16:04:20 -08002596TEST_P(PeerConnectionInterfaceTest,
deadbeef293e9262017-01-11 12:28:30 -08002597 SetConfigurationReturnsRangeErrorForBadCandidatePoolSize) {
2598 PeerConnectionInterface::RTCConfiguration config;
2599 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08002600 config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002601
2602 config.ice_candidate_pool_size = -1;
2603 RTCError error;
2604 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2605 EXPECT_EQ(RTCErrorType::INVALID_RANGE, error.type());
2606
2607 config.ice_candidate_pool_size = INT_MAX;
2608 error.set_type(RTCErrorType::NONE);
2609 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2610 EXPECT_EQ(RTCErrorType::INVALID_RANGE, error.type());
2611}
2612
2613// Test that SetConfiguration returns a syntax error if parsing an ICE server
2614// URL failed.
Steve Anton36da6ff2018-02-16 16:04:20 -08002615TEST_P(PeerConnectionInterfaceTest,
deadbeef293e9262017-01-11 12:28:30 -08002616 SetConfigurationReturnsSyntaxErrorFromBadIceUrls) {
2617 PeerConnectionInterface::RTCConfiguration config;
2618 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08002619 config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002620
2621 PeerConnectionInterface::IceServer bad_server;
2622 bad_server.uri = "stunn:www.example.com";
2623 config.servers.push_back(bad_server);
2624 RTCError error;
2625 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2626 EXPECT_EQ(RTCErrorType::SYNTAX_ERROR, error.type());
2627}
2628
2629// Test that SetConfiguration returns an invalid parameter error if a TURN
2630// IceServer is missing a username or password.
Steve Anton36da6ff2018-02-16 16:04:20 -08002631TEST_P(PeerConnectionInterfaceTest,
deadbeef293e9262017-01-11 12:28:30 -08002632 SetConfigurationReturnsInvalidParameterIfCredentialsMissing) {
2633 PeerConnectionInterface::RTCConfiguration config;
2634 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08002635 config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002636
2637 PeerConnectionInterface::IceServer bad_server;
2638 bad_server.uri = "turn:www.example.com";
2639 // Missing password.
2640 bad_server.username = "foo";
2641 config.servers.push_back(bad_server);
2642 RTCError error;
2643 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2644 EXPECT_EQ(RTCErrorType::INVALID_PARAMETER, error.type());
deadbeef6de92f92016-12-12 18:49:32 -08002645}
2646
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002647// Test that PeerConnection::Close changes the states to closed and all remote
2648// tracks change state to ended.
Steve Anton36da6ff2018-02-16 16:04:20 -08002649TEST_P(PeerConnectionInterfaceTest, CloseAndTestStreamsAndStates) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002650 // Initialize a PeerConnection and negotiate local and remote session
2651 // description.
2652 InitiateCall();
Steve Anton36da6ff2018-02-16 16:04:20 -08002653
2654 // With Plan B, verify the stream count. The analog with Unified Plan is the
2655 // RtpTransceiver count.
2656 if (sdp_semantics_ == SdpSemantics::kPlanB) {
2657 ASSERT_EQ(1u, pc_->local_streams()->count());
2658 ASSERT_EQ(1u, pc_->remote_streams()->count());
2659 } else {
2660 ASSERT_EQ(2u, pc_->GetTransceivers().size());
2661 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002662
2663 pc_->Close();
2664
2665 EXPECT_EQ(PeerConnectionInterface::kClosed, pc_->signaling_state());
2666 EXPECT_EQ(PeerConnectionInterface::kIceConnectionClosed,
2667 pc_->ice_connection_state());
2668 EXPECT_EQ(PeerConnectionInterface::kIceGatheringComplete,
2669 pc_->ice_gathering_state());
2670
Steve Anton36da6ff2018-02-16 16:04:20 -08002671 if (sdp_semantics_ == SdpSemantics::kPlanB) {
2672 EXPECT_EQ(1u, pc_->local_streams()->count());
2673 EXPECT_EQ(1u, pc_->remote_streams()->count());
2674 } else {
2675 // Verify that the RtpTransceivers are still present but all stopped.
2676 EXPECT_EQ(2u, pc_->GetTransceivers().size());
2677 for (auto transceiver : pc_->GetTransceivers()) {
2678 EXPECT_TRUE(transceiver->stopped());
2679 }
2680 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002681
Steve Anton36da6ff2018-02-16 16:04:20 -08002682 auto audio_receiver = GetFirstReceiverOfType(cricket::MEDIA_TYPE_AUDIO);
2683 ASSERT_TRUE(audio_receiver);
2684 auto video_receiver = GetFirstReceiverOfType(cricket::MEDIA_TYPE_VIDEO);
2685 ASSERT_TRUE(video_receiver);
2686
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002687 // Track state may be updated asynchronously.
perkjd61bf802016-03-24 03:16:19 -07002688 EXPECT_EQ_WAIT(MediaStreamTrackInterface::kEnded,
Steve Anton36da6ff2018-02-16 16:04:20 -08002689 audio_receiver->track()->state(), kTimeout);
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002690 EXPECT_EQ_WAIT(MediaStreamTrackInterface::kEnded,
Steve Anton36da6ff2018-02-16 16:04:20 -08002691 video_receiver->track()->state(), kTimeout);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002692}
2693
2694// Test that PeerConnection methods fails gracefully after
2695// PeerConnection::Close has been called.
Steve Anton36da6ff2018-02-16 16:04:20 -08002696// Don't run under Unified Plan since the stream API is not available.
2697TEST_F(PeerConnectionInterfaceTestPlanB, CloseAndTestMethods) {
deadbeef293e9262017-01-11 12:28:30 -08002698 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08002699 AddAudioVideoStream(kStreamId1, "audio_label", "video_label");
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002700 CreateOfferAsRemoteDescription();
2701 CreateAnswerAsLocalDescription();
2702
2703 ASSERT_EQ(1u, pc_->local_streams()->count());
zhihuang9763d562016-08-05 11:14:50 -07002704 rtc::scoped_refptr<MediaStreamInterface> local_stream =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002705 pc_->local_streams()->at(0);
2706
2707 pc_->Close();
2708
2709 pc_->RemoveStream(local_stream);
perkj@webrtc.orgc2dd5ee2014-11-04 11:31:29 +00002710 EXPECT_FALSE(pc_->AddStream(local_stream));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002711
2712 ASSERT_FALSE(local_stream->GetAudioTracks().empty());
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002713 rtc::scoped_refptr<webrtc::DtmfSenderInterface> dtmf_sender(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002714 pc_->CreateDtmfSender(local_stream->GetAudioTracks()[0]));
wu@webrtc.org66037362013-08-13 00:09:35 +00002715 EXPECT_TRUE(NULL == dtmf_sender); // local stream has been removed.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002716
2717 EXPECT_TRUE(pc_->CreateDataChannel("test", NULL) == NULL);
2718
2719 EXPECT_TRUE(pc_->local_description() != NULL);
2720 EXPECT_TRUE(pc_->remote_description() != NULL);
2721
kwibergd1fe2812016-04-27 06:47:29 -07002722 std::unique_ptr<SessionDescriptionInterface> offer;
Steve Anton8d3444d2017-10-20 15:30:51 -07002723 EXPECT_FALSE(DoCreateOffer(&offer, nullptr));
kwibergd1fe2812016-04-27 06:47:29 -07002724 std::unique_ptr<SessionDescriptionInterface> answer;
Steve Anton8d3444d2017-10-20 15:30:51 -07002725 EXPECT_FALSE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002726
2727 std::string sdp;
2728 ASSERT_TRUE(pc_->remote_description()->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002729 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08002730 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002731 EXPECT_FALSE(DoSetRemoteDescription(std::move(remote_offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002732
2733 ASSERT_TRUE(pc_->local_description()->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002734 std::unique_ptr<SessionDescriptionInterface> local_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08002735 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002736 EXPECT_FALSE(DoSetLocalDescription(std::move(local_offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002737}
2738
2739// Test that GetStats can still be called after PeerConnection::Close.
Steve Anton36da6ff2018-02-16 16:04:20 -08002740TEST_P(PeerConnectionInterfaceTest, CloseAndGetStats) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002741 InitiateCall();
2742 pc_->Close();
2743 DoGetStats(NULL);
2744}
deadbeefab9b2d12015-10-14 11:33:11 -07002745
2746// NOTE: The series of tests below come from what used to be
2747// mediastreamsignaling_unittest.cc, and are mostly aimed at testing that
2748// setting a remote or local description has the expected effects.
2749
2750// This test verifies that the remote MediaStreams corresponding to a received
2751// SDP string is created. In this test the two separate MediaStreams are
2752// signaled.
Steve Anton36da6ff2018-02-16 16:04:20 -08002753TEST_P(PeerConnectionInterfaceTest, UpdateRemoteStreams) {
deadbeefab9b2d12015-10-14 11:33:11 -07002754 FakeConstraints constraints;
2755 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2756 true);
2757 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002758 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
deadbeefab9b2d12015-10-14 11:33:11 -07002759
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002760 rtc::scoped_refptr<StreamCollection> reference(CreateStreamCollection(1, 1));
deadbeefab9b2d12015-10-14 11:33:11 -07002761 EXPECT_TRUE(
2762 CompareStreamCollections(observer_.remote_streams(), reference.get()));
2763 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2764 EXPECT_TRUE(remote_stream->GetVideoTracks()[0]->GetSource() != nullptr);
2765
2766 // Create a session description based on another SDP with another
2767 // MediaStream.
Steve Anton36da6ff2018-02-16 16:04:20 -08002768 CreateAndSetRemoteOffer(GetSdpStringWithStream1And2());
deadbeefab9b2d12015-10-14 11:33:11 -07002769
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002770 rtc::scoped_refptr<StreamCollection> reference2(CreateStreamCollection(2, 1));
deadbeefab9b2d12015-10-14 11:33:11 -07002771 EXPECT_TRUE(
2772 CompareStreamCollections(observer_.remote_streams(), reference2.get()));
2773}
2774
2775// This test verifies that when remote tracks are added/removed from SDP, the
2776// created remote streams are updated appropriately.
Steve Anton36da6ff2018-02-16 16:04:20 -08002777// Don't run under Unified Plan since this test uses Plan B SDP to test Plan B
2778// specific behavior.
2779TEST_F(PeerConnectionInterfaceTestPlanB,
deadbeefab9b2d12015-10-14 11:33:11 -07002780 AddRemoveTrackFromExistingRemoteMediaStream) {
2781 FakeConstraints constraints;
2782 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2783 true);
2784 CreatePeerConnection(&constraints);
kwibergd1fe2812016-04-27 06:47:29 -07002785 std::unique_ptr<SessionDescriptionInterface> desc_ms1 =
kwiberg2bbff992016-03-16 11:03:04 -07002786 CreateSessionDescriptionAndReference(1, 1);
Steve Antondb45ca82017-09-11 18:27:34 -07002787 EXPECT_TRUE(DoSetRemoteDescription(std::move(desc_ms1)));
deadbeefab9b2d12015-10-14 11:33:11 -07002788 EXPECT_TRUE(CompareStreamCollections(observer_.remote_streams(),
2789 reference_collection_));
2790
2791 // Add extra audio and video tracks to the same MediaStream.
kwibergd1fe2812016-04-27 06:47:29 -07002792 std::unique_ptr<SessionDescriptionInterface> desc_ms1_two_tracks =
kwiberg2bbff992016-03-16 11:03:04 -07002793 CreateSessionDescriptionAndReference(2, 2);
Steve Antondb45ca82017-09-11 18:27:34 -07002794 EXPECT_TRUE(DoSetRemoteDescription(std::move(desc_ms1_two_tracks)));
deadbeefab9b2d12015-10-14 11:33:11 -07002795 EXPECT_TRUE(CompareStreamCollections(observer_.remote_streams(),
2796 reference_collection_));
zhihuang9763d562016-08-05 11:14:50 -07002797 rtc::scoped_refptr<AudioTrackInterface> audio_track2 =
perkjd61bf802016-03-24 03:16:19 -07002798 observer_.remote_streams()->at(0)->GetAudioTracks()[1];
2799 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kLive, audio_track2->state());
zhihuang9763d562016-08-05 11:14:50 -07002800 rtc::scoped_refptr<VideoTrackInterface> video_track2 =
perkjd61bf802016-03-24 03:16:19 -07002801 observer_.remote_streams()->at(0)->GetVideoTracks()[1];
2802 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kLive, video_track2->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002803
2804 // Remove the extra audio and video tracks.
kwibergd1fe2812016-04-27 06:47:29 -07002805 std::unique_ptr<SessionDescriptionInterface> desc_ms2 =
kwiberg2bbff992016-03-16 11:03:04 -07002806 CreateSessionDescriptionAndReference(1, 1);
perkjd61bf802016-03-24 03:16:19 -07002807 MockTrackObserver audio_track_observer(audio_track2);
2808 MockTrackObserver video_track_observer(video_track2);
2809
2810 EXPECT_CALL(audio_track_observer, OnChanged()).Times(Exactly(1));
2811 EXPECT_CALL(video_track_observer, OnChanged()).Times(Exactly(1));
Steve Antondb45ca82017-09-11 18:27:34 -07002812 EXPECT_TRUE(DoSetRemoteDescription(std::move(desc_ms2)));
deadbeefab9b2d12015-10-14 11:33:11 -07002813 EXPECT_TRUE(CompareStreamCollections(observer_.remote_streams(),
2814 reference_collection_));
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002815 // Track state may be updated asynchronously.
perkjd61bf802016-03-24 03:16:19 -07002816 EXPECT_EQ_WAIT(webrtc::MediaStreamTrackInterface::kEnded,
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002817 audio_track2->state(), kTimeout);
2818 EXPECT_EQ_WAIT(webrtc::MediaStreamTrackInterface::kEnded,
2819 video_track2->state(), kTimeout);
deadbeefab9b2d12015-10-14 11:33:11 -07002820}
2821
2822// This tests that remote tracks are ended if a local session description is set
2823// that rejects the media content type.
Steve Anton36da6ff2018-02-16 16:04:20 -08002824TEST_P(PeerConnectionInterfaceTest, RejectMediaContent) {
deadbeefab9b2d12015-10-14 11:33:11 -07002825 FakeConstraints constraints;
2826 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2827 true);
2828 CreatePeerConnection(&constraints);
2829 // First create and set a remote offer, then reject its video content in our
2830 // answer.
Steve Anton36da6ff2018-02-16 16:04:20 -08002831 CreateAndSetRemoteOffer(kSdpStringWithStream1PlanB);
2832 auto audio_receiver = GetFirstReceiverOfType(cricket::MEDIA_TYPE_AUDIO);
2833 ASSERT_TRUE(audio_receiver);
2834 auto video_receiver = GetFirstReceiverOfType(cricket::MEDIA_TYPE_VIDEO);
2835 ASSERT_TRUE(video_receiver);
deadbeefab9b2d12015-10-14 11:33:11 -07002836
Steve Anton36da6ff2018-02-16 16:04:20 -08002837 rtc::scoped_refptr<MediaStreamTrackInterface> remote_audio =
2838 audio_receiver->track();
deadbeefab9b2d12015-10-14 11:33:11 -07002839 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kLive, remote_audio->state());
Steve Anton36da6ff2018-02-16 16:04:20 -08002840 rtc::scoped_refptr<MediaStreamTrackInterface> remote_video =
2841 video_receiver->track();
2842 EXPECT_EQ(MediaStreamTrackInterface::kLive, remote_video->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002843
kwibergd1fe2812016-04-27 06:47:29 -07002844 std::unique_ptr<SessionDescriptionInterface> local_answer;
kwiberg2bbff992016-03-16 11:03:04 -07002845 EXPECT_TRUE(DoCreateAnswer(&local_answer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07002846 cricket::ContentInfo* video_info =
2847 local_answer->description()->GetContentByName("video");
2848 video_info->rejected = true;
Steve Antondb45ca82017-09-11 18:27:34 -07002849 EXPECT_TRUE(DoSetLocalDescription(std::move(local_answer)));
Steve Anton36da6ff2018-02-16 16:04:20 -08002850 EXPECT_EQ(MediaStreamTrackInterface::kEnded, remote_video->state());
2851 EXPECT_EQ(MediaStreamTrackInterface::kLive, remote_audio->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002852
2853 // Now create an offer where we reject both video and audio.
kwibergd1fe2812016-04-27 06:47:29 -07002854 std::unique_ptr<SessionDescriptionInterface> local_offer;
kwiberg2bbff992016-03-16 11:03:04 -07002855 EXPECT_TRUE(DoCreateOffer(&local_offer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07002856 video_info = local_offer->description()->GetContentByName("video");
2857 ASSERT_TRUE(video_info != nullptr);
2858 video_info->rejected = true;
2859 cricket::ContentInfo* audio_info =
2860 local_offer->description()->GetContentByName("audio");
2861 ASSERT_TRUE(audio_info != nullptr);
2862 audio_info->rejected = true;
Steve Antondb45ca82017-09-11 18:27:34 -07002863 EXPECT_TRUE(DoSetLocalDescription(std::move(local_offer)));
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002864 // Track state may be updated asynchronously.
Steve Anton36da6ff2018-02-16 16:04:20 -08002865 EXPECT_EQ_WAIT(MediaStreamTrackInterface::kEnded, remote_audio->state(),
2866 kTimeout);
2867 EXPECT_EQ_WAIT(MediaStreamTrackInterface::kEnded, remote_video->state(),
2868 kTimeout);
deadbeefab9b2d12015-10-14 11:33:11 -07002869}
2870
2871// This tests that we won't crash if the remote track has been removed outside
2872// of PeerConnection and then PeerConnection tries to reject the track.
Steve Anton36da6ff2018-02-16 16:04:20 -08002873// Don't run under Unified Plan since the stream API is not available.
2874TEST_F(PeerConnectionInterfaceTestPlanB, RemoveTrackThenRejectMediaContent) {
deadbeefab9b2d12015-10-14 11:33:11 -07002875 FakeConstraints constraints;
2876 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2877 true);
2878 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002879 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
deadbeefab9b2d12015-10-14 11:33:11 -07002880 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2881 remote_stream->RemoveTrack(remote_stream->GetVideoTracks()[0]);
2882 remote_stream->RemoveTrack(remote_stream->GetAudioTracks()[0]);
2883
kwibergd1fe2812016-04-27 06:47:29 -07002884 std::unique_ptr<SessionDescriptionInterface> local_answer(
Steve Anton36da6ff2018-02-16 16:04:20 -08002885 webrtc::CreateSessionDescription(SdpType::kAnswer,
2886 GetSdpStringWithStream1(), nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07002887 cricket::ContentInfo* video_info =
2888 local_answer->description()->GetContentByName("video");
2889 video_info->rejected = true;
2890 cricket::ContentInfo* audio_info =
2891 local_answer->description()->GetContentByName("audio");
2892 audio_info->rejected = true;
Steve Antondb45ca82017-09-11 18:27:34 -07002893 EXPECT_TRUE(DoSetLocalDescription(std::move(local_answer)));
deadbeefab9b2d12015-10-14 11:33:11 -07002894
2895 // No crash is a pass.
2896}
2897
deadbeef5e97fb52015-10-15 12:49:08 -07002898// This tests that if a recvonly remote description is set, no remote streams
2899// will be created, even if the description contains SSRCs/MSIDs.
2900// See: https://code.google.com/p/webrtc/issues/detail?id=5054
Steve Anton36da6ff2018-02-16 16:04:20 -08002901TEST_P(PeerConnectionInterfaceTest, RecvonlyDescriptionDoesntCreateStream) {
deadbeef5e97fb52015-10-15 12:49:08 -07002902 FakeConstraints constraints;
2903 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2904 true);
2905 CreatePeerConnection(&constraints);
2906
Steve Anton36da6ff2018-02-16 16:04:20 -08002907 std::string recvonly_offer = GetSdpStringWithStream1();
deadbeef5e97fb52015-10-15 12:49:08 -07002908 rtc::replace_substrs(kSendrecv, strlen(kSendrecv), kRecvonly,
2909 strlen(kRecvonly), &recvonly_offer);
2910 CreateAndSetRemoteOffer(recvonly_offer);
2911
2912 EXPECT_EQ(0u, observer_.remote_streams()->count());
2913}
2914
deadbeefab9b2d12015-10-14 11:33:11 -07002915// This tests that a default MediaStream is created if a remote session
2916// description doesn't contain any streams and no MSID support.
2917// It also tests that the default stream is updated if a video m-line is added
2918// in a subsequent session description.
Steve Anton36da6ff2018-02-16 16:04:20 -08002919// Don't run under Unified Plan since this behavior is Plan B specific.
2920TEST_F(PeerConnectionInterfaceTestPlanB, SdpWithoutMsidCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002921 FakeConstraints constraints;
2922 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2923 true);
2924 CreatePeerConnection(&constraints);
2925 CreateAndSetRemoteOffer(kSdpStringWithoutStreamsAudioOnly);
2926
2927 ASSERT_EQ(1u, observer_.remote_streams()->count());
2928 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2929
2930 EXPECT_EQ(1u, remote_stream->GetAudioTracks().size());
2931 EXPECT_EQ(0u, remote_stream->GetVideoTracks().size());
Seth Hampson13b8bad2018-03-13 16:05:28 -07002932 EXPECT_EQ("default", remote_stream->id());
deadbeefab9b2d12015-10-14 11:33:11 -07002933
2934 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
2935 ASSERT_EQ(1u, observer_.remote_streams()->count());
2936 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
2937 EXPECT_EQ("defaulta0", remote_stream->GetAudioTracks()[0]->id());
deadbeef884f5852016-01-15 09:20:04 -08002938 EXPECT_EQ(MediaStreamTrackInterface::kLive,
2939 remote_stream->GetAudioTracks()[0]->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002940 ASSERT_EQ(1u, remote_stream->GetVideoTracks().size());
2941 EXPECT_EQ("defaultv0", remote_stream->GetVideoTracks()[0]->id());
deadbeef884f5852016-01-15 09:20:04 -08002942 EXPECT_EQ(MediaStreamTrackInterface::kLive,
2943 remote_stream->GetVideoTracks()[0]->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002944}
2945
2946// This tests that a default MediaStream is created if a remote session
2947// description doesn't contain any streams and media direction is send only.
Steve Anton36da6ff2018-02-16 16:04:20 -08002948// Don't run under Unified Plan since this behavior is Plan B specific.
2949TEST_F(PeerConnectionInterfaceTestPlanB,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002950 SendOnlySdpWithoutMsidCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002951 FakeConstraints constraints;
2952 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2953 true);
2954 CreatePeerConnection(&constraints);
2955 CreateAndSetRemoteOffer(kSdpStringSendOnlyWithoutStreams);
2956
2957 ASSERT_EQ(1u, observer_.remote_streams()->count());
2958 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2959
2960 EXPECT_EQ(1u, remote_stream->GetAudioTracks().size());
2961 EXPECT_EQ(1u, remote_stream->GetVideoTracks().size());
Seth Hampson13b8bad2018-03-13 16:05:28 -07002962 EXPECT_EQ("default", remote_stream->id());
deadbeefab9b2d12015-10-14 11:33:11 -07002963}
2964
2965// This tests that it won't crash when PeerConnection tries to remove
2966// a remote track that as already been removed from the MediaStream.
Steve Anton36da6ff2018-02-16 16:04:20 -08002967// Don't run under Unified Plan since this behavior is Plan B specific.
2968TEST_F(PeerConnectionInterfaceTestPlanB, RemoveAlreadyGoneRemoteStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002969 FakeConstraints constraints;
2970 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2971 true);
2972 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002973 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
deadbeefab9b2d12015-10-14 11:33:11 -07002974 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2975 remote_stream->RemoveTrack(remote_stream->GetAudioTracks()[0]);
2976 remote_stream->RemoveTrack(remote_stream->GetVideoTracks()[0]);
2977
2978 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
2979
2980 // No crash is a pass.
2981}
2982
2983// This tests that a default MediaStream is created if the remote session
2984// description doesn't contain any streams and don't contain an indication if
2985// MSID is supported.
Steve Anton36da6ff2018-02-16 16:04:20 -08002986// Don't run under Unified Plan since this behavior is Plan B specific.
2987TEST_F(PeerConnectionInterfaceTestPlanB,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002988 SdpWithoutMsidAndStreamsCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002989 FakeConstraints constraints;
2990 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2991 true);
2992 CreatePeerConnection(&constraints);
2993 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
2994
2995 ASSERT_EQ(1u, observer_.remote_streams()->count());
2996 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2997 EXPECT_EQ(1u, remote_stream->GetAudioTracks().size());
2998 EXPECT_EQ(1u, remote_stream->GetVideoTracks().size());
2999}
3000
3001// This tests that a default MediaStream is not created if the remote session
3002// description doesn't contain any streams but does support MSID.
Steve Anton36da6ff2018-02-16 16:04:20 -08003003// Don't run under Unified Plan since this behavior is Plan B specific.
3004TEST_F(PeerConnectionInterfaceTestPlanB, SdpWithMsidDontCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07003005 FakeConstraints constraints;
3006 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3007 true);
3008 CreatePeerConnection(&constraints);
3009 CreateAndSetRemoteOffer(kSdpStringWithMsidWithoutStreams);
3010 EXPECT_EQ(0u, observer_.remote_streams()->count());
3011}
3012
deadbeefbda7e0b2015-12-08 17:13:40 -08003013// This tests that when setting a new description, the old default tracks are
3014// not destroyed and recreated.
3015// See: https://bugs.chromium.org/p/webrtc/issues/detail?id=5250
Steve Anton36da6ff2018-02-16 16:04:20 -08003016// Don't run under Unified Plan since this behavior is Plan B specific.
3017TEST_F(PeerConnectionInterfaceTestPlanB,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07003018 DefaultTracksNotDestroyedAndRecreated) {
deadbeefbda7e0b2015-12-08 17:13:40 -08003019 FakeConstraints constraints;
3020 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3021 true);
3022 CreatePeerConnection(&constraints);
3023 CreateAndSetRemoteOffer(kSdpStringWithoutStreamsAudioOnly);
3024
3025 ASSERT_EQ(1u, observer_.remote_streams()->count());
3026 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
3027 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
3028
3029 // Set the track to "disabled", then set a new description and ensure the
3030 // track is still disabled, which ensures it hasn't been recreated.
3031 remote_stream->GetAudioTracks()[0]->set_enabled(false);
3032 CreateAndSetRemoteOffer(kSdpStringWithoutStreamsAudioOnly);
3033 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
3034 EXPECT_FALSE(remote_stream->GetAudioTracks()[0]->enabled());
3035}
3036
deadbeefab9b2d12015-10-14 11:33:11 -07003037// This tests that a default MediaStream is not created if a remote session
3038// description is updated to not have any MediaStreams.
Steve Anton36da6ff2018-02-16 16:04:20 -08003039// Don't run under Unified Plan since this behavior is Plan B specific.
3040TEST_F(PeerConnectionInterfaceTestPlanB, VerifyDefaultStreamIsNotCreated) {
deadbeefab9b2d12015-10-14 11:33:11 -07003041 FakeConstraints constraints;
3042 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3043 true);
3044 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08003045 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003046 rtc::scoped_refptr<StreamCollection> reference(CreateStreamCollection(1, 1));
deadbeefab9b2d12015-10-14 11:33:11 -07003047 EXPECT_TRUE(
3048 CompareStreamCollections(observer_.remote_streams(), reference.get()));
3049
3050 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
3051 EXPECT_EQ(0u, observer_.remote_streams()->count());
3052}
3053
Seth Hampson5897a6e2018-04-03 11:16:33 -07003054// This tests that a default MediaStream is created if a remote SDP comes from
3055// an endpoint that doesn't signal SSRCs, but signals media stream IDs.
3056TEST_F(PeerConnectionInterfaceTestPlanB,
3057 SdpWithMsidWithoutSsrcCreatesDefaultStream) {
3058 FakeConstraints constraints;
3059 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3060 true);
3061 CreatePeerConnection(&constraints);
3062 std::string sdp_string = kSdpStringWithoutStreamsAudioOnly;
3063 // Add a=msid lines to simulate a Unified Plan endpoint that only
3064 // signals stream IDs with a=msid lines.
3065 sdp_string.append("a=msid:audio_stream_id audio_track_id\n");
3066
3067 CreateAndSetRemoteOffer(sdp_string);
3068
3069 ASSERT_EQ(1u, observer_.remote_streams()->count());
3070 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
3071 EXPECT_EQ("default", remote_stream->id());
3072 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
3073}
3074
Seth Hampson5b4f0752018-04-02 16:31:36 -07003075// This tests that when a Plan B endpoint receives an SDP that signals no media
3076// stream IDs indicated by the special character "-" in the a=msid line, that
3077// a default stream ID will be used for the MediaStream ID. This can occur
3078// when a Unified Plan endpoint signals no media stream IDs, but signals both
3079// a=ssrc msid and a=msid lines for interop signaling with Plan B.
3080TEST_F(PeerConnectionInterfaceTestPlanB,
3081 SdpWithEmptyMsidAndSsrcCreatesDefaultStreamId) {
3082 FakeConstraints constraints;
3083 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3084 true);
3085 CreatePeerConnection(&constraints);
3086 // Add a a=msid line to the SDP. This is prioritized when parsing the SDP, so
3087 // the sender's stream ID will be interpreted as no stream IDs.
3088 std::string sdp_string = kSdpStringWithStream1AudioTrackOnly;
3089 sdp_string.append("a=msid:- audiotrack0\n");
3090
3091 CreateAndSetRemoteOffer(sdp_string);
3092
3093 ASSERT_EQ(1u, observer_.remote_streams()->count());
3094 // Because SSRCs are signaled the track ID will be what was signaled in the
3095 // a=msid line.
3096 EXPECT_EQ("audiotrack0", observer_.last_added_track_label_);
3097 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
3098 EXPECT_EQ("default", remote_stream->id());
3099 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
Seth Hampson83d676b2018-04-05 18:12:09 -07003100
3101 // Previously a bug ocurred when setting the remote description a second time.
3102 // This is because we checked equality of the remote StreamParams stream ID
3103 // (empty), and the previously set stream ID for the remote sender
3104 // ("default"). This cause a track to be removed, then added, when really
3105 // nothing should occur because it is the same track.
3106 CreateAndSetRemoteOffer(sdp_string);
3107 EXPECT_EQ(0u, observer_.remove_track_events_.size());
3108 EXPECT_EQ(1u, observer_.add_track_events_.size());
3109 EXPECT_EQ("audiotrack0", observer_.last_added_track_label_);
3110 remote_stream = observer_.remote_streams()->at(0);
3111 EXPECT_EQ("default", remote_stream->id());
3112 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
Seth Hampson5b4f0752018-04-02 16:31:36 -07003113}
3114
deadbeefab9b2d12015-10-14 11:33:11 -07003115// This tests that an RtpSender is created when the local description is set
3116// after adding a local stream.
3117// TODO(deadbeef): This test and the one below it need to be updated when
3118// an RtpSender's lifetime isn't determined by when a local description is set.
Steve Anton36da6ff2018-02-16 16:04:20 -08003119// Don't run under Unified Plan since this behavior is Plan B specific.
3120TEST_F(PeerConnectionInterfaceTestPlanB, LocalDescriptionChanged) {
deadbeefab9b2d12015-10-14 11:33:11 -07003121 FakeConstraints constraints;
3122 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3123 true);
3124 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07003125
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003126 // Create an offer with 1 stream with 2 tracks of each type.
3127 rtc::scoped_refptr<StreamCollection> stream_collection =
3128 CreateStreamCollection(1, 2);
3129 pc_->AddStream(stream_collection->at(0));
3130 std::unique_ptr<SessionDescriptionInterface> offer;
3131 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003132 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003133
deadbeefab9b2d12015-10-14 11:33:11 -07003134 auto senders = pc_->GetSenders();
3135 EXPECT_EQ(4u, senders.size());
3136 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
3137 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
3138 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[1]));
3139 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[1]));
3140
3141 // Remove an audio and video track.
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003142 pc_->RemoveStream(stream_collection->at(0));
3143 stream_collection = CreateStreamCollection(1, 1);
3144 pc_->AddStream(stream_collection->at(0));
3145 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003146 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003147
deadbeefab9b2d12015-10-14 11:33:11 -07003148 senders = pc_->GetSenders();
3149 EXPECT_EQ(2u, senders.size());
3150 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
3151 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
3152 EXPECT_FALSE(ContainsSender(senders, kAudioTracks[1]));
3153 EXPECT_FALSE(ContainsSender(senders, kVideoTracks[1]));
3154}
3155
3156// This tests that an RtpSender is created when the local description is set
3157// before adding a local stream.
Steve Anton36da6ff2018-02-16 16:04:20 -08003158// Don't run under Unified Plan since this behavior is Plan B specific.
3159TEST_F(PeerConnectionInterfaceTestPlanB,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07003160 AddLocalStreamAfterLocalDescriptionChanged) {
deadbeefab9b2d12015-10-14 11:33:11 -07003161 FakeConstraints constraints;
3162 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3163 true);
3164 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07003165
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003166 rtc::scoped_refptr<StreamCollection> stream_collection =
3167 CreateStreamCollection(1, 2);
3168 // Add a stream to create the offer, but remove it afterwards.
3169 pc_->AddStream(stream_collection->at(0));
3170 std::unique_ptr<SessionDescriptionInterface> offer;
3171 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
3172 pc_->RemoveStream(stream_collection->at(0));
deadbeefab9b2d12015-10-14 11:33:11 -07003173
Steve Antondb45ca82017-09-11 18:27:34 -07003174 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003175 auto senders = pc_->GetSenders();
3176 EXPECT_EQ(0u, senders.size());
3177
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003178 pc_->AddStream(stream_collection->at(0));
deadbeefab9b2d12015-10-14 11:33:11 -07003179 senders = pc_->GetSenders();
3180 EXPECT_EQ(4u, senders.size());
3181 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
3182 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
3183 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[1]));
3184 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[1]));
3185}
3186
3187// This tests that the expected behavior occurs if the SSRC on a local track is
3188// changed when SetLocalDescription is called.
Steve Anton36da6ff2018-02-16 16:04:20 -08003189TEST_P(PeerConnectionInterfaceTest,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07003190 ChangeSsrcOnTrackInLocalSessionDescription) {
deadbeefab9b2d12015-10-14 11:33:11 -07003191 FakeConstraints constraints;
3192 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3193 true);
3194 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07003195
Steve Anton36da6ff2018-02-16 16:04:20 -08003196 AddAudioTrack(kAudioTracks[0]);
3197 AddVideoTrack(kVideoTracks[0]);
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003198 std::unique_ptr<SessionDescriptionInterface> offer;
3199 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
3200 // Grab a copy of the offer before it gets passed into the PC.
Steve Antona3a92c22017-12-07 10:27:41 -08003201 auto modified_offer =
3202 rtc::MakeUnique<webrtc::JsepSessionDescription>(webrtc::SdpType::kOffer);
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003203 modified_offer->Initialize(offer->description()->Copy(), offer->session_id(),
3204 offer->session_version());
Steve Antondb45ca82017-09-11 18:27:34 -07003205 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003206
deadbeefab9b2d12015-10-14 11:33:11 -07003207 auto senders = pc_->GetSenders();
3208 EXPECT_EQ(2u, senders.size());
3209 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
3210 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
3211
3212 // Change the ssrc of the audio and video track.
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003213 cricket::MediaContentDescription* desc =
3214 cricket::GetFirstAudioContentDescription(modified_offer->description());
3215 ASSERT_TRUE(desc != NULL);
3216 for (StreamParams& stream : desc->mutable_streams()) {
3217 for (unsigned int& ssrc : stream.ssrcs) {
3218 ++ssrc;
3219 }
3220 }
deadbeefab9b2d12015-10-14 11:33:11 -07003221
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003222 desc =
3223 cricket::GetFirstVideoContentDescription(modified_offer->description());
3224 ASSERT_TRUE(desc != NULL);
3225 for (StreamParams& stream : desc->mutable_streams()) {
3226 for (unsigned int& ssrc : stream.ssrcs) {
3227 ++ssrc;
3228 }
3229 }
3230
Steve Antondb45ca82017-09-11 18:27:34 -07003231 EXPECT_TRUE(DoSetLocalDescription(std::move(modified_offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003232 senders = pc_->GetSenders();
3233 EXPECT_EQ(2u, senders.size());
3234 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
3235 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
3236 // TODO(deadbeef): Once RtpSenders expose parameters, check that the SSRC
3237 // changed.
3238}
3239
3240// This tests that the expected behavior occurs if a new session description is
3241// set with the same tracks, but on a different MediaStream.
Steve Anton36da6ff2018-02-16 16:04:20 -08003242// Don't run under Unified Plan since the stream API is not available.
3243TEST_F(PeerConnectionInterfaceTestPlanB,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07003244 SignalSameTracksInSeparateMediaStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07003245 FakeConstraints constraints;
3246 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3247 true);
3248 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07003249
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003250 rtc::scoped_refptr<StreamCollection> stream_collection =
3251 CreateStreamCollection(2, 1);
3252 pc_->AddStream(stream_collection->at(0));
3253 std::unique_ptr<SessionDescriptionInterface> offer;
3254 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003255 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003256
deadbeefab9b2d12015-10-14 11:33:11 -07003257 auto senders = pc_->GetSenders();
3258 EXPECT_EQ(2u, senders.size());
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003259 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0], kStreams[0]));
3260 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0], kStreams[0]));
deadbeefab9b2d12015-10-14 11:33:11 -07003261
3262 // Add a new MediaStream but with the same tracks as in the first stream.
3263 rtc::scoped_refptr<webrtc::MediaStreamInterface> stream_1(
3264 webrtc::MediaStream::Create(kStreams[1]));
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003265 stream_1->AddTrack(stream_collection->at(0)->GetVideoTracks()[0]);
3266 stream_1->AddTrack(stream_collection->at(0)->GetAudioTracks()[0]);
deadbeefab9b2d12015-10-14 11:33:11 -07003267 pc_->AddStream(stream_1);
3268
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003269 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003270 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003271
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003272 auto new_senders = pc_->GetSenders();
3273 // Should be the same senders as before, but with updated stream id.
3274 // Note that this behavior is subject to change in the future.
3275 // We may decide the PC should ignore existing tracks in AddStream.
3276 EXPECT_EQ(senders, new_senders);
3277 EXPECT_TRUE(ContainsSender(new_senders, kAudioTracks[0], kStreams[1]));
3278 EXPECT_TRUE(ContainsSender(new_senders, kVideoTracks[0], kStreams[1]));
deadbeefab9b2d12015-10-14 11:33:11 -07003279}
3280
zhihuang81c3a032016-11-17 12:06:24 -08003281// This tests that PeerConnectionObserver::OnAddTrack is correctly called.
Steve Anton36da6ff2018-02-16 16:04:20 -08003282TEST_P(PeerConnectionInterfaceTest, OnAddTrackCallback) {
zhihuang81c3a032016-11-17 12:06:24 -08003283 FakeConstraints constraints;
3284 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3285 true);
3286 CreatePeerConnection(&constraints);
3287 CreateAndSetRemoteOffer(kSdpStringWithStream1AudioTrackOnly);
3288 EXPECT_EQ(observer_.num_added_tracks_, 1);
3289 EXPECT_EQ(observer_.last_added_track_label_, kAudioTracks[0]);
3290
3291 // Create and set the updated remote SDP.
Steve Anton36da6ff2018-02-16 16:04:20 -08003292 CreateAndSetRemoteOffer(kSdpStringWithStream1PlanB);
3293 if (sdp_semantics_ == SdpSemantics::kPlanB) {
3294 EXPECT_EQ(observer_.num_added_tracks_, 2);
3295 } else {
3296 // With Unified Plan, OnAddTrack will fire every time SetRemoteDescription
3297 // is called until the offer/answer exchange is complete. So in this case
3298 // OnAddTrack is fired twice for the first audio track plus the one time
3299 // for the video track.
3300 EXPECT_EQ(observer_.num_added_tracks_, 3);
3301 }
zhihuang81c3a032016-11-17 12:06:24 -08003302 EXPECT_EQ(observer_.last_added_track_label_, kVideoTracks[0]);
3303}
3304
deadbeefd1a38b52016-12-10 13:15:33 -08003305// Test that when SetConfiguration is called and the configuration is
3306// changing, the next offer causes an ICE restart.
Steve Anton36da6ff2018-02-16 16:04:20 -08003307TEST_P(PeerConnectionInterfaceTest, SetConfigurationCausingIceRestart) {
deadbeefd1a38b52016-12-10 13:15:33 -08003308 PeerConnectionInterface::RTCConfiguration config;
3309 config.type = PeerConnectionInterface::kRelay;
3310 // Need to pass default constraints to prevent disabling of DTLS...
3311 FakeConstraints default_constraints;
3312 CreatePeerConnection(config, &default_constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08003313 config = pc_->GetConfiguration();
Seth Hampson845e8782018-03-02 11:34:10 -08003314 AddAudioTrack(kAudioTracks[0], {kStreamId1});
3315 AddVideoTrack(kVideoTracks[0], {kStreamId1});
deadbeefd1a38b52016-12-10 13:15:33 -08003316
3317 // Do initial offer/answer so there's something to restart.
3318 CreateOfferAsLocalDescription();
Steve Anton36da6ff2018-02-16 16:04:20 -08003319 CreateAnswerAsRemoteDescription(GetSdpStringWithStream1());
deadbeefd1a38b52016-12-10 13:15:33 -08003320
3321 // Grab the ufrags.
3322 std::vector<std::string> initial_ufrags = GetUfrags(pc_->local_description());
3323
3324 // Change ICE policy, which should trigger an ICE restart on the next offer.
3325 config.type = PeerConnectionInterface::kAll;
3326 EXPECT_TRUE(pc_->SetConfiguration(config));
3327 CreateOfferAsLocalDescription();
3328
3329 // Grab the new ufrags.
3330 std::vector<std::string> subsequent_ufrags =
3331 GetUfrags(pc_->local_description());
3332
3333 // Sanity check.
3334 EXPECT_EQ(initial_ufrags.size(), subsequent_ufrags.size());
3335 // Check that each ufrag is different.
3336 for (int i = 0; i < static_cast<int>(initial_ufrags.size()); ++i) {
3337 EXPECT_NE(initial_ufrags[i], subsequent_ufrags[i]);
3338 }
3339}
3340
3341// Test that when SetConfiguration is called and the configuration *isn't*
3342// changing, the next offer does *not* cause an ICE restart.
Steve Anton36da6ff2018-02-16 16:04:20 -08003343TEST_P(PeerConnectionInterfaceTest, SetConfigurationNotCausingIceRestart) {
deadbeefd1a38b52016-12-10 13:15:33 -08003344 PeerConnectionInterface::RTCConfiguration config;
3345 config.type = PeerConnectionInterface::kRelay;
3346 // Need to pass default constraints to prevent disabling of DTLS...
3347 FakeConstraints default_constraints;
3348 CreatePeerConnection(config, &default_constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08003349 config = pc_->GetConfiguration();
3350 AddAudioTrack(kAudioTracks[0]);
3351 AddVideoTrack(kVideoTracks[0]);
deadbeefd1a38b52016-12-10 13:15:33 -08003352
3353 // Do initial offer/answer so there's something to restart.
3354 CreateOfferAsLocalDescription();
Steve Anton36da6ff2018-02-16 16:04:20 -08003355 CreateAnswerAsRemoteDescription(GetSdpStringWithStream1());
deadbeefd1a38b52016-12-10 13:15:33 -08003356
3357 // Grab the ufrags.
3358 std::vector<std::string> initial_ufrags = GetUfrags(pc_->local_description());
3359
3360 // Call SetConfiguration with a config identical to what the PC was
3361 // constructed with.
3362 EXPECT_TRUE(pc_->SetConfiguration(config));
3363 CreateOfferAsLocalDescription();
3364
3365 // Grab the new ufrags.
3366 std::vector<std::string> subsequent_ufrags =
3367 GetUfrags(pc_->local_description());
3368
3369 EXPECT_EQ(initial_ufrags, subsequent_ufrags);
3370}
3371
3372// Test for a weird corner case scenario:
3373// 1. Audio/video session established.
3374// 2. SetConfiguration changes ICE config; ICE restart needed.
3375// 3. ICE restart initiated by remote peer, but only for one m= section.
3376// 4. Next createOffer should initiate an ICE restart, but only for the other
3377// m= section; it would be pointless to do an ICE restart for the m= section
3378// that was already restarted.
Steve Anton36da6ff2018-02-16 16:04:20 -08003379TEST_P(PeerConnectionInterfaceTest, SetConfigurationCausingPartialIceRestart) {
deadbeefd1a38b52016-12-10 13:15:33 -08003380 PeerConnectionInterface::RTCConfiguration config;
3381 config.type = PeerConnectionInterface::kRelay;
3382 // Need to pass default constraints to prevent disabling of DTLS...
3383 FakeConstraints default_constraints;
3384 CreatePeerConnection(config, &default_constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08003385 config = pc_->GetConfiguration();
Seth Hampson845e8782018-03-02 11:34:10 -08003386 AddAudioTrack(kAudioTracks[0], {kStreamId1});
3387 AddVideoTrack(kVideoTracks[0], {kStreamId1});
deadbeefd1a38b52016-12-10 13:15:33 -08003388
3389 // Do initial offer/answer so there's something to restart.
3390 CreateOfferAsLocalDescription();
Steve Anton36da6ff2018-02-16 16:04:20 -08003391 CreateAnswerAsRemoteDescription(GetSdpStringWithStream1());
deadbeefd1a38b52016-12-10 13:15:33 -08003392
3393 // Change ICE policy, which should set the "needs-ice-restart" flag.
3394 config.type = PeerConnectionInterface::kAll;
3395 EXPECT_TRUE(pc_->SetConfiguration(config));
3396
3397 // Do ICE restart for the first m= section, initiated by remote peer.
Steve Antondb45ca82017-09-11 18:27:34 -07003398 std::unique_ptr<webrtc::SessionDescriptionInterface> remote_offer(
Steve Anton36da6ff2018-02-16 16:04:20 -08003399 webrtc::CreateSessionDescription(SdpType::kOffer,
3400 GetSdpStringWithStream1(), nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003401 ASSERT_TRUE(remote_offer);
deadbeefd1a38b52016-12-10 13:15:33 -08003402 remote_offer->description()->transport_infos()[0].description.ice_ufrag =
3403 "modified";
Steve Antondb45ca82017-09-11 18:27:34 -07003404 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
deadbeefd1a38b52016-12-10 13:15:33 -08003405 CreateAnswerAsLocalDescription();
3406
3407 // Grab the ufrags.
3408 std::vector<std::string> initial_ufrags = GetUfrags(pc_->local_description());
3409 ASSERT_EQ(2, initial_ufrags.size());
3410
3411 // Create offer and grab the new ufrags.
3412 CreateOfferAsLocalDescription();
3413 std::vector<std::string> subsequent_ufrags =
3414 GetUfrags(pc_->local_description());
3415 ASSERT_EQ(2, subsequent_ufrags.size());
3416
3417 // Ensure that only the ufrag for the second m= section changed.
3418 EXPECT_EQ(initial_ufrags[0], subsequent_ufrags[0]);
3419 EXPECT_NE(initial_ufrags[1], subsequent_ufrags[1]);
3420}
3421
deadbeeffe4a8a42016-12-20 17:56:17 -08003422// Tests that the methods to return current/pending descriptions work as
3423// expected at different points in the offer/answer exchange. This test does
3424// one offer/answer exchange as the offerer, then another as the answerer.
Steve Anton36da6ff2018-02-16 16:04:20 -08003425TEST_P(PeerConnectionInterfaceTest, CurrentAndPendingDescriptions) {
deadbeeffe4a8a42016-12-20 17:56:17 -08003426 // This disables DTLS so we can apply an answer to ourselves.
3427 CreatePeerConnection();
3428
3429 // Create initial local offer and get SDP (which will also be used as
3430 // answer/pranswer);
Steve Antondb45ca82017-09-11 18:27:34 -07003431 std::unique_ptr<SessionDescriptionInterface> local_offer;
3432 ASSERT_TRUE(DoCreateOffer(&local_offer, nullptr));
deadbeeffe4a8a42016-12-20 17:56:17 -08003433 std::string sdp;
Steve Antondb45ca82017-09-11 18:27:34 -07003434 EXPECT_TRUE(local_offer->ToString(&sdp));
deadbeeffe4a8a42016-12-20 17:56:17 -08003435
3436 // Set local offer.
Steve Antondb45ca82017-09-11 18:27:34 -07003437 SessionDescriptionInterface* local_offer_ptr = local_offer.get();
3438 EXPECT_TRUE(DoSetLocalDescription(std::move(local_offer)));
3439 EXPECT_EQ(local_offer_ptr, pc_->pending_local_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003440 EXPECT_EQ(nullptr, pc_->pending_remote_description());
3441 EXPECT_EQ(nullptr, pc_->current_local_description());
3442 EXPECT_EQ(nullptr, pc_->current_remote_description());
3443
3444 // Set remote pranswer.
Steve Antondb45ca82017-09-11 18:27:34 -07003445 std::unique_ptr<SessionDescriptionInterface> remote_pranswer(
Steve Antona3a92c22017-12-07 10:27:41 -08003446 webrtc::CreateSessionDescription(SdpType::kPrAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003447 SessionDescriptionInterface* remote_pranswer_ptr = remote_pranswer.get();
3448 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_pranswer)));
3449 EXPECT_EQ(local_offer_ptr, pc_->pending_local_description());
3450 EXPECT_EQ(remote_pranswer_ptr, pc_->pending_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003451 EXPECT_EQ(nullptr, pc_->current_local_description());
3452 EXPECT_EQ(nullptr, pc_->current_remote_description());
3453
3454 // Set remote answer.
Steve Antondb45ca82017-09-11 18:27:34 -07003455 std::unique_ptr<SessionDescriptionInterface> remote_answer(
Steve Antona3a92c22017-12-07 10:27:41 -08003456 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003457 SessionDescriptionInterface* remote_answer_ptr = remote_answer.get();
3458 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_answer)));
deadbeeffe4a8a42016-12-20 17:56:17 -08003459 EXPECT_EQ(nullptr, pc_->pending_local_description());
3460 EXPECT_EQ(nullptr, pc_->pending_remote_description());
Steve Antondb45ca82017-09-11 18:27:34 -07003461 EXPECT_EQ(local_offer_ptr, pc_->current_local_description());
3462 EXPECT_EQ(remote_answer_ptr, pc_->current_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003463
3464 // Set remote offer.
Steve Antondb45ca82017-09-11 18:27:34 -07003465 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08003466 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003467 SessionDescriptionInterface* remote_offer_ptr = remote_offer.get();
3468 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
3469 EXPECT_EQ(remote_offer_ptr, pc_->pending_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003470 EXPECT_EQ(nullptr, pc_->pending_local_description());
Steve Antondb45ca82017-09-11 18:27:34 -07003471 EXPECT_EQ(local_offer_ptr, pc_->current_local_description());
3472 EXPECT_EQ(remote_answer_ptr, pc_->current_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003473
3474 // Set local pranswer.
Steve Antondb45ca82017-09-11 18:27:34 -07003475 std::unique_ptr<SessionDescriptionInterface> local_pranswer(
Steve Antona3a92c22017-12-07 10:27:41 -08003476 webrtc::CreateSessionDescription(SdpType::kPrAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003477 SessionDescriptionInterface* local_pranswer_ptr = local_pranswer.get();
3478 EXPECT_TRUE(DoSetLocalDescription(std::move(local_pranswer)));
3479 EXPECT_EQ(remote_offer_ptr, pc_->pending_remote_description());
3480 EXPECT_EQ(local_pranswer_ptr, pc_->pending_local_description());
3481 EXPECT_EQ(local_offer_ptr, pc_->current_local_description());
3482 EXPECT_EQ(remote_answer_ptr, pc_->current_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003483
3484 // Set local answer.
Steve Antondb45ca82017-09-11 18:27:34 -07003485 std::unique_ptr<SessionDescriptionInterface> local_answer(
Steve Antona3a92c22017-12-07 10:27:41 -08003486 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003487 SessionDescriptionInterface* local_answer_ptr = local_answer.get();
3488 EXPECT_TRUE(DoSetLocalDescription(std::move(local_answer)));
deadbeeffe4a8a42016-12-20 17:56:17 -08003489 EXPECT_EQ(nullptr, pc_->pending_remote_description());
3490 EXPECT_EQ(nullptr, pc_->pending_local_description());
Steve Antondb45ca82017-09-11 18:27:34 -07003491 EXPECT_EQ(remote_offer_ptr, pc_->current_remote_description());
3492 EXPECT_EQ(local_answer_ptr, pc_->current_local_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003493}
3494
zhihuang77985012017-02-07 15:45:16 -08003495// Tests that it won't crash when calling StartRtcEventLog or StopRtcEventLog
3496// after the PeerConnection is closed.
Elad Alon99c3fe52017-10-13 16:29:40 +02003497// This version tests the StartRtcEventLog version that receives a file.
Steve Anton36da6ff2018-02-16 16:04:20 -08003498TEST_P(PeerConnectionInterfaceTest,
Elad Alon99c3fe52017-10-13 16:29:40 +02003499 StartAndStopLoggingToFileAfterPeerConnectionClosed) {
zhihuang77985012017-02-07 15:45:16 -08003500 CreatePeerConnection();
3501 // The RtcEventLog will be reset when the PeerConnection is closed.
3502 pc_->Close();
3503
Elad Alon9e6565b2017-10-11 16:04:13 +02003504 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info();
3505 std::string filename = webrtc::test::OutputPath() +
3506 test_info->test_case_name() + test_info->name();
3507 rtc::PlatformFile file = rtc::CreatePlatformFile(filename);
3508
3509 constexpr int64_t max_size_bytes = 1024;
3510
zhihuang77985012017-02-07 15:45:16 -08003511 EXPECT_FALSE(pc_->StartRtcEventLog(file, max_size_bytes));
3512 pc_->StopRtcEventLog();
Elad Alon9e6565b2017-10-11 16:04:13 +02003513
3514 // Cleanup.
3515 rtc::ClosePlatformFile(file);
3516 rtc::RemoveFile(filename);
zhihuang77985012017-02-07 15:45:16 -08003517}
3518
Elad Alon99c3fe52017-10-13 16:29:40 +02003519// Tests that it won't crash when calling StartRtcEventLog or StopRtcEventLog
3520// after the PeerConnection is closed.
3521// This version tests the StartRtcEventLog version that receives an object
3522// of type |RtcEventLogOutput|.
Steve Anton36da6ff2018-02-16 16:04:20 -08003523TEST_P(PeerConnectionInterfaceTest,
Elad Alon99c3fe52017-10-13 16:29:40 +02003524 StartAndStopLoggingToOutputAfterPeerConnectionClosed) {
3525 CreatePeerConnection();
3526 // The RtcEventLog will be reset when the PeerConnection is closed.
3527 pc_->Close();
3528
3529 rtc::PlatformFile file = 0;
3530 int64_t max_size_bytes = 1024;
3531 EXPECT_FALSE(pc_->StartRtcEventLog(
Bjorn Tereliusde939432017-11-20 17:38:14 +01003532 rtc::MakeUnique<webrtc::RtcEventLogOutputFile>(file, max_size_bytes),
3533 webrtc::RtcEventLog::kImmediateOutput));
Elad Alon99c3fe52017-10-13 16:29:40 +02003534 pc_->StopRtcEventLog();
3535}
3536
deadbeef30952b42017-04-21 02:41:29 -07003537// Test that generated offers/answers include "ice-option:trickle".
Steve Anton36da6ff2018-02-16 16:04:20 -08003538TEST_P(PeerConnectionInterfaceTest, OffersAndAnswersHaveTrickleIceOption) {
deadbeef30952b42017-04-21 02:41:29 -07003539 CreatePeerConnection();
3540
3541 // First, create an offer with audio/video.
3542 FakeConstraints constraints;
3543 constraints.SetMandatoryReceiveAudio(true);
3544 constraints.SetMandatoryReceiveVideo(true);
3545 std::unique_ptr<SessionDescriptionInterface> offer;
3546 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
3547 cricket::SessionDescription* desc = offer->description();
3548 ASSERT_EQ(2u, desc->transport_infos().size());
3549 EXPECT_TRUE(desc->transport_infos()[0].description.HasOption("trickle"));
3550 EXPECT_TRUE(desc->transport_infos()[1].description.HasOption("trickle"));
3551
3552 // Apply the offer as a remote description, then create an answer.
Steve Antondb45ca82017-09-11 18:27:34 -07003553 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef30952b42017-04-21 02:41:29 -07003554 std::unique_ptr<SessionDescriptionInterface> answer;
3555 ASSERT_TRUE(DoCreateAnswer(&answer, &constraints));
3556 desc = answer->description();
3557 ASSERT_EQ(2u, desc->transport_infos().size());
3558 EXPECT_TRUE(desc->transport_infos()[0].description.HasOption("trickle"));
3559 EXPECT_TRUE(desc->transport_infos()[1].description.HasOption("trickle"));
3560}
3561
deadbeef1dcb1642017-03-29 21:08:16 -07003562// Test that ICE renomination isn't offered if it's not enabled in the PC's
3563// RTCConfiguration.
Steve Anton36da6ff2018-02-16 16:04:20 -08003564TEST_P(PeerConnectionInterfaceTest, IceRenominationNotOffered) {
deadbeef1dcb1642017-03-29 21:08:16 -07003565 PeerConnectionInterface::RTCConfiguration config;
3566 config.enable_ice_renomination = false;
3567 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08003568 AddAudioTrack("foo");
deadbeef1dcb1642017-03-29 21:08:16 -07003569
3570 std::unique_ptr<SessionDescriptionInterface> offer;
3571 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
3572 cricket::SessionDescription* desc = offer->description();
3573 EXPECT_EQ(1u, desc->transport_infos().size());
3574 EXPECT_FALSE(
3575 desc->transport_infos()[0].description.GetIceParameters().renomination);
3576}
3577
3578// Test that the ICE renomination option is present in generated offers/answers
3579// if it's enabled in the PC's RTCConfiguration.
Steve Anton36da6ff2018-02-16 16:04:20 -08003580TEST_P(PeerConnectionInterfaceTest, IceRenominationOptionInOfferAndAnswer) {
deadbeef1dcb1642017-03-29 21:08:16 -07003581 PeerConnectionInterface::RTCConfiguration config;
3582 config.enable_ice_renomination = true;
3583 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08003584 AddAudioTrack("foo");
deadbeef1dcb1642017-03-29 21:08:16 -07003585
3586 std::unique_ptr<SessionDescriptionInterface> offer;
3587 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
3588 cricket::SessionDescription* desc = offer->description();
3589 EXPECT_EQ(1u, desc->transport_infos().size());
3590 EXPECT_TRUE(
3591 desc->transport_infos()[0].description.GetIceParameters().renomination);
3592
3593 // Set the offer as a remote description, then create an answer and ensure it
3594 // has the renomination flag too.
Steve Antondb45ca82017-09-11 18:27:34 -07003595 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003596 std::unique_ptr<SessionDescriptionInterface> answer;
3597 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
3598 desc = answer->description();
3599 EXPECT_EQ(1u, desc->transport_infos().size());
3600 EXPECT_TRUE(
3601 desc->transport_infos()[0].description.GetIceParameters().renomination);
3602}
3603
3604// Test that if CreateOffer is called with the deprecated "offer to receive
3605// audio/video" constraints, they're processed and result in an offer with
3606// audio/video sections just as if RTCOfferAnswerOptions had been used.
Steve Anton36da6ff2018-02-16 16:04:20 -08003607TEST_P(PeerConnectionInterfaceTest, CreateOfferWithOfferToReceiveConstraints) {
deadbeef1dcb1642017-03-29 21:08:16 -07003608 CreatePeerConnection();
3609
3610 FakeConstraints constraints;
3611 constraints.SetMandatoryReceiveAudio(true);
3612 constraints.SetMandatoryReceiveVideo(true);
3613 std::unique_ptr<SessionDescriptionInterface> offer;
3614 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
3615
3616 cricket::SessionDescription* desc = offer->description();
3617 const cricket::ContentInfo* audio = cricket::GetFirstAudioContent(desc);
3618 const cricket::ContentInfo* video = cricket::GetFirstVideoContent(desc);
3619 ASSERT_NE(nullptr, audio);
3620 ASSERT_NE(nullptr, video);
3621 EXPECT_FALSE(audio->rejected);
3622 EXPECT_FALSE(video->rejected);
3623}
3624
3625// Test that if CreateAnswer is called with the deprecated "offer to receive
3626// audio/video" constraints, they're processed and can be used to reject an
3627// offered m= section just as can be done with RTCOfferAnswerOptions;
Steve Anton36da6ff2018-02-16 16:04:20 -08003628// Don't run under Unified Plan since this behavior is not supported.
3629TEST_F(PeerConnectionInterfaceTestPlanB,
3630 CreateAnswerWithOfferToReceiveConstraints) {
deadbeef1dcb1642017-03-29 21:08:16 -07003631 CreatePeerConnection();
3632
3633 // First, create an offer with audio/video and apply it as a remote
3634 // description.
3635 FakeConstraints constraints;
3636 constraints.SetMandatoryReceiveAudio(true);
3637 constraints.SetMandatoryReceiveVideo(true);
3638 std::unique_ptr<SessionDescriptionInterface> offer;
3639 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
Steve Antondb45ca82017-09-11 18:27:34 -07003640 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003641
3642 // Now create answer that rejects audio/video.
3643 constraints.SetMandatoryReceiveAudio(false);
3644 constraints.SetMandatoryReceiveVideo(false);
3645 std::unique_ptr<SessionDescriptionInterface> answer;
3646 ASSERT_TRUE(DoCreateAnswer(&answer, &constraints));
3647
3648 cricket::SessionDescription* desc = answer->description();
3649 const cricket::ContentInfo* audio = cricket::GetFirstAudioContent(desc);
3650 const cricket::ContentInfo* video = cricket::GetFirstVideoContent(desc);
3651 ASSERT_NE(nullptr, audio);
3652 ASSERT_NE(nullptr, video);
3653 EXPECT_TRUE(audio->rejected);
3654 EXPECT_TRUE(video->rejected);
3655}
3656
deadbeef1dcb1642017-03-29 21:08:16 -07003657// Test that negotiation can succeed with a data channel only, and with the max
3658// bundle policy. Previously there was a bug that prevented this.
Steve Anton36da6ff2018-02-16 16:04:20 -08003659#ifdef HAVE_SCTP
3660TEST_P(PeerConnectionInterfaceTest, DataChannelOnlyOfferWithMaxBundlePolicy) {
3661#else
3662TEST_P(PeerConnectionInterfaceTest,
3663 DISABLED_DataChannelOnlyOfferWithMaxBundlePolicy) {
3664#endif // HAVE_SCTP
deadbeef1dcb1642017-03-29 21:08:16 -07003665 PeerConnectionInterface::RTCConfiguration config;
3666 config.bundle_policy = PeerConnectionInterface::kBundlePolicyMaxBundle;
3667 CreatePeerConnection(config, nullptr);
3668
3669 // First, create an offer with only a data channel and apply it as a remote
3670 // description.
3671 pc_->CreateDataChannel("test", nullptr);
3672 std::unique_ptr<SessionDescriptionInterface> offer;
3673 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003674 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003675
3676 // Create and set answer as well.
3677 std::unique_ptr<SessionDescriptionInterface> answer;
3678 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003679 EXPECT_TRUE(DoSetLocalDescription(std::move(answer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003680}
3681
Steve Anton36da6ff2018-02-16 16:04:20 -08003682TEST_P(PeerConnectionInterfaceTest, SetBitrateWithoutMinSucceeds) {
zstein4b979802017-06-02 14:37:37 -07003683 CreatePeerConnection();
3684 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003685 bitrate.current_bitrate_bps = 100000;
zstein4b979802017-06-02 14:37:37 -07003686 EXPECT_TRUE(pc_->SetBitrate(bitrate).ok());
3687}
3688
Steve Anton36da6ff2018-02-16 16:04:20 -08003689TEST_P(PeerConnectionInterfaceTest, SetBitrateNegativeMinFails) {
zstein4b979802017-06-02 14:37:37 -07003690 CreatePeerConnection();
3691 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003692 bitrate.min_bitrate_bps = -1;
zstein4b979802017-06-02 14:37:37 -07003693 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3694}
3695
Steve Anton36da6ff2018-02-16 16:04:20 -08003696TEST_P(PeerConnectionInterfaceTest, SetBitrateCurrentLessThanMinFails) {
zstein4b979802017-06-02 14:37:37 -07003697 CreatePeerConnection();
3698 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003699 bitrate.min_bitrate_bps = 5;
3700 bitrate.current_bitrate_bps = 3;
zstein4b979802017-06-02 14:37:37 -07003701 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3702}
3703
Steve Anton36da6ff2018-02-16 16:04:20 -08003704TEST_P(PeerConnectionInterfaceTest, SetBitrateCurrentNegativeFails) {
zstein4b979802017-06-02 14:37:37 -07003705 CreatePeerConnection();
3706 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003707 bitrate.current_bitrate_bps = -1;
zstein4b979802017-06-02 14:37:37 -07003708 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3709}
3710
Steve Anton36da6ff2018-02-16 16:04:20 -08003711TEST_P(PeerConnectionInterfaceTest, SetBitrateMaxLessThanCurrentFails) {
zstein4b979802017-06-02 14:37:37 -07003712 CreatePeerConnection();
3713 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003714 bitrate.current_bitrate_bps = 10;
3715 bitrate.max_bitrate_bps = 8;
zstein4b979802017-06-02 14:37:37 -07003716 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3717}
3718
Steve Anton36da6ff2018-02-16 16:04:20 -08003719TEST_P(PeerConnectionInterfaceTest, SetBitrateMaxLessThanMinFails) {
zstein4b979802017-06-02 14:37:37 -07003720 CreatePeerConnection();
3721 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003722 bitrate.min_bitrate_bps = 10;
3723 bitrate.max_bitrate_bps = 8;
zstein4b979802017-06-02 14:37:37 -07003724 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3725}
3726
Steve Anton36da6ff2018-02-16 16:04:20 -08003727TEST_P(PeerConnectionInterfaceTest, SetBitrateMaxNegativeFails) {
zstein4b979802017-06-02 14:37:37 -07003728 CreatePeerConnection();
3729 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003730 bitrate.max_bitrate_bps = -1;
zstein4b979802017-06-02 14:37:37 -07003731 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3732}
3733
Steve Anton038834f2017-07-14 15:59:59 -07003734// ice_regather_interval_range requires WebRTC to be configured for continual
3735// gathering already.
Steve Anton36da6ff2018-02-16 16:04:20 -08003736TEST_P(PeerConnectionInterfaceTest,
Steve Anton038834f2017-07-14 15:59:59 -07003737 SetIceRegatherIntervalRangeWithoutContinualGatheringFails) {
3738 PeerConnectionInterface::RTCConfiguration config;
3739 config.ice_regather_interval_range.emplace(1000, 2000);
3740 config.continual_gathering_policy =
3741 PeerConnectionInterface::ContinualGatheringPolicy::GATHER_ONCE;
3742 CreatePeerConnectionExpectFail(config);
3743}
3744
3745// Ensures that there is no error when ice_regather_interval_range is set with
3746// continual gathering enabled.
Steve Anton36da6ff2018-02-16 16:04:20 -08003747TEST_P(PeerConnectionInterfaceTest,
Steve Anton038834f2017-07-14 15:59:59 -07003748 SetIceRegatherIntervalRangeWithContinualGathering) {
3749 PeerConnectionInterface::RTCConfiguration config;
3750 config.ice_regather_interval_range.emplace(1000, 2000);
3751 config.continual_gathering_policy =
3752 PeerConnectionInterface::ContinualGatheringPolicy::GATHER_CONTINUALLY;
3753 CreatePeerConnection(config, nullptr);
3754}
3755
Sebastian Janssonfc8d26b2018-02-21 09:52:06 +01003756// The current bitrate from Call's BitrateConstraintsMask is currently clamped
3757// by Call's BitrateConstraints, which comes from the SDP or a default value.
3758// This test checks that a call to SetBitrate with a current bitrate that will
3759// be clamped succeeds.
Steve Anton36da6ff2018-02-16 16:04:20 -08003760TEST_P(PeerConnectionInterfaceTest, SetBitrateCurrentLessThanImplicitMin) {
zstein4b979802017-06-02 14:37:37 -07003761 CreatePeerConnection();
3762 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003763 bitrate.current_bitrate_bps = 1;
zstein4b979802017-06-02 14:37:37 -07003764 EXPECT_TRUE(pc_->SetBitrate(bitrate).ok());
3765}
3766
zhihuang1c378ed2017-08-17 14:10:50 -07003767// The following tests verify that the offer can be created correctly.
Steve Anton36da6ff2018-02-16 16:04:20 -08003768TEST_P(PeerConnectionInterfaceTest,
zhihuang1c378ed2017-08-17 14:10:50 -07003769 CreateOfferFailsWithInvalidOfferToReceiveAudio) {
3770 RTCOfferAnswerOptions rtc_options;
3771
3772 // Setting offer_to_receive_audio to a value lower than kUndefined or greater
3773 // than kMaxOfferToReceiveMedia should be treated as invalid.
3774 rtc_options.offer_to_receive_audio = RTCOfferAnswerOptions::kUndefined - 1;
3775 CreatePeerConnection();
3776 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3777
3778 rtc_options.offer_to_receive_audio =
3779 RTCOfferAnswerOptions::kMaxOfferToReceiveMedia + 1;
3780 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3781}
3782
Steve Anton36da6ff2018-02-16 16:04:20 -08003783TEST_P(PeerConnectionInterfaceTest,
zhihuang1c378ed2017-08-17 14:10:50 -07003784 CreateOfferFailsWithInvalidOfferToReceiveVideo) {
3785 RTCOfferAnswerOptions rtc_options;
3786
3787 // Setting offer_to_receive_video to a value lower than kUndefined or greater
3788 // than kMaxOfferToReceiveMedia should be treated as invalid.
3789 rtc_options.offer_to_receive_video = RTCOfferAnswerOptions::kUndefined - 1;
3790 CreatePeerConnection();
3791 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3792
3793 rtc_options.offer_to_receive_video =
3794 RTCOfferAnswerOptions::kMaxOfferToReceiveMedia + 1;
3795 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3796}
3797
3798// Test that the audio and video content will be added to an offer if both
3799// |offer_to_receive_audio| and |offer_to_receive_video| options are 1.
Steve Anton36da6ff2018-02-16 16:04:20 -08003800TEST_P(PeerConnectionInterfaceTest, CreateOfferWithAudioVideoOptions) {
zhihuang1c378ed2017-08-17 14:10:50 -07003801 RTCOfferAnswerOptions rtc_options;
3802 rtc_options.offer_to_receive_audio = 1;
3803 rtc_options.offer_to_receive_video = 1;
3804
3805 std::unique_ptr<SessionDescriptionInterface> offer;
3806 CreatePeerConnection();
3807 offer = CreateOfferWithOptions(rtc_options);
3808 ASSERT_TRUE(offer);
3809 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3810 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3811}
3812
3813// Test that only audio content will be added to the offer if only
3814// |offer_to_receive_audio| options is 1.
Steve Anton36da6ff2018-02-16 16:04:20 -08003815TEST_P(PeerConnectionInterfaceTest, CreateOfferWithAudioOnlyOptions) {
zhihuang1c378ed2017-08-17 14:10:50 -07003816 RTCOfferAnswerOptions rtc_options;
3817 rtc_options.offer_to_receive_audio = 1;
3818 rtc_options.offer_to_receive_video = 0;
3819
3820 std::unique_ptr<SessionDescriptionInterface> offer;
3821 CreatePeerConnection();
3822 offer = CreateOfferWithOptions(rtc_options);
3823 ASSERT_TRUE(offer);
3824 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3825 EXPECT_EQ(nullptr, GetFirstVideoContent(offer->description()));
3826}
3827
3828// Test that only video content will be added if only |offer_to_receive_video|
3829// options is 1.
Steve Anton36da6ff2018-02-16 16:04:20 -08003830TEST_P(PeerConnectionInterfaceTest, CreateOfferWithVideoOnlyOptions) {
zhihuang1c378ed2017-08-17 14:10:50 -07003831 RTCOfferAnswerOptions rtc_options;
3832 rtc_options.offer_to_receive_audio = 0;
3833 rtc_options.offer_to_receive_video = 1;
3834
3835 std::unique_ptr<SessionDescriptionInterface> offer;
3836 CreatePeerConnection();
3837 offer = CreateOfferWithOptions(rtc_options);
3838 ASSERT_TRUE(offer);
3839 EXPECT_EQ(nullptr, GetFirstAudioContent(offer->description()));
3840 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3841}
3842
zhihuang1c378ed2017-08-17 14:10:50 -07003843// Test that no media content will be added to the offer if using default
3844// RTCOfferAnswerOptions.
Steve Anton36da6ff2018-02-16 16:04:20 -08003845TEST_P(PeerConnectionInterfaceTest, CreateOfferWithDefaultOfferAnswerOptions) {
zhihuang1c378ed2017-08-17 14:10:50 -07003846 RTCOfferAnswerOptions rtc_options;
3847
3848 std::unique_ptr<SessionDescriptionInterface> offer;
3849 CreatePeerConnection();
3850 offer = CreateOfferWithOptions(rtc_options);
3851 ASSERT_TRUE(offer);
3852 EXPECT_EQ(nullptr, GetFirstAudioContent(offer->description()));
3853 EXPECT_EQ(nullptr, GetFirstVideoContent(offer->description()));
3854}
3855
3856// Test that if |ice_restart| is true, the ufrag/pwd will change, otherwise
3857// ufrag/pwd will be the same in the new offer.
Steve Anton36da6ff2018-02-16 16:04:20 -08003858TEST_P(PeerConnectionInterfaceTest, CreateOfferWithIceRestart) {
3859 CreatePeerConnection();
3860
zhihuang1c378ed2017-08-17 14:10:50 -07003861 RTCOfferAnswerOptions rtc_options;
3862 rtc_options.ice_restart = false;
3863 rtc_options.offer_to_receive_audio = 1;
3864
3865 std::unique_ptr<SessionDescriptionInterface> offer;
zhihuang1c378ed2017-08-17 14:10:50 -07003866 CreateOfferWithOptionsAsLocalDescription(&offer, rtc_options);
Steve Anton36da6ff2018-02-16 16:04:20 -08003867 std::string mid = cricket::GetFirstAudioContent(offer->description())->name;
3868 auto ufrag1 =
3869 offer->description()->GetTransportInfoByName(mid)->description.ice_ufrag;
3870 auto pwd1 =
3871 offer->description()->GetTransportInfoByName(mid)->description.ice_pwd;
zhihuang1c378ed2017-08-17 14:10:50 -07003872
3873 // |ice_restart| is false, the ufrag/pwd shouldn't change.
3874 CreateOfferWithOptionsAsLocalDescription(&offer, rtc_options);
Steve Anton36da6ff2018-02-16 16:04:20 -08003875 auto ufrag2 =
3876 offer->description()->GetTransportInfoByName(mid)->description.ice_ufrag;
3877 auto pwd2 =
3878 offer->description()->GetTransportInfoByName(mid)->description.ice_pwd;
zhihuang1c378ed2017-08-17 14:10:50 -07003879
3880 // |ice_restart| is true, the ufrag/pwd should change.
3881 rtc_options.ice_restart = true;
3882 CreateOfferWithOptionsAsLocalDescription(&offer, rtc_options);
Steve Anton36da6ff2018-02-16 16:04:20 -08003883 auto ufrag3 =
3884 offer->description()->GetTransportInfoByName(mid)->description.ice_ufrag;
3885 auto pwd3 =
3886 offer->description()->GetTransportInfoByName(mid)->description.ice_pwd;
zhihuang1c378ed2017-08-17 14:10:50 -07003887
3888 EXPECT_EQ(ufrag1, ufrag2);
3889 EXPECT_EQ(pwd1, pwd2);
3890 EXPECT_NE(ufrag2, ufrag3);
3891 EXPECT_NE(pwd2, pwd3);
3892}
3893
3894// Test that if |use_rtp_mux| is true, the bundling will be enabled in the
3895// offer; if it is false, there won't be any bundle group in the offer.
Steve Anton36da6ff2018-02-16 16:04:20 -08003896TEST_P(PeerConnectionInterfaceTest, CreateOfferWithRtpMux) {
zhihuang1c378ed2017-08-17 14:10:50 -07003897 RTCOfferAnswerOptions rtc_options;
3898 rtc_options.offer_to_receive_audio = 1;
3899 rtc_options.offer_to_receive_video = 1;
3900
3901 std::unique_ptr<SessionDescriptionInterface> offer;
3902 CreatePeerConnection();
3903
3904 rtc_options.use_rtp_mux = true;
3905 offer = CreateOfferWithOptions(rtc_options);
3906 ASSERT_TRUE(offer);
3907 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3908 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3909 EXPECT_TRUE(offer->description()->HasGroup(cricket::GROUP_TYPE_BUNDLE));
3910
3911 rtc_options.use_rtp_mux = false;
3912 offer = CreateOfferWithOptions(rtc_options);
3913 ASSERT_TRUE(offer);
3914 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3915 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3916 EXPECT_FALSE(offer->description()->HasGroup(cricket::GROUP_TYPE_BUNDLE));
3917}
3918
zhihuang141aacb2017-08-29 13:23:53 -07003919// This test ensures OnRenegotiationNeeded is called when we add track with
3920// MediaStream -> AddTrack in the same way it is called when we add track with
3921// PeerConnection -> AddTrack.
3922// The test can be removed once addStream is rewritten in terms of addTrack
3923// https://bugs.chromium.org/p/webrtc/issues/detail?id=7815
Steve Anton36da6ff2018-02-16 16:04:20 -08003924// Don't run under Unified Plan since the stream API is not available.
3925TEST_F(PeerConnectionInterfaceTestPlanB,
3926 MediaStreamAddTrackRemoveTrackRenegotiate) {
zhihuang141aacb2017-08-29 13:23:53 -07003927 CreatePeerConnectionWithoutDtls();
3928 rtc::scoped_refptr<MediaStreamInterface> stream(
Seth Hampson845e8782018-03-02 11:34:10 -08003929 pc_factory_->CreateLocalMediaStream(kStreamId1));
zhihuang141aacb2017-08-29 13:23:53 -07003930 pc_->AddStream(stream);
3931 rtc::scoped_refptr<AudioTrackInterface> audio_track(
3932 pc_factory_->CreateAudioTrack("audio_track", nullptr));
3933 rtc::scoped_refptr<VideoTrackInterface> video_track(
3934 pc_factory_->CreateVideoTrack(
3935 "video_track", pc_factory_->CreateVideoSource(
3936 std::unique_ptr<cricket::VideoCapturer>(
3937 new cricket::FakeVideoCapturer()))));
3938 stream->AddTrack(audio_track);
3939 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3940 observer_.renegotiation_needed_ = false;
3941
3942 stream->AddTrack(video_track);
3943 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3944 observer_.renegotiation_needed_ = false;
3945
3946 stream->RemoveTrack(audio_track);
3947 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3948 observer_.renegotiation_needed_ = false;
3949
3950 stream->RemoveTrack(video_track);
3951 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3952 observer_.renegotiation_needed_ = false;
3953}
3954
Zhi Huangb2d355e2017-10-26 17:26:37 -07003955// Tests that an error is returned if a description is applied that has fewer
3956// media sections than the existing description.
Steve Anton36da6ff2018-02-16 16:04:20 -08003957TEST_P(PeerConnectionInterfaceTest,
Zhi Huangb2d355e2017-10-26 17:26:37 -07003958 MediaSectionCountEnforcedForSubsequentOffer) {
3959 CreatePeerConnection();
Steve Anton36da6ff2018-02-16 16:04:20 -08003960 AddAudioTrack("audio_label");
3961 AddVideoTrack("video_label");
3962
Zhi Huangb2d355e2017-10-26 17:26:37 -07003963 std::unique_ptr<SessionDescriptionInterface> offer;
Steve Anton36da6ff2018-02-16 16:04:20 -08003964 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Zhi Huangb2d355e2017-10-26 17:26:37 -07003965 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
3966
3967 // A remote offer with fewer media sections should be rejected.
Steve Anton36da6ff2018-02-16 16:04:20 -08003968 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Zhi Huangb2d355e2017-10-26 17:26:37 -07003969 offer->description()->contents().pop_back();
3970 offer->description()->contents().pop_back();
3971 ASSERT_TRUE(offer->description()->contents().empty());
3972 EXPECT_FALSE(DoSetRemoteDescription(std::move(offer)));
3973
3974 std::unique_ptr<SessionDescriptionInterface> answer;
3975 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
3976 EXPECT_TRUE(DoSetLocalDescription(std::move(answer)));
3977
3978 // A subsequent local offer with fewer media sections should be rejected.
Steve Anton36da6ff2018-02-16 16:04:20 -08003979 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Zhi Huangb2d355e2017-10-26 17:26:37 -07003980 offer->description()->contents().pop_back();
3981 offer->description()->contents().pop_back();
3982 ASSERT_TRUE(offer->description()->contents().empty());
3983 EXPECT_FALSE(DoSetLocalDescription(std::move(offer)));
3984}
3985
Steve Anton36da6ff2018-02-16 16:04:20 -08003986INSTANTIATE_TEST_CASE_P(PeerConnectionInterfaceTest,
3987 PeerConnectionInterfaceTest,
3988 Values(SdpSemantics::kPlanB,
3989 SdpSemantics::kUnifiedPlan));
3990
nisse51542be2016-02-12 02:27:06 -08003991class PeerConnectionMediaConfigTest : public testing::Test {
3992 protected:
3993 void SetUp() override {
zhihuang38ede132017-06-15 12:52:32 -07003994 pcf_ = PeerConnectionFactoryForTest::CreatePeerConnectionFactoryForTest();
nisse51542be2016-02-12 02:27:06 -08003995 pcf_->Initialize();
3996 }
nisseeaabdf62017-05-05 02:23:02 -07003997 const cricket::MediaConfig TestCreatePeerConnection(
nisse51542be2016-02-12 02:27:06 -08003998 const PeerConnectionInterface::RTCConfiguration& config,
zhihuang1c378ed2017-08-17 14:10:50 -07003999 const MediaConstraintsInterface* constraints) {
zhihuang9763d562016-08-05 11:14:50 -07004000 rtc::scoped_refptr<PeerConnectionInterface> pc(pcf_->CreatePeerConnection(
4001 config, constraints, nullptr, nullptr, &observer_));
nisse51542be2016-02-12 02:27:06 -08004002 EXPECT_TRUE(pc.get());
nisseeaabdf62017-05-05 02:23:02 -07004003 return pc->GetConfiguration().media_config;
nisse51542be2016-02-12 02:27:06 -08004004 }
4005
zhihuang9763d562016-08-05 11:14:50 -07004006 rtc::scoped_refptr<PeerConnectionFactoryForTest> pcf_;
nisse51542be2016-02-12 02:27:06 -08004007 MockPeerConnectionObserver observer_;
4008};
4009
4010// This test verifies the default behaviour with no constraints and a
4011// default RTCConfiguration.
4012TEST_F(PeerConnectionMediaConfigTest, TestDefaults) {
4013 PeerConnectionInterface::RTCConfiguration config;
4014 FakeConstraints constraints;
4015
4016 const cricket::MediaConfig& media_config =
4017 TestCreatePeerConnection(config, &constraints);
4018
4019 EXPECT_FALSE(media_config.enable_dscp);
Niels Möller1d7ecd22018-01-18 15:25:12 +01004020 EXPECT_TRUE(media_config.video.enable_cpu_adaptation);
4021 EXPECT_TRUE(media_config.video.enable_prerenderer_smoothing);
nisse0db023a2016-03-01 04:29:59 -08004022 EXPECT_FALSE(media_config.video.suspend_below_min_bitrate);
Niels Möller6539f692018-01-18 08:58:50 +01004023 EXPECT_FALSE(media_config.video.experiment_cpu_load_estimator);
nisse51542be2016-02-12 02:27:06 -08004024}
4025
4026// This test verifies the DSCP constraint is recognized and passed to
nisse528b7932017-05-08 03:21:43 -07004027// the PeerConnection.
nisse51542be2016-02-12 02:27:06 -08004028TEST_F(PeerConnectionMediaConfigTest, TestDscpConstraintTrue) {
4029 PeerConnectionInterface::RTCConfiguration config;
4030 FakeConstraints constraints;
4031
4032 constraints.AddOptional(webrtc::MediaConstraintsInterface::kEnableDscp, true);
4033 const cricket::MediaConfig& media_config =
4034 TestCreatePeerConnection(config, &constraints);
4035
4036 EXPECT_TRUE(media_config.enable_dscp);
4037}
4038
4039// This test verifies the cpu overuse detection constraint is
nisse528b7932017-05-08 03:21:43 -07004040// recognized and passed to the PeerConnection.
nisse51542be2016-02-12 02:27:06 -08004041TEST_F(PeerConnectionMediaConfigTest, TestCpuOveruseConstraintFalse) {
4042 PeerConnectionInterface::RTCConfiguration config;
4043 FakeConstraints constraints;
4044
4045 constraints.AddOptional(
4046 webrtc::MediaConstraintsInterface::kCpuOveruseDetection, false);
4047 const cricket::MediaConfig media_config =
4048 TestCreatePeerConnection(config, &constraints);
4049
Niels Möller1d7ecd22018-01-18 15:25:12 +01004050 EXPECT_FALSE(media_config.video.enable_cpu_adaptation);
nisse51542be2016-02-12 02:27:06 -08004051}
4052
Niels Möller1d7ecd22018-01-18 15:25:12 +01004053// This test verifies that the enable_prerenderer_smoothing flag is
nisse528b7932017-05-08 03:21:43 -07004054// propagated from RTCConfiguration to the PeerConnection.
nisse51542be2016-02-12 02:27:06 -08004055TEST_F(PeerConnectionMediaConfigTest, TestDisablePrerendererSmoothingTrue) {
4056 PeerConnectionInterface::RTCConfiguration config;
4057 FakeConstraints constraints;
4058
Niels Möller71bdda02016-03-31 12:59:59 +02004059 config.set_prerenderer_smoothing(false);
nisse51542be2016-02-12 02:27:06 -08004060 const cricket::MediaConfig& media_config =
4061 TestCreatePeerConnection(config, &constraints);
4062
Niels Möller1d7ecd22018-01-18 15:25:12 +01004063 EXPECT_FALSE(media_config.video.enable_prerenderer_smoothing);
nisse0db023a2016-03-01 04:29:59 -08004064}
4065
Niels Möller6539f692018-01-18 08:58:50 +01004066// This test verifies that the experiment_cpu_load_estimator flag is
4067// propagated from RTCConfiguration to the PeerConnection.
4068TEST_F(PeerConnectionMediaConfigTest, TestEnableExperimentCpuLoadEstimator) {
4069 PeerConnectionInterface::RTCConfiguration config;
4070 FakeConstraints constraints;
4071
4072 config.set_experiment_cpu_load_estimator(true);
4073 const cricket::MediaConfig& media_config =
4074 TestCreatePeerConnection(config, &constraints);
4075
4076 EXPECT_TRUE(media_config.video.experiment_cpu_load_estimator);
4077}
4078
nisse0db023a2016-03-01 04:29:59 -08004079// This test verifies the suspend below min bitrate constraint is
nisse528b7932017-05-08 03:21:43 -07004080// recognized and passed to the PeerConnection.
nisse0db023a2016-03-01 04:29:59 -08004081TEST_F(PeerConnectionMediaConfigTest,
4082 TestSuspendBelowMinBitrateConstraintTrue) {
4083 PeerConnectionInterface::RTCConfiguration config;
4084 FakeConstraints constraints;
4085
4086 constraints.AddOptional(
4087 webrtc::MediaConstraintsInterface::kEnableVideoSuspendBelowMinBitrate,
4088 true);
4089 const cricket::MediaConfig media_config =
4090 TestCreatePeerConnection(config, &constraints);
4091
4092 EXPECT_TRUE(media_config.video.suspend_below_min_bitrate);
nisse51542be2016-02-12 02:27:06 -08004093}
4094
deadbeef293e9262017-01-11 12:28:30 -08004095// Tests a few random fields being different.
4096TEST(RTCConfigurationTest, ComparisonOperators) {
4097 PeerConnectionInterface::RTCConfiguration a;
4098 PeerConnectionInterface::RTCConfiguration b;
4099 EXPECT_EQ(a, b);
4100
4101 PeerConnectionInterface::RTCConfiguration c;
4102 c.servers.push_back(PeerConnectionInterface::IceServer());
4103 EXPECT_NE(a, c);
4104
4105 PeerConnectionInterface::RTCConfiguration d;
4106 d.type = PeerConnectionInterface::kRelay;
4107 EXPECT_NE(a, d);
4108
4109 PeerConnectionInterface::RTCConfiguration e;
4110 e.audio_jitter_buffer_max_packets = 5;
4111 EXPECT_NE(a, e);
4112
4113 PeerConnectionInterface::RTCConfiguration f;
4114 f.ice_connection_receiving_timeout = 1337;
4115 EXPECT_NE(a, f);
4116
4117 PeerConnectionInterface::RTCConfiguration g;
4118 g.disable_ipv6 = true;
4119 EXPECT_NE(a, g);
4120
4121 PeerConnectionInterface::RTCConfiguration h(
4122 PeerConnectionInterface::RTCConfigurationType::kAggressive);
4123 EXPECT_NE(a, h);
4124}