blob: ad85d68c00b5622d51408d8b8d711975bde2adc6 [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"
Tommi8e545ee2018-02-08 16:25:20 +0000406 "a=crypto:1 AES_CM_128_HMAC_SHA1_32 "
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
Taylor Brandstetterf8e65772016-06-27 17:20:15 -07001417// Test that the PeerConnection initializes the port allocator passed into it,
1418// and on the correct thread.
Steve Anton36da6ff2018-02-16 16:04:20 -08001419TEST_P(PeerConnectionInterfaceTest,
deadbeefd21eab32017-07-26 16:50:11 -07001420 CreatePeerConnectionInitializesPortAllocatorOnNetworkThread) {
tommie7251592017-07-14 14:44:46 -07001421 std::unique_ptr<rtc::Thread> network_thread(
1422 rtc::Thread::CreateWithSocketServer());
1423 network_thread->Start();
Taylor Brandstetterf8e65772016-06-27 17:20:15 -07001424 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> pc_factory(
1425 webrtc::CreatePeerConnectionFactory(
tommie7251592017-07-14 14:44:46 -07001426 network_thread.get(), rtc::Thread::Current(), rtc::Thread::Current(),
Karl Wiberg1b0eae32017-10-17 14:48:54 +02001427 fake_audio_capture_module_,
1428 webrtc::CreateBuiltinAudioEncoderFactory(),
1429 webrtc::CreateBuiltinAudioDecoderFactory(), nullptr, nullptr));
Taylor Brandstetterf8e65772016-06-27 17:20:15 -07001430 std::unique_ptr<cricket::FakePortAllocator> port_allocator(
tommie7251592017-07-14 14:44:46 -07001431 new cricket::FakePortAllocator(network_thread.get(), nullptr));
Taylor Brandstetterf8e65772016-06-27 17:20:15 -07001432 cricket::FakePortAllocator* raw_port_allocator = port_allocator.get();
1433 PeerConnectionInterface::RTCConfiguration config;
1434 rtc::scoped_refptr<PeerConnectionInterface> pc(
1435 pc_factory->CreatePeerConnection(
1436 config, nullptr, std::move(port_allocator), nullptr, &observer_));
1437 // FakePortAllocator RTC_CHECKs that it's initialized on the right thread,
1438 // so all we have to do here is check that it's initialized.
1439 EXPECT_TRUE(raw_port_allocator->initialized());
1440}
1441
deadbeef46c73892016-11-16 19:42:04 -08001442// Check that GetConfiguration returns the configuration the PeerConnection was
1443// constructed with, before SetConfiguration is called.
Steve Anton36da6ff2018-02-16 16:04:20 -08001444TEST_P(PeerConnectionInterfaceTest, GetConfigurationAfterCreatePeerConnection) {
deadbeef46c73892016-11-16 19:42:04 -08001445 PeerConnectionInterface::RTCConfiguration config;
1446 config.type = PeerConnectionInterface::kRelay;
1447 CreatePeerConnection(config, nullptr);
1448
1449 PeerConnectionInterface::RTCConfiguration returned_config =
1450 pc_->GetConfiguration();
1451 EXPECT_EQ(PeerConnectionInterface::kRelay, returned_config.type);
1452}
1453
1454// Check that GetConfiguration returns the last configuration passed into
1455// SetConfiguration.
Steve Anton36da6ff2018-02-16 16:04:20 -08001456TEST_P(PeerConnectionInterfaceTest, GetConfigurationAfterSetConfiguration) {
deadbeef46c73892016-11-16 19:42:04 -08001457 CreatePeerConnection();
1458
Steve Anton36da6ff2018-02-16 16:04:20 -08001459 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
deadbeef46c73892016-11-16 19:42:04 -08001460 config.type = PeerConnectionInterface::kRelay;
1461 EXPECT_TRUE(pc_->SetConfiguration(config));
1462
1463 PeerConnectionInterface::RTCConfiguration returned_config =
1464 pc_->GetConfiguration();
1465 EXPECT_EQ(PeerConnectionInterface::kRelay, returned_config.type);
1466}
1467
Steve Anton36da6ff2018-02-16 16:04:20 -08001468TEST_F(PeerConnectionInterfaceTestPlanB, AddStreams) {
deadbeef293e9262017-01-11 12:28:30 -08001469 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001470 AddVideoStream(kStreamId1);
1471 AddAudioStream(kStreamId2);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001472 ASSERT_EQ(2u, pc_->local_streams()->count());
1473
wu@webrtc.org9dba5252013-08-05 20:36:57 +00001474 // Test we can add multiple local streams to one peerconnection.
zhihuang9763d562016-08-05 11:14:50 -07001475 rtc::scoped_refptr<MediaStreamInterface> stream(
Seth Hampson845e8782018-03-02 11:34:10 -08001476 pc_factory_->CreateLocalMediaStream(kStreamId3));
zhihuang9763d562016-08-05 11:14:50 -07001477 rtc::scoped_refptr<AudioTrackInterface> audio_track(
Seth Hampson845e8782018-03-02 11:34:10 -08001478 pc_factory_->CreateAudioTrack(kStreamId3,
zhihuang9763d562016-08-05 11:14:50 -07001479 static_cast<AudioSourceInterface*>(NULL)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001480 stream->AddTrack(audio_track.get());
perkj@webrtc.orgc2dd5ee2014-11-04 11:31:29 +00001481 EXPECT_TRUE(pc_->AddStream(stream));
wu@webrtc.org9dba5252013-08-05 20:36:57 +00001482 EXPECT_EQ(3u, pc_->local_streams()->count());
1483
1484 // Remove the third stream.
1485 pc_->RemoveStream(pc_->local_streams()->at(2));
1486 EXPECT_EQ(2u, pc_->local_streams()->count());
1487
1488 // Remove the second stream.
1489 pc_->RemoveStream(pc_->local_streams()->at(1));
1490 EXPECT_EQ(1u, pc_->local_streams()->count());
1491
1492 // Remove the first stream.
1493 pc_->RemoveStream(pc_->local_streams()->at(0));
1494 EXPECT_EQ(0u, pc_->local_streams()->count());
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001495}
1496
deadbeefab9b2d12015-10-14 11:33:11 -07001497// Test that the created offer includes streams we added.
Steve Anton36da6ff2018-02-16 16:04:20 -08001498// Don't run under Unified Plan since the stream API is not available.
1499TEST_F(PeerConnectionInterfaceTestPlanB, AddedStreamsPresentInOffer) {
deadbeef293e9262017-01-11 12:28:30 -08001500 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001501 AddAudioVideoStream(kStreamId1, "audio_track", "video_track");
kwibergd1fe2812016-04-27 06:47:29 -07001502 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001503 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07001504
deadbeefab9b2d12015-10-14 11:33:11 -07001505 const cricket::AudioContentDescription* audio_desc =
Steve Antonb1c1de12017-12-21 15:14:30 -08001506 cricket::GetFirstAudioContentDescription(offer->description());
Seth Hampson845e8782018-03-02 11:34:10 -08001507 EXPECT_TRUE(ContainsTrack(audio_desc->streams(), kStreamId1, "audio_track"));
deadbeefab9b2d12015-10-14 11:33:11 -07001508
deadbeefab9b2d12015-10-14 11:33:11 -07001509 const cricket::VideoContentDescription* video_desc =
Steve Antonb1c1de12017-12-21 15:14:30 -08001510 cricket::GetFirstVideoContentDescription(offer->description());
Seth Hampson845e8782018-03-02 11:34:10 -08001511 EXPECT_TRUE(ContainsTrack(video_desc->streams(), kStreamId1, "video_track"));
deadbeefab9b2d12015-10-14 11:33:11 -07001512
1513 // Add another stream and ensure the offer includes both the old and new
1514 // streams.
Seth Hampson845e8782018-03-02 11:34:10 -08001515 AddAudioVideoStream(kStreamId2, "audio_track2", "video_track2");
kwiberg2bbff992016-03-16 11:03:04 -07001516 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07001517
Steve Antonb1c1de12017-12-21 15:14:30 -08001518 audio_desc = cricket::GetFirstAudioContentDescription(offer->description());
Seth Hampson845e8782018-03-02 11:34:10 -08001519 EXPECT_TRUE(ContainsTrack(audio_desc->streams(), kStreamId1, "audio_track"));
1520 EXPECT_TRUE(ContainsTrack(audio_desc->streams(), kStreamId2, "audio_track2"));
deadbeefab9b2d12015-10-14 11:33:11 -07001521
Steve Antonb1c1de12017-12-21 15:14:30 -08001522 video_desc = cricket::GetFirstVideoContentDescription(offer->description());
Seth Hampson845e8782018-03-02 11:34:10 -08001523 EXPECT_TRUE(ContainsTrack(video_desc->streams(), kStreamId1, "video_track"));
1524 EXPECT_TRUE(ContainsTrack(video_desc->streams(), kStreamId2, "video_track2"));
deadbeefab9b2d12015-10-14 11:33:11 -07001525}
1526
Steve Anton36da6ff2018-02-16 16:04:20 -08001527// Don't run under Unified Plan since the stream API is not available.
1528TEST_F(PeerConnectionInterfaceTestPlanB, RemoveStream) {
deadbeef293e9262017-01-11 12:28:30 -08001529 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001530 AddVideoStream(kStreamId1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001531 ASSERT_EQ(1u, pc_->local_streams()->count());
1532 pc_->RemoveStream(pc_->local_streams()->at(0));
1533 EXPECT_EQ(0u, pc_->local_streams()->count());
1534}
1535
deadbeefe1f9d832016-01-14 15:35:42 -08001536// Test for AddTrack and RemoveTrack methods.
1537// Tests that the created offer includes tracks we added,
1538// and that the RtpSenders are created correctly.
1539// Also tests that RemoveTrack removes the tracks from subsequent offers.
Steve Anton36da6ff2018-02-16 16:04:20 -08001540// Only tested with Plan B since Unified Plan is covered in more detail by tests
1541// in peerconnection_jsep_unittests.cc
1542TEST_F(PeerConnectionInterfaceTestPlanB, AddTrackRemoveTrack) {
deadbeef293e9262017-01-11 12:28:30 -08001543 CreatePeerConnectionWithoutDtls();
zhihuang9763d562016-08-05 11:14:50 -07001544 rtc::scoped_refptr<AudioTrackInterface> audio_track(
deadbeefe1f9d832016-01-14 15:35:42 -08001545 pc_factory_->CreateAudioTrack("audio_track", nullptr));
zhihuang9763d562016-08-05 11:14:50 -07001546 rtc::scoped_refptr<VideoTrackInterface> video_track(
1547 pc_factory_->CreateVideoTrack(
deadbeef112b2e92017-02-10 20:13:37 -08001548 "video_track", pc_factory_->CreateVideoSource(
1549 std::unique_ptr<cricket::VideoCapturer>(
1550 new cricket::FakeVideoCapturer()))));
Seth Hampson845e8782018-03-02 11:34:10 -08001551 auto audio_sender = pc_->AddTrack(audio_track, {kStreamId1}).MoveValue();
1552 auto video_sender = pc_->AddTrack(video_track, {kStreamId1}).MoveValue();
deadbeefa601f5c2016-06-06 14:27:39 -07001553 EXPECT_EQ(1UL, audio_sender->stream_ids().size());
Seth Hampson845e8782018-03-02 11:34:10 -08001554 EXPECT_EQ(kStreamId1, audio_sender->stream_ids()[0]);
deadbeefe1f9d832016-01-14 15:35:42 -08001555 EXPECT_EQ("audio_track", audio_sender->id());
1556 EXPECT_EQ(audio_track, audio_sender->track());
deadbeefa601f5c2016-06-06 14:27:39 -07001557 EXPECT_EQ(1UL, video_sender->stream_ids().size());
Seth Hampson845e8782018-03-02 11:34:10 -08001558 EXPECT_EQ(kStreamId1, video_sender->stream_ids()[0]);
deadbeefe1f9d832016-01-14 15:35:42 -08001559 EXPECT_EQ("video_track", video_sender->id());
1560 EXPECT_EQ(video_track, video_sender->track());
1561
1562 // Now create an offer and check for the senders.
kwibergd1fe2812016-04-27 06:47:29 -07001563 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001564 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefe1f9d832016-01-14 15:35:42 -08001565
1566 const cricket::ContentInfo* audio_content =
1567 cricket::GetFirstAudioContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08001568 EXPECT_TRUE(ContainsTrack(audio_content->media_description()->streams(),
Seth Hampson845e8782018-03-02 11:34:10 -08001569 kStreamId1, "audio_track"));
deadbeefe1f9d832016-01-14 15:35:42 -08001570
1571 const cricket::ContentInfo* video_content =
1572 cricket::GetFirstVideoContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08001573 EXPECT_TRUE(ContainsTrack(video_content->media_description()->streams(),
Seth Hampson845e8782018-03-02 11:34:10 -08001574 kStreamId1, "video_track"));
deadbeefe1f9d832016-01-14 15:35:42 -08001575
Steve Antondb45ca82017-09-11 18:27:34 -07001576 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefe1f9d832016-01-14 15:35:42 -08001577
1578 // Now try removing the tracks.
1579 EXPECT_TRUE(pc_->RemoveTrack(audio_sender));
1580 EXPECT_TRUE(pc_->RemoveTrack(video_sender));
1581
1582 // Create a new offer and ensure it doesn't contain the removed senders.
kwiberg2bbff992016-03-16 11:03:04 -07001583 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefe1f9d832016-01-14 15:35:42 -08001584
1585 audio_content = cricket::GetFirstAudioContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08001586 EXPECT_FALSE(ContainsTrack(audio_content->media_description()->streams(),
Seth Hampson845e8782018-03-02 11:34:10 -08001587 kStreamId1, "audio_track"));
deadbeefe1f9d832016-01-14 15:35:42 -08001588
1589 video_content = cricket::GetFirstVideoContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08001590 EXPECT_FALSE(ContainsTrack(video_content->media_description()->streams(),
Seth Hampson845e8782018-03-02 11:34:10 -08001591 kStreamId1, "video_track"));
deadbeefe1f9d832016-01-14 15:35:42 -08001592
Steve Antondb45ca82017-09-11 18:27:34 -07001593 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefe1f9d832016-01-14 15:35:42 -08001594
1595 // Calling RemoveTrack on a sender no longer attached to a PeerConnection
1596 // should return false.
1597 EXPECT_FALSE(pc_->RemoveTrack(audio_sender));
1598 EXPECT_FALSE(pc_->RemoveTrack(video_sender));
1599}
1600
1601// Test creating senders without a stream specified,
1602// expecting a random stream ID to be generated.
Steve Anton36da6ff2018-02-16 16:04:20 -08001603TEST_P(PeerConnectionInterfaceTest, AddTrackWithoutStream) {
deadbeef293e9262017-01-11 12:28:30 -08001604 CreatePeerConnectionWithoutDtls();
zhihuang9763d562016-08-05 11:14:50 -07001605 rtc::scoped_refptr<AudioTrackInterface> audio_track(
deadbeefe1f9d832016-01-14 15:35:42 -08001606 pc_factory_->CreateAudioTrack("audio_track", nullptr));
zhihuang9763d562016-08-05 11:14:50 -07001607 rtc::scoped_refptr<VideoTrackInterface> video_track(
1608 pc_factory_->CreateVideoTrack(
deadbeef112b2e92017-02-10 20:13:37 -08001609 "video_track", pc_factory_->CreateVideoSource(
1610 std::unique_ptr<cricket::VideoCapturer>(
1611 new cricket::FakeVideoCapturer()))));
deadbeefe1f9d832016-01-14 15:35:42 -08001612 auto audio_sender =
Steve Anton2d6c76a2018-01-05 17:10:52 -08001613 pc_->AddTrack(audio_track, std::vector<std::string>()).MoveValue();
deadbeefe1f9d832016-01-14 15:35:42 -08001614 auto video_sender =
Steve Anton2d6c76a2018-01-05 17:10:52 -08001615 pc_->AddTrack(video_track, std::vector<std::string>()).MoveValue();
deadbeefe1f9d832016-01-14 15:35:42 -08001616 EXPECT_EQ("audio_track", audio_sender->id());
1617 EXPECT_EQ(audio_track, audio_sender->track());
1618 EXPECT_EQ("video_track", video_sender->id());
1619 EXPECT_EQ(video_track, video_sender->track());
Tomas Gunnarsson191bf5c2018-03-30 10:44:43 +00001620 // If the ID is truly a random GUID, it should be infinitely unlikely they
1621 // will be the same.
1622 EXPECT_NE(video_sender->stream_ids(), audio_sender->stream_ids());
deadbeefe1f9d832016-01-14 15:35:42 -08001623}
1624
Harald Alvestrand89061872018-01-02 14:08:34 +01001625// Test that we can call GetStats() after AddTrack but before connecting
1626// the PeerConnection to a peer.
Steve Anton36da6ff2018-02-16 16:04:20 -08001627TEST_P(PeerConnectionInterfaceTest, AddTrackBeforeConnecting) {
Harald Alvestrand89061872018-01-02 14:08:34 +01001628 CreatePeerConnectionWithoutDtls();
1629 rtc::scoped_refptr<AudioTrackInterface> audio_track(
1630 pc_factory_->CreateAudioTrack("audio_track", nullptr));
1631 rtc::scoped_refptr<VideoTrackInterface> video_track(
1632 pc_factory_->CreateVideoTrack(
1633 "video_track", pc_factory_->CreateVideoSource(
1634 std::unique_ptr<cricket::VideoCapturer>(
1635 new cricket::FakeVideoCapturer()))));
Steve Anton2d6c76a2018-01-05 17:10:52 -08001636 auto audio_sender = pc_->AddTrack(audio_track, std::vector<std::string>());
1637 auto video_sender = pc_->AddTrack(video_track, std::vector<std::string>());
Harald Alvestrand89061872018-01-02 14:08:34 +01001638 EXPECT_TRUE(DoGetStats(nullptr));
1639}
1640
Steve Anton36da6ff2018-02-16 16:04:20 -08001641TEST_P(PeerConnectionInterfaceTest, AttachmentIdIsSetOnAddTrack) {
Harald Alvestrandc72af932018-01-11 17:18:19 +01001642 CreatePeerConnectionWithoutDtls();
1643 rtc::scoped_refptr<AudioTrackInterface> audio_track(
1644 pc_factory_->CreateAudioTrack("audio_track", nullptr));
1645 rtc::scoped_refptr<VideoTrackInterface> video_track(
1646 pc_factory_->CreateVideoTrack(
1647 "video_track", pc_factory_->CreateVideoSource(
1648 std::unique_ptr<cricket::VideoCapturer>(
1649 new cricket::FakeVideoCapturer()))));
1650 auto audio_sender = pc_->AddTrack(audio_track, std::vector<std::string>());
Steve Anton57858b32018-02-15 15:19:50 -08001651 ASSERT_TRUE(audio_sender.ok());
1652 auto* audio_sender_proxy =
1653 static_cast<RtpSenderProxyWithInternal<RtpSenderInternal>*>(
1654 audio_sender.value().get());
1655 EXPECT_NE(0, audio_sender_proxy->internal()->AttachmentId());
1656
Harald Alvestrandc72af932018-01-11 17:18:19 +01001657 auto video_sender = pc_->AddTrack(video_track, std::vector<std::string>());
Steve Anton57858b32018-02-15 15:19:50 -08001658 ASSERT_TRUE(video_sender.ok());
1659 auto* video_sender_proxy =
1660 static_cast<RtpSenderProxyWithInternal<RtpSenderInternal>*>(
1661 video_sender.value().get());
1662 EXPECT_NE(0, video_sender_proxy->internal()->AttachmentId());
Harald Alvestrandc72af932018-01-11 17:18:19 +01001663}
1664
Steve Anton36da6ff2018-02-16 16:04:20 -08001665// Don't run under Unified Plan since the stream API is not available.
1666TEST_F(PeerConnectionInterfaceTestPlanB, AttachmentIdIsSetOnAddStream) {
Harald Alvestrandc72af932018-01-11 17:18:19 +01001667 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001668 AddVideoStream(kStreamId1);
Harald Alvestrandc72af932018-01-11 17:18:19 +01001669 auto senders = pc_->GetSenders();
Steve Anton57858b32018-02-15 15:19:50 -08001670 ASSERT_EQ(1u, senders.size());
1671 auto* sender_proxy =
1672 static_cast<RtpSenderProxyWithInternal<RtpSenderInternal>*>(
1673 senders[0].get());
1674 EXPECT_NE(0, sender_proxy->internal()->AttachmentId());
Harald Alvestrandc72af932018-01-11 17:18:19 +01001675}
1676
Steve Anton36da6ff2018-02-16 16:04:20 -08001677TEST_P(PeerConnectionInterfaceTest, CreateOfferReceiveAnswer) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001678 InitiateCall();
Seth Hampson845e8782018-03-02 11:34:10 -08001679 WaitAndVerifyOnAddStream(kStreamId1, 2);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001680 VerifyRemoteRtpHeaderExtensions();
1681}
1682
Steve Anton36da6ff2018-02-16 16:04:20 -08001683TEST_P(PeerConnectionInterfaceTest, CreateOfferReceivePrAnswerAndAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001684 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001685 AddVideoTrack(kVideoTracks[0], {kStreamId1});
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001686 CreateOfferAsLocalDescription();
1687 std::string offer;
1688 EXPECT_TRUE(pc_->local_description()->ToString(&offer));
1689 CreatePrAnswerAndAnswerAsRemoteDescription(offer);
Seth Hampson845e8782018-03-02 11:34:10 -08001690 WaitAndVerifyOnAddStream(kStreamId1, 1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001691}
1692
Steve Anton36da6ff2018-02-16 16:04:20 -08001693TEST_P(PeerConnectionInterfaceTest, ReceiveOfferCreateAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001694 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001695 AddVideoTrack(kVideoTracks[0], {kStreamId1});
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001696
1697 CreateOfferAsRemoteDescription();
1698 CreateAnswerAsLocalDescription();
1699
Seth Hampson845e8782018-03-02 11:34:10 -08001700 WaitAndVerifyOnAddStream(kStreamId1, 1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001701}
1702
Steve Anton36da6ff2018-02-16 16:04:20 -08001703TEST_P(PeerConnectionInterfaceTest, ReceiveOfferCreatePrAnswerAndAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001704 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001705 AddVideoTrack(kVideoTracks[0], {kStreamId1});
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001706
1707 CreateOfferAsRemoteDescription();
1708 CreatePrAnswerAsLocalDescription();
1709 CreateAnswerAsLocalDescription();
1710
Seth Hampson845e8782018-03-02 11:34:10 -08001711 WaitAndVerifyOnAddStream(kStreamId1, 1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001712}
1713
Steve Anton36da6ff2018-02-16 16:04:20 -08001714// Don't run under Unified Plan since the stream API is not available.
1715TEST_F(PeerConnectionInterfaceTestPlanB, Renegotiate) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001716 InitiateCall();
1717 ASSERT_EQ(1u, pc_->remote_streams()->count());
1718 pc_->RemoveStream(pc_->local_streams()->at(0));
1719 CreateOfferReceiveAnswer();
1720 EXPECT_EQ(0u, pc_->remote_streams()->count());
Seth Hampson845e8782018-03-02 11:34:10 -08001721 AddVideoStream(kStreamId1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001722 CreateOfferReceiveAnswer();
1723}
1724
1725// Tests that after negotiating an audio only call, the respondent can perform a
1726// renegotiation that removes the audio stream.
Steve Anton36da6ff2018-02-16 16:04:20 -08001727TEST_F(PeerConnectionInterfaceTestPlanB, RenegotiateAudioOnly) {
deadbeef293e9262017-01-11 12:28:30 -08001728 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001729 AddAudioStream(kStreamId1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001730 CreateOfferAsRemoteDescription();
1731 CreateAnswerAsLocalDescription();
1732
1733 ASSERT_EQ(1u, pc_->remote_streams()->count());
1734 pc_->RemoveStream(pc_->local_streams()->at(0));
1735 CreateOfferReceiveAnswer();
1736 EXPECT_EQ(0u, pc_->remote_streams()->count());
1737}
1738
1739// Test that candidates are generated and that we can parse our own candidates.
Steve Anton36da6ff2018-02-16 16:04:20 -08001740TEST_P(PeerConnectionInterfaceTest, IceCandidates) {
deadbeef293e9262017-01-11 12:28:30 -08001741 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001742
Steve Antonf1c6db12017-10-13 11:13:35 -07001743 EXPECT_FALSE(pc_->AddIceCandidate(observer_.last_candidate()));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001744 // SetRemoteDescription takes ownership of offer.
kwibergd1fe2812016-04-27 06:47:29 -07001745 std::unique_ptr<SessionDescriptionInterface> offer;
Steve Anton36da6ff2018-02-16 16:04:20 -08001746 AddVideoTrack(kVideoTracks[0]);
deadbeefc80741f2015-10-22 13:14:45 -07001747 EXPECT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07001748 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001749
1750 // SetLocalDescription takes ownership of answer.
kwibergd1fe2812016-04-27 06:47:29 -07001751 std::unique_ptr<SessionDescriptionInterface> answer;
deadbeefc80741f2015-10-22 13:14:45 -07001752 EXPECT_TRUE(DoCreateAnswer(&answer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07001753 EXPECT_TRUE(DoSetLocalDescription(std::move(answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001754
Steve Antonf1c6db12017-10-13 11:13:35 -07001755 EXPECT_TRUE_WAIT(observer_.last_candidate() != nullptr, kTimeout);
Steve Anton6f25b092017-10-23 09:39:20 -07001756 EXPECT_TRUE_WAIT(observer_.ice_gathering_complete_, kTimeout);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001757
Steve Antonf1c6db12017-10-13 11:13:35 -07001758 EXPECT_TRUE(pc_->AddIceCandidate(observer_.last_candidate()));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001759}
1760
deadbeefab9b2d12015-10-14 11:33:11 -07001761// Test that CreateOffer and CreateAnswer will fail if the track labels are
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001762// not unique.
Steve Anton36da6ff2018-02-16 16:04:20 -08001763TEST_P(PeerConnectionInterfaceTest, CreateOfferAnswerWithInvalidStream) {
deadbeef293e9262017-01-11 12:28:30 -08001764 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001765 // Create a regular offer for the CreateAnswer test later.
kwibergd1fe2812016-04-27 06:47:29 -07001766 std::unique_ptr<SessionDescriptionInterface> offer;
deadbeefc80741f2015-10-22 13:14:45 -07001767 EXPECT_TRUE(DoCreateOffer(&offer, nullptr));
kwiberg2bbff992016-03-16 11:03:04 -07001768 EXPECT_TRUE(offer);
1769 offer.reset();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001770
1771 // Create a local stream with audio&video tracks having same label.
Seth Hampson845e8782018-03-02 11:34:10 -08001772 AddAudioTrack("track_label", {kStreamId1});
1773 AddVideoTrack("track_label", {kStreamId1});
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001774
1775 // Test CreateOffer
deadbeefc80741f2015-10-22 13:14:45 -07001776 EXPECT_FALSE(DoCreateOffer(&offer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001777
1778 // Test CreateAnswer
kwibergd1fe2812016-04-27 06:47:29 -07001779 std::unique_ptr<SessionDescriptionInterface> answer;
deadbeefc80741f2015-10-22 13:14:45 -07001780 EXPECT_FALSE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001781}
1782
1783// Test that we will get different SSRCs for each tracks in the offer and answer
1784// we created.
Steve Anton36da6ff2018-02-16 16:04:20 -08001785TEST_P(PeerConnectionInterfaceTest, SsrcInOfferAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001786 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001787 // Create a local stream with audio&video tracks having different labels.
Seth Hampson845e8782018-03-02 11:34:10 -08001788 AddAudioTrack(kAudioTracks[0], {kStreamId1});
1789 AddVideoTrack(kVideoTracks[0], {kStreamId1});
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001790
1791 // Test CreateOffer
kwibergd1fe2812016-04-27 06:47:29 -07001792 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001793 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001794 int audio_ssrc = 0;
1795 int video_ssrc = 0;
1796 EXPECT_TRUE(GetFirstSsrc(GetFirstAudioContent(offer->description()),
1797 &audio_ssrc));
1798 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(offer->description()),
1799 &video_ssrc));
1800 EXPECT_NE(audio_ssrc, video_ssrc);
1801
1802 // Test CreateAnswer
Steve Antondb45ca82017-09-11 18:27:34 -07001803 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
kwibergd1fe2812016-04-27 06:47:29 -07001804 std::unique_ptr<SessionDescriptionInterface> answer;
kwiberg2bbff992016-03-16 11:03:04 -07001805 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001806 audio_ssrc = 0;
1807 video_ssrc = 0;
1808 EXPECT_TRUE(GetFirstSsrc(GetFirstAudioContent(answer->description()),
1809 &audio_ssrc));
1810 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(answer->description()),
1811 &video_ssrc));
1812 EXPECT_NE(audio_ssrc, video_ssrc);
1813}
1814
deadbeefeb459812015-12-15 19:24:43 -08001815// Test that it's possible to call AddTrack on a MediaStream after adding
1816// the stream to a PeerConnection.
1817// TODO(deadbeef): Remove this test once this behavior is no longer supported.
Steve Anton36da6ff2018-02-16 16:04:20 -08001818// Don't run under Unified Plan since the stream API is not available.
1819TEST_F(PeerConnectionInterfaceTestPlanB, AddTrackAfterAddStream) {
deadbeef293e9262017-01-11 12:28:30 -08001820 CreatePeerConnectionWithoutDtls();
deadbeefeb459812015-12-15 19:24:43 -08001821 // Create audio stream and add to PeerConnection.
Seth Hampson845e8782018-03-02 11:34:10 -08001822 AddAudioStream(kStreamId1);
deadbeefeb459812015-12-15 19:24:43 -08001823 MediaStreamInterface* stream = pc_->local_streams()->at(0);
1824
1825 // Add video track to the audio-only stream.
zhihuang9763d562016-08-05 11:14:50 -07001826 rtc::scoped_refptr<VideoTrackInterface> video_track(
1827 pc_factory_->CreateVideoTrack(
deadbeef112b2e92017-02-10 20:13:37 -08001828 "video_label", pc_factory_->CreateVideoSource(
1829 std::unique_ptr<cricket::VideoCapturer>(
1830 new cricket::FakeVideoCapturer()))));
deadbeefeb459812015-12-15 19:24:43 -08001831 stream->AddTrack(video_track.get());
1832
kwibergd1fe2812016-04-27 06:47:29 -07001833 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001834 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefeb459812015-12-15 19:24:43 -08001835
1836 const cricket::MediaContentDescription* video_desc =
1837 cricket::GetFirstVideoContentDescription(offer->description());
1838 EXPECT_TRUE(video_desc != nullptr);
1839}
1840
1841// Test that it's possible to call RemoveTrack on a MediaStream after adding
1842// the stream to a PeerConnection.
1843// TODO(deadbeef): Remove this test once this behavior is no longer supported.
Steve Anton36da6ff2018-02-16 16:04:20 -08001844// Don't run under Unified Plan since the stream API is not available.
1845TEST_F(PeerConnectionInterfaceTestPlanB, RemoveTrackAfterAddStream) {
deadbeef293e9262017-01-11 12:28:30 -08001846 CreatePeerConnectionWithoutDtls();
deadbeefeb459812015-12-15 19:24:43 -08001847 // Create audio/video stream and add to PeerConnection.
Seth Hampson845e8782018-03-02 11:34:10 -08001848 AddAudioVideoStream(kStreamId1, "audio_label", "video_label");
deadbeefeb459812015-12-15 19:24:43 -08001849 MediaStreamInterface* stream = pc_->local_streams()->at(0);
1850
1851 // Remove the video track.
1852 stream->RemoveTrack(stream->GetVideoTracks()[0]);
1853
kwibergd1fe2812016-04-27 06:47:29 -07001854 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001855 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefeb459812015-12-15 19:24:43 -08001856
1857 const cricket::MediaContentDescription* video_desc =
1858 cricket::GetFirstVideoContentDescription(offer->description());
1859 EXPECT_TRUE(video_desc == nullptr);
1860}
1861
deadbeef1dcb1642017-03-29 21:08:16 -07001862// Verify that CreateDtmfSender only succeeds if called with a valid local
1863// track. Other aspects of DtmfSenders are tested in
1864// peerconnection_integrationtest.cc.
Steve Anton36da6ff2018-02-16 16:04:20 -08001865TEST_P(PeerConnectionInterfaceTest, CreateDtmfSenderWithInvalidParams) {
deadbeef1dcb1642017-03-29 21:08:16 -07001866 CreatePeerConnection();
Steve Anton36da6ff2018-02-16 16:04:20 -08001867 AddAudioTrack(kAudioTracks[0]);
deadbeef1dcb1642017-03-29 21:08:16 -07001868 EXPECT_EQ(nullptr, pc_->CreateDtmfSender(nullptr));
1869 rtc::scoped_refptr<webrtc::AudioTrackInterface> non_localtrack(
1870 pc_factory_->CreateAudioTrack("dummy_track", nullptr));
1871 EXPECT_EQ(nullptr, pc_->CreateDtmfSender(non_localtrack));
1872}
1873
deadbeefbd7d8f72015-12-18 16:58:44 -08001874// Test creating a sender with a stream ID, and ensure the ID is populated
1875// in the offer.
Steve Anton36da6ff2018-02-16 16:04:20 -08001876// Don't run under Unified Plan since the stream API is not available.
1877TEST_F(PeerConnectionInterfaceTestPlanB, CreateSenderWithStream) {
deadbeef293e9262017-01-11 12:28:30 -08001878 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08001879 pc_->CreateSender("video", kStreamId1);
deadbeefbd7d8f72015-12-18 16:58:44 -08001880
kwibergd1fe2812016-04-27 06:47:29 -07001881 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001882 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefbd7d8f72015-12-18 16:58:44 -08001883
1884 const cricket::MediaContentDescription* video_desc =
1885 cricket::GetFirstVideoContentDescription(offer->description());
1886 ASSERT_TRUE(video_desc != nullptr);
1887 ASSERT_EQ(1u, video_desc->streams().size());
Seth Hampson845e8782018-03-02 11:34:10 -08001888 EXPECT_EQ(kStreamId1, video_desc->streams()[0].first_stream_id());
deadbeefbd7d8f72015-12-18 16:58:44 -08001889}
1890
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001891// Test that we can specify a certain track that we want statistics about.
Steve Anton36da6ff2018-02-16 16:04:20 -08001892TEST_P(PeerConnectionInterfaceTest, GetStatsForSpecificTrack) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001893 InitiateCall();
Steve Anton36da6ff2018-02-16 16:04:20 -08001894 ASSERT_LT(0u, pc_->GetSenders().size());
1895 ASSERT_LT(0u, pc_->GetReceivers().size());
zhihuang9763d562016-08-05 11:14:50 -07001896 rtc::scoped_refptr<MediaStreamTrackInterface> remote_audio =
Steve Anton36da6ff2018-02-16 16:04:20 -08001897 pc_->GetReceivers()[0]->track();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001898 EXPECT_TRUE(DoGetStats(remote_audio));
1899
1900 // Remove the stream. Since we are sending to our selves the local
1901 // and the remote stream is the same.
Steve Anton36da6ff2018-02-16 16:04:20 -08001902 pc_->RemoveTrack(pc_->GetSenders()[0]);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001903 // Do a re-negotiation.
1904 CreateOfferReceiveAnswer();
1905
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001906 // Test that we still can get statistics for the old track. Even if it is not
1907 // sent any longer.
1908 EXPECT_TRUE(DoGetStats(remote_audio));
1909}
1910
1911// Test that we can get stats on a video track.
Steve Anton36da6ff2018-02-16 16:04:20 -08001912TEST_P(PeerConnectionInterfaceTest, GetStatsForVideoTrack) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001913 InitiateCall();
Steve Anton36da6ff2018-02-16 16:04:20 -08001914 auto video_receiver = GetFirstReceiverOfType(cricket::MEDIA_TYPE_VIDEO);
1915 ASSERT_TRUE(video_receiver);
1916 EXPECT_TRUE(DoGetStats(video_receiver->track()));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001917}
1918
1919// Test that we don't get statistics for an invalid track.
Steve Anton36da6ff2018-02-16 16:04:20 -08001920TEST_P(PeerConnectionInterfaceTest, GetStatsForInvalidTrack) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001921 InitiateCall();
zhihuang9763d562016-08-05 11:14:50 -07001922 rtc::scoped_refptr<AudioTrackInterface> unknown_audio_track(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001923 pc_factory_->CreateAudioTrack("unknown track", NULL));
1924 EXPECT_FALSE(DoGetStats(unknown_audio_track));
1925}
1926
Steve Anton36da6ff2018-02-16 16:04:20 -08001927TEST_P(PeerConnectionInterfaceTest, GetRTCStatsBeforeAndAfterCalling) {
Harald Alvestrand89061872018-01-02 14:08:34 +01001928 CreatePeerConnectionWithoutDtls();
1929 EXPECT_TRUE(DoGetRTCStats());
1930 // Clearing stats cache is needed now, but should be temporary.
1931 // https://bugs.chromium.org/p/webrtc/issues/detail?id=8693
1932 pc_->ClearStatsCache();
Seth Hampson845e8782018-03-02 11:34:10 -08001933 AddAudioTrack(kAudioTracks[0], {kStreamId1});
1934 AddVideoTrack(kVideoTracks[0], {kStreamId1});
Harald Alvestrand89061872018-01-02 14:08:34 +01001935 EXPECT_TRUE(DoGetRTCStats());
1936 pc_->ClearStatsCache();
1937 CreateOfferReceiveAnswer();
1938 EXPECT_TRUE(DoGetRTCStats());
1939}
1940
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001941// This test setup two RTP data channels in loop back.
Steve Anton36da6ff2018-02-16 16:04:20 -08001942TEST_P(PeerConnectionInterfaceTest, TestDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001943 FakeConstraints constraints;
1944 constraints.SetAllowRtpDataChannels();
1945 CreatePeerConnection(&constraints);
zhihuang9763d562016-08-05 11:14:50 -07001946 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001947 pc_->CreateDataChannel("test1", NULL);
zhihuang9763d562016-08-05 11:14:50 -07001948 rtc::scoped_refptr<DataChannelInterface> data2 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001949 pc_->CreateDataChannel("test2", NULL);
1950 ASSERT_TRUE(data1 != NULL);
kwibergd1fe2812016-04-27 06:47:29 -07001951 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001952 new MockDataChannelObserver(data1));
kwibergd1fe2812016-04-27 06:47:29 -07001953 std::unique_ptr<MockDataChannelObserver> observer2(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001954 new MockDataChannelObserver(data2));
1955
1956 EXPECT_EQ(DataChannelInterface::kConnecting, data1->state());
1957 EXPECT_EQ(DataChannelInterface::kConnecting, data2->state());
1958 std::string data_to_send1 = "testing testing";
1959 std::string data_to_send2 = "testing something else";
1960 EXPECT_FALSE(data1->Send(DataBuffer(data_to_send1)));
1961
1962 CreateOfferReceiveAnswer();
1963 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
1964 EXPECT_TRUE_WAIT(observer2->IsOpen(), kTimeout);
1965
1966 EXPECT_EQ(DataChannelInterface::kOpen, data1->state());
1967 EXPECT_EQ(DataChannelInterface::kOpen, data2->state());
1968 EXPECT_TRUE(data1->Send(DataBuffer(data_to_send1)));
1969 EXPECT_TRUE(data2->Send(DataBuffer(data_to_send2)));
1970
1971 EXPECT_EQ_WAIT(data_to_send1, observer1->last_message(), kTimeout);
1972 EXPECT_EQ_WAIT(data_to_send2, observer2->last_message(), kTimeout);
1973
1974 data1->Close();
1975 EXPECT_EQ(DataChannelInterface::kClosing, data1->state());
1976 CreateOfferReceiveAnswer();
1977 EXPECT_FALSE(observer1->IsOpen());
1978 EXPECT_EQ(DataChannelInterface::kClosed, data1->state());
1979 EXPECT_TRUE(observer2->IsOpen());
1980
1981 data_to_send2 = "testing something else again";
1982 EXPECT_TRUE(data2->Send(DataBuffer(data_to_send2)));
1983
1984 EXPECT_EQ_WAIT(data_to_send2, observer2->last_message(), kTimeout);
1985}
1986
1987// This test verifies that sendnig binary data over RTP data channels should
1988// fail.
Steve Anton36da6ff2018-02-16 16:04:20 -08001989TEST_P(PeerConnectionInterfaceTest, TestSendBinaryOnRtpDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001990 FakeConstraints constraints;
1991 constraints.SetAllowRtpDataChannels();
1992 CreatePeerConnection(&constraints);
zhihuang9763d562016-08-05 11:14:50 -07001993 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001994 pc_->CreateDataChannel("test1", NULL);
zhihuang9763d562016-08-05 11:14:50 -07001995 rtc::scoped_refptr<DataChannelInterface> data2 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001996 pc_->CreateDataChannel("test2", NULL);
1997 ASSERT_TRUE(data1 != NULL);
kwibergd1fe2812016-04-27 06:47:29 -07001998 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001999 new MockDataChannelObserver(data1));
kwibergd1fe2812016-04-27 06:47:29 -07002000 std::unique_ptr<MockDataChannelObserver> observer2(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002001 new MockDataChannelObserver(data2));
2002
2003 EXPECT_EQ(DataChannelInterface::kConnecting, data1->state());
2004 EXPECT_EQ(DataChannelInterface::kConnecting, data2->state());
2005
2006 CreateOfferReceiveAnswer();
2007 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
2008 EXPECT_TRUE_WAIT(observer2->IsOpen(), kTimeout);
2009
2010 EXPECT_EQ(DataChannelInterface::kOpen, data1->state());
2011 EXPECT_EQ(DataChannelInterface::kOpen, data2->state());
2012
jbaucheec21bd2016-03-20 06:15:43 -07002013 rtc::CopyOnWriteBuffer buffer("test", 4);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002014 EXPECT_FALSE(data1->Send(DataBuffer(buffer, true)));
2015}
2016
2017// This test setup a RTP data channels in loop back and test that a channel is
2018// opened even if the remote end answer with a zero SSRC.
Steve Anton36da6ff2018-02-16 16:04:20 -08002019TEST_P(PeerConnectionInterfaceTest, TestSendOnlyDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002020 FakeConstraints constraints;
2021 constraints.SetAllowRtpDataChannels();
2022 CreatePeerConnection(&constraints);
zhihuang9763d562016-08-05 11:14:50 -07002023 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002024 pc_->CreateDataChannel("test1", NULL);
kwibergd1fe2812016-04-27 06:47:29 -07002025 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002026 new MockDataChannelObserver(data1));
2027
2028 CreateOfferReceiveAnswerWithoutSsrc();
2029
2030 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
2031
2032 data1->Close();
2033 EXPECT_EQ(DataChannelInterface::kClosing, data1->state());
2034 CreateOfferReceiveAnswerWithoutSsrc();
2035 EXPECT_EQ(DataChannelInterface::kClosed, data1->state());
2036 EXPECT_FALSE(observer1->IsOpen());
2037}
2038
2039// This test that if a data channel is added in an answer a receive only channel
2040// channel is created.
Steve Anton36da6ff2018-02-16 16:04:20 -08002041TEST_P(PeerConnectionInterfaceTest, TestReceiveOnlyDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002042 FakeConstraints constraints;
2043 constraints.SetAllowRtpDataChannels();
2044 CreatePeerConnection(&constraints);
2045
2046 std::string offer_label = "offer_channel";
zhihuang9763d562016-08-05 11:14:50 -07002047 rtc::scoped_refptr<DataChannelInterface> offer_channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002048 pc_->CreateDataChannel(offer_label, NULL);
2049
2050 CreateOfferAsLocalDescription();
2051
2052 // Replace the data channel label in the offer and apply it as an answer.
2053 std::string receive_label = "answer_channel";
2054 std::string sdp;
2055 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002056 rtc::replace_substrs(offer_label.c_str(), offer_label.length(),
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002057 receive_label.c_str(), receive_label.length(),
2058 &sdp);
2059 CreateAnswerAsRemoteDescription(sdp);
2060
2061 // Verify that a new incoming data channel has been created and that
2062 // it is open but can't we written to.
2063 ASSERT_TRUE(observer_.last_datachannel_ != NULL);
2064 DataChannelInterface* received_channel = observer_.last_datachannel_;
2065 EXPECT_EQ(DataChannelInterface::kConnecting, received_channel->state());
2066 EXPECT_EQ(receive_label, received_channel->label());
2067 EXPECT_FALSE(received_channel->Send(DataBuffer("something")));
2068
2069 // Verify that the channel we initially offered has been rejected.
2070 EXPECT_EQ(DataChannelInterface::kClosed, offer_channel->state());
2071
2072 // Do another offer / answer exchange and verify that the data channel is
2073 // opened.
2074 CreateOfferReceiveAnswer();
2075 EXPECT_EQ_WAIT(DataChannelInterface::kOpen, received_channel->state(),
2076 kTimeout);
2077}
2078
2079// This test that no data channel is returned if a reliable channel is
2080// requested.
2081// TODO(perkj): Remove this test once reliable channels are implemented.
Steve Anton36da6ff2018-02-16 16:04:20 -08002082TEST_P(PeerConnectionInterfaceTest, CreateReliableRtpDataChannelShouldFail) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002083 FakeConstraints constraints;
2084 constraints.SetAllowRtpDataChannels();
2085 CreatePeerConnection(&constraints);
2086
2087 std::string label = "test";
2088 webrtc::DataChannelInit config;
2089 config.reliable = true;
zhihuang9763d562016-08-05 11:14:50 -07002090 rtc::scoped_refptr<DataChannelInterface> channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002091 pc_->CreateDataChannel(label, &config);
2092 EXPECT_TRUE(channel == NULL);
2093}
2094
deadbeefab9b2d12015-10-14 11:33:11 -07002095// Verifies that duplicated label is not allowed for RTP data channel.
Steve Anton36da6ff2018-02-16 16:04:20 -08002096TEST_P(PeerConnectionInterfaceTest, RtpDuplicatedLabelNotAllowed) {
deadbeefab9b2d12015-10-14 11:33:11 -07002097 FakeConstraints constraints;
2098 constraints.SetAllowRtpDataChannels();
2099 CreatePeerConnection(&constraints);
2100
2101 std::string label = "test";
zhihuang9763d562016-08-05 11:14:50 -07002102 rtc::scoped_refptr<DataChannelInterface> channel =
deadbeefab9b2d12015-10-14 11:33:11 -07002103 pc_->CreateDataChannel(label, nullptr);
2104 EXPECT_NE(channel, nullptr);
2105
zhihuang9763d562016-08-05 11:14:50 -07002106 rtc::scoped_refptr<DataChannelInterface> dup_channel =
deadbeefab9b2d12015-10-14 11:33:11 -07002107 pc_->CreateDataChannel(label, nullptr);
2108 EXPECT_EQ(dup_channel, nullptr);
2109}
2110
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002111// This tests that a SCTP data channel is returned using different
2112// DataChannelInit configurations.
Steve Anton36da6ff2018-02-16 16:04:20 -08002113TEST_P(PeerConnectionInterfaceTest, CreateSctpDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002114 FakeConstraints constraints;
2115 constraints.SetAllowDtlsSctpDataChannels();
2116 CreatePeerConnection(&constraints);
2117
2118 webrtc::DataChannelInit config;
2119
zhihuang9763d562016-08-05 11:14:50 -07002120 rtc::scoped_refptr<DataChannelInterface> channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002121 pc_->CreateDataChannel("1", &config);
2122 EXPECT_TRUE(channel != NULL);
2123 EXPECT_TRUE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002124 EXPECT_TRUE(observer_.renegotiation_needed_);
2125 observer_.renegotiation_needed_ = false;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002126
2127 config.ordered = false;
2128 channel = pc_->CreateDataChannel("2", &config);
2129 EXPECT_TRUE(channel != NULL);
2130 EXPECT_TRUE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002131 EXPECT_FALSE(observer_.renegotiation_needed_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002132
2133 config.ordered = true;
2134 config.maxRetransmits = 0;
2135 channel = pc_->CreateDataChannel("3", &config);
2136 EXPECT_TRUE(channel != NULL);
2137 EXPECT_FALSE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002138 EXPECT_FALSE(observer_.renegotiation_needed_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002139
2140 config.maxRetransmits = -1;
2141 config.maxRetransmitTime = 0;
2142 channel = pc_->CreateDataChannel("4", &config);
2143 EXPECT_TRUE(channel != NULL);
2144 EXPECT_FALSE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002145 EXPECT_FALSE(observer_.renegotiation_needed_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002146}
2147
2148// This tests that no data channel is returned if both maxRetransmits and
2149// maxRetransmitTime are set for SCTP data channels.
Steve Anton36da6ff2018-02-16 16:04:20 -08002150TEST_P(PeerConnectionInterfaceTest,
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002151 CreateSctpDataChannelShouldFailForInvalidConfig) {
2152 FakeConstraints constraints;
2153 constraints.SetAllowDtlsSctpDataChannels();
2154 CreatePeerConnection(&constraints);
2155
2156 std::string label = "test";
2157 webrtc::DataChannelInit config;
2158 config.maxRetransmits = 0;
2159 config.maxRetransmitTime = 0;
2160
zhihuang9763d562016-08-05 11:14:50 -07002161 rtc::scoped_refptr<DataChannelInterface> channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002162 pc_->CreateDataChannel(label, &config);
2163 EXPECT_TRUE(channel == NULL);
2164}
2165
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002166// The test verifies that creating a SCTP data channel with an id already in use
2167// or out of range should fail.
Steve Anton36da6ff2018-02-16 16:04:20 -08002168TEST_P(PeerConnectionInterfaceTest,
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002169 CreateSctpDataChannelWithInvalidIdShouldFail) {
2170 FakeConstraints constraints;
2171 constraints.SetAllowDtlsSctpDataChannels();
2172 CreatePeerConnection(&constraints);
2173
2174 webrtc::DataChannelInit config;
zhihuang9763d562016-08-05 11:14:50 -07002175 rtc::scoped_refptr<DataChannelInterface> channel;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002176
wu@webrtc.orgcecfd182013-10-30 05:18:12 +00002177 config.id = 1;
2178 channel = pc_->CreateDataChannel("1", &config);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002179 EXPECT_TRUE(channel != NULL);
2180 EXPECT_EQ(1, channel->id());
2181
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002182 channel = pc_->CreateDataChannel("x", &config);
2183 EXPECT_TRUE(channel == NULL);
2184
2185 config.id = cricket::kMaxSctpSid;
2186 channel = pc_->CreateDataChannel("max", &config);
2187 EXPECT_TRUE(channel != NULL);
2188 EXPECT_EQ(config.id, channel->id());
2189
2190 config.id = cricket::kMaxSctpSid + 1;
2191 channel = pc_->CreateDataChannel("x", &config);
2192 EXPECT_TRUE(channel == NULL);
2193}
2194
deadbeefab9b2d12015-10-14 11:33:11 -07002195// Verifies that duplicated label is allowed for SCTP data channel.
Steve Anton36da6ff2018-02-16 16:04:20 -08002196TEST_P(PeerConnectionInterfaceTest, SctpDuplicatedLabelAllowed) {
deadbeefab9b2d12015-10-14 11:33:11 -07002197 FakeConstraints constraints;
2198 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2199 true);
2200 CreatePeerConnection(&constraints);
2201
2202 std::string label = "test";
zhihuang9763d562016-08-05 11:14:50 -07002203 rtc::scoped_refptr<DataChannelInterface> channel =
deadbeefab9b2d12015-10-14 11:33:11 -07002204 pc_->CreateDataChannel(label, nullptr);
2205 EXPECT_NE(channel, nullptr);
2206
zhihuang9763d562016-08-05 11:14:50 -07002207 rtc::scoped_refptr<DataChannelInterface> dup_channel =
deadbeefab9b2d12015-10-14 11:33:11 -07002208 pc_->CreateDataChannel(label, nullptr);
2209 EXPECT_NE(dup_channel, nullptr);
2210}
2211
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002212// This test verifies that OnRenegotiationNeeded is fired for every new RTP
2213// DataChannel.
Steve Anton36da6ff2018-02-16 16:04:20 -08002214TEST_P(PeerConnectionInterfaceTest, RenegotiationNeededForNewRtpDataChannel) {
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002215 FakeConstraints constraints;
2216 constraints.SetAllowRtpDataChannels();
2217 CreatePeerConnection(&constraints);
2218
zhihuang9763d562016-08-05 11:14:50 -07002219 rtc::scoped_refptr<DataChannelInterface> dc1 =
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002220 pc_->CreateDataChannel("test1", NULL);
2221 EXPECT_TRUE(observer_.renegotiation_needed_);
2222 observer_.renegotiation_needed_ = false;
2223
zhihuang9763d562016-08-05 11:14:50 -07002224 rtc::scoped_refptr<DataChannelInterface> dc2 =
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002225 pc_->CreateDataChannel("test2", NULL);
2226 EXPECT_TRUE(observer_.renegotiation_needed_);
2227}
2228
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002229// This test that a data channel closes when a PeerConnection is deleted/closed.
Steve Anton36da6ff2018-02-16 16:04:20 -08002230TEST_P(PeerConnectionInterfaceTest, DataChannelCloseWhenPeerConnectionClose) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002231 FakeConstraints constraints;
2232 constraints.SetAllowRtpDataChannels();
2233 CreatePeerConnection(&constraints);
2234
zhihuang9763d562016-08-05 11:14:50 -07002235 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002236 pc_->CreateDataChannel("test1", NULL);
zhihuang9763d562016-08-05 11:14:50 -07002237 rtc::scoped_refptr<DataChannelInterface> data2 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002238 pc_->CreateDataChannel("test2", NULL);
2239 ASSERT_TRUE(data1 != NULL);
kwibergd1fe2812016-04-27 06:47:29 -07002240 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002241 new MockDataChannelObserver(data1));
kwibergd1fe2812016-04-27 06:47:29 -07002242 std::unique_ptr<MockDataChannelObserver> observer2(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002243 new MockDataChannelObserver(data2));
2244
2245 CreateOfferReceiveAnswer();
2246 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
2247 EXPECT_TRUE_WAIT(observer2->IsOpen(), kTimeout);
2248
2249 ReleasePeerConnection();
2250 EXPECT_EQ(DataChannelInterface::kClosed, data1->state());
2251 EXPECT_EQ(DataChannelInterface::kClosed, data2->state());
2252}
2253
2254// This test that data channels can be rejected in an answer.
Steve Anton36da6ff2018-02-16 16:04:20 -08002255TEST_P(PeerConnectionInterfaceTest, TestRejectDataChannelInAnswer) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002256 FakeConstraints constraints;
2257 constraints.SetAllowRtpDataChannels();
2258 CreatePeerConnection(&constraints);
2259
zhihuang9763d562016-08-05 11:14:50 -07002260 rtc::scoped_refptr<DataChannelInterface> offer_channel(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002261 pc_->CreateDataChannel("offer_channel", NULL));
2262
2263 CreateOfferAsLocalDescription();
2264
2265 // Create an answer where the m-line for data channels are rejected.
2266 std::string sdp;
2267 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002268 std::unique_ptr<SessionDescriptionInterface> answer(
Steve Antona3a92c22017-12-07 10:27:41 -08002269 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002270 ASSERT_TRUE(answer);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002271 cricket::ContentInfo* data_info =
Steve Anton36da6ff2018-02-16 16:04:20 -08002272 cricket::GetFirstDataContent(answer->description());
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002273 data_info->rejected = true;
2274
Steve Antondb45ca82017-09-11 18:27:34 -07002275 DoSetRemoteDescription(std::move(answer));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002276 EXPECT_EQ(DataChannelInterface::kClosed, offer_channel->state());
2277}
2278
2279// Test that we can create a session description from an SDP string from
2280// FireFox, use it as a remote session description, generate an answer and use
2281// the answer as a local description.
Steve Anton36da6ff2018-02-16 16:04:20 -08002282TEST_P(PeerConnectionInterfaceTest, ReceiveFireFoxOffer) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002283 FakeConstraints constraints;
2284 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2285 true);
2286 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002287 AddAudioTrack("audio_label");
2288 AddVideoTrack("video_label");
Steve Antondb45ca82017-09-11 18:27:34 -07002289 std::unique_ptr<SessionDescriptionInterface> desc(
Steve Antona3a92c22017-12-07 10:27:41 -08002290 webrtc::CreateSessionDescription(SdpType::kOffer,
Steve Antondb45ca82017-09-11 18:27:34 -07002291 webrtc::kFireFoxSdpOffer, nullptr));
2292 EXPECT_TRUE(DoSetSessionDescription(std::move(desc), false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002293 CreateAnswerAsLocalDescription();
2294 ASSERT_TRUE(pc_->local_description() != NULL);
2295 ASSERT_TRUE(pc_->remote_description() != NULL);
2296
2297 const cricket::ContentInfo* content =
2298 cricket::GetFirstAudioContent(pc_->local_description()->description());
2299 ASSERT_TRUE(content != NULL);
2300 EXPECT_FALSE(content->rejected);
2301
2302 content =
2303 cricket::GetFirstVideoContent(pc_->local_description()->description());
2304 ASSERT_TRUE(content != NULL);
2305 EXPECT_FALSE(content->rejected);
sergeyu@chromium.orga23f0ca2013-11-13 22:48:52 +00002306#ifdef HAVE_SCTP
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002307 content =
2308 cricket::GetFirstDataContent(pc_->local_description()->description());
2309 ASSERT_TRUE(content != NULL);
Zhi Huange830e682018-03-30 10:48:35 -07002310 EXPECT_FALSE(content->rejected);
sergeyu@chromium.orga23f0ca2013-11-13 22:48:52 +00002311#endif
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002312}
2313
zhihuangb19012e2017-09-19 13:47:59 -07002314// Test that fallback from DTLS to SDES is not supported.
2315// The fallback was previously supported but was removed to simplify the code
2316// and because it's non-standard.
Steve Anton36da6ff2018-02-16 16:04:20 -08002317TEST_P(PeerConnectionInterfaceTest, DtlsSdesFallbackNotSupported) {
deadbeef8662f942017-01-20 21:20:51 -08002318 FakeConstraints constraints;
2319 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2320 true);
2321 CreatePeerConnection(&constraints);
2322 // Wait for fake certificate to be generated. Previously, this is what caused
2323 // the "a=crypto" lines to be rejected.
Steve Anton36da6ff2018-02-16 16:04:20 -08002324 AddAudioTrack("audio_label");
2325 AddVideoTrack("video_label");
deadbeef8662f942017-01-20 21:20:51 -08002326 ASSERT_NE(nullptr, fake_certificate_generator_);
2327 EXPECT_EQ_WAIT(1, fake_certificate_generator_->generated_certificates(),
2328 kTimeout);
Steve Antondb45ca82017-09-11 18:27:34 -07002329 std::unique_ptr<SessionDescriptionInterface> desc(
Steve Antona3a92c22017-12-07 10:27:41 -08002330 webrtc::CreateSessionDescription(SdpType::kOffer, kDtlsSdesFallbackSdp,
2331 nullptr));
Zhi Huange830e682018-03-30 10:48:35 -07002332 EXPECT_FALSE(DoSetSessionDescription(std::move(desc), /*local=*/false));
deadbeef8662f942017-01-20 21:20:51 -08002333}
2334
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002335// Test that we can create an audio only offer and receive an answer with a
2336// limited set of audio codecs and receive an updated offer with more audio
2337// codecs, where the added codecs are not supported.
Steve Anton36da6ff2018-02-16 16:04:20 -08002338TEST_P(PeerConnectionInterfaceTest, ReceiveUpdatedAudioOfferWithBadCodecs) {
deadbeef293e9262017-01-11 12:28:30 -08002339 CreatePeerConnectionWithoutDtls();
Steve Anton36da6ff2018-02-16 16:04:20 -08002340 AddAudioTrack("audio_label");
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002341 CreateOfferAsLocalDescription();
2342
Steve Anton36da6ff2018-02-16 16:04:20 -08002343 const char* answer_sdp =
2344 (sdp_semantics_ == SdpSemantics::kPlanB ? webrtc::kAudioSdpPlanB
2345 : webrtc::kAudioSdpUnifiedPlan);
Steve Antondb45ca82017-09-11 18:27:34 -07002346 std::unique_ptr<SessionDescriptionInterface> answer(
Steve Anton36da6ff2018-02-16 16:04:20 -08002347 webrtc::CreateSessionDescription(SdpType::kAnswer, answer_sdp, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07002348 EXPECT_TRUE(DoSetSessionDescription(std::move(answer), false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002349
Steve Anton36da6ff2018-02-16 16:04:20 -08002350 const char* reoffer_sdp =
2351 (sdp_semantics_ == SdpSemantics::kPlanB
2352 ? webrtc::kAudioSdpWithUnsupportedCodecsPlanB
2353 : webrtc::kAudioSdpWithUnsupportedCodecsUnifiedPlan);
Steve Antondb45ca82017-09-11 18:27:34 -07002354 std::unique_ptr<SessionDescriptionInterface> updated_offer(
Steve Anton36da6ff2018-02-16 16:04:20 -08002355 webrtc::CreateSessionDescription(SdpType::kOffer, reoffer_sdp, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07002356 EXPECT_TRUE(DoSetSessionDescription(std::move(updated_offer), false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002357 CreateAnswerAsLocalDescription();
2358}
2359
deadbeefc80741f2015-10-22 13:14:45 -07002360// Test that if we're receiving (but not sending) a track, subsequent offers
2361// will have m-lines with a=recvonly.
Steve Anton36da6ff2018-02-16 16:04:20 -08002362TEST_P(PeerConnectionInterfaceTest, CreateSubsequentRecvOnlyOffer) {
deadbeefc80741f2015-10-22 13:14:45 -07002363 FakeConstraints constraints;
2364 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2365 true);
2366 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002367 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
deadbeefc80741f2015-10-22 13:14:45 -07002368 CreateAnswerAsLocalDescription();
2369
2370 // At this point we should be receiving stream 1, but not sending anything.
2371 // A new offer should be recvonly.
kwibergd1fe2812016-04-27 06:47:29 -07002372 std::unique_ptr<SessionDescriptionInterface> offer;
deadbeefc80741f2015-10-22 13:14:45 -07002373 DoCreateOffer(&offer, nullptr);
2374
2375 const cricket::ContentInfo* video_content =
2376 cricket::GetFirstVideoContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08002377 ASSERT_EQ(RtpTransceiverDirection::kRecvOnly,
2378 video_content->media_description()->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002379
2380 const cricket::ContentInfo* audio_content =
2381 cricket::GetFirstAudioContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08002382 ASSERT_EQ(RtpTransceiverDirection::kRecvOnly,
2383 audio_content->media_description()->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002384}
2385
2386// Test that if we're receiving (but not sending) a track, and the
2387// offerToReceiveVideo/offerToReceiveAudio constraints are explicitly set to
2388// false, the generated m-lines will be a=inactive.
Steve Anton36da6ff2018-02-16 16:04:20 -08002389TEST_P(PeerConnectionInterfaceTest, CreateSubsequentInactiveOffer) {
deadbeefc80741f2015-10-22 13:14:45 -07002390 FakeConstraints constraints;
2391 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2392 true);
2393 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002394 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
deadbeefc80741f2015-10-22 13:14:45 -07002395 CreateAnswerAsLocalDescription();
2396
2397 // At this point we should be receiving stream 1, but not sending anything.
2398 // A new offer would be recvonly, but we'll set the "no receive" constraints
2399 // to make it inactive.
kwibergd1fe2812016-04-27 06:47:29 -07002400 std::unique_ptr<SessionDescriptionInterface> offer;
deadbeefc80741f2015-10-22 13:14:45 -07002401 FakeConstraints offer_constraints;
2402 offer_constraints.AddMandatory(
2403 webrtc::MediaConstraintsInterface::kOfferToReceiveVideo, false);
2404 offer_constraints.AddMandatory(
2405 webrtc::MediaConstraintsInterface::kOfferToReceiveAudio, false);
2406 DoCreateOffer(&offer, &offer_constraints);
2407
2408 const cricket::ContentInfo* video_content =
2409 cricket::GetFirstVideoContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08002410 ASSERT_EQ(RtpTransceiverDirection::kInactive,
2411 video_content->media_description()->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002412
2413 const cricket::ContentInfo* audio_content =
2414 cricket::GetFirstAudioContent(offer->description());
Steve Antonb1c1de12017-12-21 15:14:30 -08002415 ASSERT_EQ(RtpTransceiverDirection::kInactive,
2416 audio_content->media_description()->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002417}
2418
deadbeef653b8e02015-11-11 12:55:10 -08002419// Test that we can use SetConfiguration to change the ICE servers of the
2420// PortAllocator.
Steve Anton36da6ff2018-02-16 16:04:20 -08002421TEST_P(PeerConnectionInterfaceTest, SetConfigurationChangesIceServers) {
deadbeef653b8e02015-11-11 12:55:10 -08002422 CreatePeerConnection();
2423
Steve Anton36da6ff2018-02-16 16:04:20 -08002424 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
deadbeef653b8e02015-11-11 12:55:10 -08002425 PeerConnectionInterface::IceServer server;
2426 server.uri = "stun:test_hostname";
2427 config.servers.push_back(server);
2428 EXPECT_TRUE(pc_->SetConfiguration(config));
2429
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -08002430 EXPECT_EQ(1u, port_allocator_->stun_servers().size());
2431 EXPECT_EQ("test_hostname",
2432 port_allocator_->stun_servers().begin()->hostname());
deadbeef653b8e02015-11-11 12:55:10 -08002433}
2434
Steve Anton36da6ff2018-02-16 16:04:20 -08002435TEST_P(PeerConnectionInterfaceTest, SetConfigurationChangesCandidateFilter) {
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002436 CreatePeerConnection();
Steve Anton36da6ff2018-02-16 16:04:20 -08002437 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002438 config.type = PeerConnectionInterface::kRelay;
2439 EXPECT_TRUE(pc_->SetConfiguration(config));
2440 EXPECT_EQ(cricket::CF_RELAY, port_allocator_->candidate_filter());
2441}
2442
Steve Anton36da6ff2018-02-16 16:04:20 -08002443TEST_P(PeerConnectionInterfaceTest, SetConfigurationChangesPruneTurnPortsFlag) {
deadbeef293e9262017-01-11 12:28:30 -08002444 PeerConnectionInterface::RTCConfiguration config;
2445 config.prune_turn_ports = false;
2446 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08002447 config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002448 EXPECT_FALSE(port_allocator_->prune_turn_ports());
2449
2450 config.prune_turn_ports = true;
2451 EXPECT_TRUE(pc_->SetConfiguration(config));
2452 EXPECT_TRUE(port_allocator_->prune_turn_ports());
2453}
2454
skvladd1f5fda2017-02-03 16:54:05 -08002455// Test that the ice check interval can be changed. This does not verify that
2456// the setting makes it all the way to P2PTransportChannel, as that would
2457// require a very complex set of mocks.
Steve Anton36da6ff2018-02-16 16:04:20 -08002458TEST_P(PeerConnectionInterfaceTest, SetConfigurationChangesIceCheckInterval) {
skvladd1f5fda2017-02-03 16:54:05 -08002459 PeerConnectionInterface::RTCConfiguration config;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01002460 config.ice_check_min_interval = rtc::nullopt;
skvladd1f5fda2017-02-03 16:54:05 -08002461 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08002462 config = pc_->GetConfiguration();
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01002463 config.ice_check_min_interval = 100;
skvladd1f5fda2017-02-03 16:54:05 -08002464 EXPECT_TRUE(pc_->SetConfiguration(config));
2465 PeerConnectionInterface::RTCConfiguration new_config =
2466 pc_->GetConfiguration();
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01002467 EXPECT_EQ(new_config.ice_check_min_interval, 100);
skvladd1f5fda2017-02-03 16:54:05 -08002468}
2469
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002470// Test that when SetConfiguration changes both the pool size and other
2471// attributes, the pooled session is created with the updated attributes.
Steve Anton36da6ff2018-02-16 16:04:20 -08002472TEST_P(PeerConnectionInterfaceTest,
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002473 SetConfigurationCreatesPooledSessionCorrectly) {
2474 CreatePeerConnection();
Steve Anton36da6ff2018-02-16 16:04:20 -08002475 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002476 config.ice_candidate_pool_size = 1;
2477 PeerConnectionInterface::IceServer server;
2478 server.uri = kStunAddressOnly;
2479 config.servers.push_back(server);
2480 config.type = PeerConnectionInterface::kRelay;
Taylor Brandstetter417eebe2016-05-23 16:02:19 -07002481 EXPECT_TRUE(pc_->SetConfiguration(config));
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002482
2483 const cricket::FakePortAllocatorSession* session =
2484 static_cast<const cricket::FakePortAllocatorSession*>(
2485 port_allocator_->GetPooledSession());
2486 ASSERT_NE(nullptr, session);
2487 EXPECT_EQ(1UL, session->stun_servers().size());
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002488}
2489
deadbeef293e9262017-01-11 12:28:30 -08002490// Test that after SetLocalDescription, changing the pool size is not allowed,
2491// and an invalid modification error is returned.
Steve Anton36da6ff2018-02-16 16:04:20 -08002492TEST_P(PeerConnectionInterfaceTest,
deadbeef6de92f92016-12-12 18:49:32 -08002493 CantChangePoolSizeAfterSetLocalDescription) {
2494 CreatePeerConnection();
2495 // Start by setting a size of 1.
Steve Anton36da6ff2018-02-16 16:04:20 -08002496 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
deadbeef6de92f92016-12-12 18:49:32 -08002497 config.ice_candidate_pool_size = 1;
2498 EXPECT_TRUE(pc_->SetConfiguration(config));
2499
2500 // Set remote offer; can still change pool size at this point.
2501 CreateOfferAsRemoteDescription();
2502 config.ice_candidate_pool_size = 2;
2503 EXPECT_TRUE(pc_->SetConfiguration(config));
2504
2505 // Set local answer; now it's too late.
2506 CreateAnswerAsLocalDescription();
2507 config.ice_candidate_pool_size = 3;
deadbeef293e9262017-01-11 12:28:30 -08002508 RTCError error;
2509 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2510 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2511}
2512
deadbeef42a42632017-03-10 15:18:00 -08002513// Test that after setting an answer, extra pooled sessions are discarded. The
2514// ICE candidate pool is only intended to be used for the first offer/answer.
Steve Anton36da6ff2018-02-16 16:04:20 -08002515TEST_P(PeerConnectionInterfaceTest,
deadbeef42a42632017-03-10 15:18:00 -08002516 ExtraPooledSessionsDiscardedAfterApplyingAnswer) {
2517 CreatePeerConnection();
2518
2519 // Set a larger-than-necessary size.
Steve Anton36da6ff2018-02-16 16:04:20 -08002520 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
deadbeef42a42632017-03-10 15:18:00 -08002521 config.ice_candidate_pool_size = 4;
2522 EXPECT_TRUE(pc_->SetConfiguration(config));
2523
2524 // Do offer/answer.
2525 CreateOfferAsRemoteDescription();
2526 CreateAnswerAsLocalDescription();
2527
2528 // Expect no pooled sessions to be left.
2529 const cricket::PortAllocatorSession* session =
2530 port_allocator_->GetPooledSession();
2531 EXPECT_EQ(nullptr, session);
2532}
2533
2534// After Close is called, pooled candidates should be discarded so as to not
2535// waste network resources.
Steve Anton36da6ff2018-02-16 16:04:20 -08002536TEST_P(PeerConnectionInterfaceTest, PooledSessionsDiscardedAfterClose) {
deadbeef42a42632017-03-10 15:18:00 -08002537 CreatePeerConnection();
2538
Steve Anton36da6ff2018-02-16 16:04:20 -08002539 PeerConnectionInterface::RTCConfiguration config = pc_->GetConfiguration();
deadbeef42a42632017-03-10 15:18:00 -08002540 config.ice_candidate_pool_size = 3;
2541 EXPECT_TRUE(pc_->SetConfiguration(config));
2542 pc_->Close();
2543
2544 // Expect no pooled sessions to be left.
2545 const cricket::PortAllocatorSession* session =
2546 port_allocator_->GetPooledSession();
2547 EXPECT_EQ(nullptr, session);
2548}
2549
deadbeef293e9262017-01-11 12:28:30 -08002550// Test that SetConfiguration returns an invalid modification error if
2551// modifying a field in the configuration that isn't allowed to be modified.
Steve Anton36da6ff2018-02-16 16:04:20 -08002552TEST_P(PeerConnectionInterfaceTest,
deadbeef293e9262017-01-11 12:28:30 -08002553 SetConfigurationReturnsInvalidModificationError) {
2554 PeerConnectionInterface::RTCConfiguration config;
2555 config.bundle_policy = PeerConnectionInterface::kBundlePolicyBalanced;
2556 config.rtcp_mux_policy = PeerConnectionInterface::kRtcpMuxPolicyNegotiate;
2557 config.continual_gathering_policy = PeerConnectionInterface::GATHER_ONCE;
2558 CreatePeerConnection(config, nullptr);
2559
Steve Anton36da6ff2018-02-16 16:04:20 -08002560 PeerConnectionInterface::RTCConfiguration modified_config =
2561 pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002562 modified_config.bundle_policy =
2563 PeerConnectionInterface::kBundlePolicyMaxBundle;
2564 RTCError error;
2565 EXPECT_FALSE(pc_->SetConfiguration(modified_config, &error));
2566 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2567
Steve Anton36da6ff2018-02-16 16:04:20 -08002568 modified_config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002569 modified_config.rtcp_mux_policy =
2570 PeerConnectionInterface::kRtcpMuxPolicyRequire;
2571 error.set_type(RTCErrorType::NONE);
2572 EXPECT_FALSE(pc_->SetConfiguration(modified_config, &error));
2573 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2574
Steve Anton36da6ff2018-02-16 16:04:20 -08002575 modified_config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002576 modified_config.continual_gathering_policy =
2577 PeerConnectionInterface::GATHER_CONTINUALLY;
2578 error.set_type(RTCErrorType::NONE);
2579 EXPECT_FALSE(pc_->SetConfiguration(modified_config, &error));
2580 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2581}
2582
2583// Test that SetConfiguration returns a range error if the candidate pool size
2584// is negative or larger than allowed by the spec.
Steve Anton36da6ff2018-02-16 16:04:20 -08002585TEST_P(PeerConnectionInterfaceTest,
deadbeef293e9262017-01-11 12:28:30 -08002586 SetConfigurationReturnsRangeErrorForBadCandidatePoolSize) {
2587 PeerConnectionInterface::RTCConfiguration config;
2588 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08002589 config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002590
2591 config.ice_candidate_pool_size = -1;
2592 RTCError error;
2593 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2594 EXPECT_EQ(RTCErrorType::INVALID_RANGE, error.type());
2595
2596 config.ice_candidate_pool_size = INT_MAX;
2597 error.set_type(RTCErrorType::NONE);
2598 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2599 EXPECT_EQ(RTCErrorType::INVALID_RANGE, error.type());
2600}
2601
2602// Test that SetConfiguration returns a syntax error if parsing an ICE server
2603// URL failed.
Steve Anton36da6ff2018-02-16 16:04:20 -08002604TEST_P(PeerConnectionInterfaceTest,
deadbeef293e9262017-01-11 12:28:30 -08002605 SetConfigurationReturnsSyntaxErrorFromBadIceUrls) {
2606 PeerConnectionInterface::RTCConfiguration config;
2607 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08002608 config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002609
2610 PeerConnectionInterface::IceServer bad_server;
2611 bad_server.uri = "stunn:www.example.com";
2612 config.servers.push_back(bad_server);
2613 RTCError error;
2614 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2615 EXPECT_EQ(RTCErrorType::SYNTAX_ERROR, error.type());
2616}
2617
2618// Test that SetConfiguration returns an invalid parameter error if a TURN
2619// IceServer is missing a username or password.
Steve Anton36da6ff2018-02-16 16:04:20 -08002620TEST_P(PeerConnectionInterfaceTest,
deadbeef293e9262017-01-11 12:28:30 -08002621 SetConfigurationReturnsInvalidParameterIfCredentialsMissing) {
2622 PeerConnectionInterface::RTCConfiguration config;
2623 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08002624 config = pc_->GetConfiguration();
deadbeef293e9262017-01-11 12:28:30 -08002625
2626 PeerConnectionInterface::IceServer bad_server;
2627 bad_server.uri = "turn:www.example.com";
2628 // Missing password.
2629 bad_server.username = "foo";
2630 config.servers.push_back(bad_server);
2631 RTCError error;
2632 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2633 EXPECT_EQ(RTCErrorType::INVALID_PARAMETER, error.type());
deadbeef6de92f92016-12-12 18:49:32 -08002634}
2635
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002636// Test that PeerConnection::Close changes the states to closed and all remote
2637// tracks change state to ended.
Steve Anton36da6ff2018-02-16 16:04:20 -08002638TEST_P(PeerConnectionInterfaceTest, CloseAndTestStreamsAndStates) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002639 // Initialize a PeerConnection and negotiate local and remote session
2640 // description.
2641 InitiateCall();
Steve Anton36da6ff2018-02-16 16:04:20 -08002642
2643 // With Plan B, verify the stream count. The analog with Unified Plan is the
2644 // RtpTransceiver count.
2645 if (sdp_semantics_ == SdpSemantics::kPlanB) {
2646 ASSERT_EQ(1u, pc_->local_streams()->count());
2647 ASSERT_EQ(1u, pc_->remote_streams()->count());
2648 } else {
2649 ASSERT_EQ(2u, pc_->GetTransceivers().size());
2650 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002651
2652 pc_->Close();
2653
2654 EXPECT_EQ(PeerConnectionInterface::kClosed, pc_->signaling_state());
2655 EXPECT_EQ(PeerConnectionInterface::kIceConnectionClosed,
2656 pc_->ice_connection_state());
2657 EXPECT_EQ(PeerConnectionInterface::kIceGatheringComplete,
2658 pc_->ice_gathering_state());
2659
Steve Anton36da6ff2018-02-16 16:04:20 -08002660 if (sdp_semantics_ == SdpSemantics::kPlanB) {
2661 EXPECT_EQ(1u, pc_->local_streams()->count());
2662 EXPECT_EQ(1u, pc_->remote_streams()->count());
2663 } else {
2664 // Verify that the RtpTransceivers are still present but all stopped.
2665 EXPECT_EQ(2u, pc_->GetTransceivers().size());
2666 for (auto transceiver : pc_->GetTransceivers()) {
2667 EXPECT_TRUE(transceiver->stopped());
2668 }
2669 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002670
Steve Anton36da6ff2018-02-16 16:04:20 -08002671 auto audio_receiver = GetFirstReceiverOfType(cricket::MEDIA_TYPE_AUDIO);
2672 ASSERT_TRUE(audio_receiver);
2673 auto video_receiver = GetFirstReceiverOfType(cricket::MEDIA_TYPE_VIDEO);
2674 ASSERT_TRUE(video_receiver);
2675
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002676 // Track state may be updated asynchronously.
perkjd61bf802016-03-24 03:16:19 -07002677 EXPECT_EQ_WAIT(MediaStreamTrackInterface::kEnded,
Steve Anton36da6ff2018-02-16 16:04:20 -08002678 audio_receiver->track()->state(), kTimeout);
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002679 EXPECT_EQ_WAIT(MediaStreamTrackInterface::kEnded,
Steve Anton36da6ff2018-02-16 16:04:20 -08002680 video_receiver->track()->state(), kTimeout);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002681}
2682
2683// Test that PeerConnection methods fails gracefully after
2684// PeerConnection::Close has been called.
Steve Anton36da6ff2018-02-16 16:04:20 -08002685// Don't run under Unified Plan since the stream API is not available.
2686TEST_F(PeerConnectionInterfaceTestPlanB, CloseAndTestMethods) {
deadbeef293e9262017-01-11 12:28:30 -08002687 CreatePeerConnectionWithoutDtls();
Seth Hampson845e8782018-03-02 11:34:10 -08002688 AddAudioVideoStream(kStreamId1, "audio_label", "video_label");
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002689 CreateOfferAsRemoteDescription();
2690 CreateAnswerAsLocalDescription();
2691
2692 ASSERT_EQ(1u, pc_->local_streams()->count());
zhihuang9763d562016-08-05 11:14:50 -07002693 rtc::scoped_refptr<MediaStreamInterface> local_stream =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002694 pc_->local_streams()->at(0);
2695
2696 pc_->Close();
2697
2698 pc_->RemoveStream(local_stream);
perkj@webrtc.orgc2dd5ee2014-11-04 11:31:29 +00002699 EXPECT_FALSE(pc_->AddStream(local_stream));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002700
2701 ASSERT_FALSE(local_stream->GetAudioTracks().empty());
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002702 rtc::scoped_refptr<webrtc::DtmfSenderInterface> dtmf_sender(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002703 pc_->CreateDtmfSender(local_stream->GetAudioTracks()[0]));
wu@webrtc.org66037362013-08-13 00:09:35 +00002704 EXPECT_TRUE(NULL == dtmf_sender); // local stream has been removed.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002705
2706 EXPECT_TRUE(pc_->CreateDataChannel("test", NULL) == NULL);
2707
2708 EXPECT_TRUE(pc_->local_description() != NULL);
2709 EXPECT_TRUE(pc_->remote_description() != NULL);
2710
kwibergd1fe2812016-04-27 06:47:29 -07002711 std::unique_ptr<SessionDescriptionInterface> offer;
Steve Anton8d3444d2017-10-20 15:30:51 -07002712 EXPECT_FALSE(DoCreateOffer(&offer, nullptr));
kwibergd1fe2812016-04-27 06:47:29 -07002713 std::unique_ptr<SessionDescriptionInterface> answer;
Steve Anton8d3444d2017-10-20 15:30:51 -07002714 EXPECT_FALSE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002715
2716 std::string sdp;
2717 ASSERT_TRUE(pc_->remote_description()->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002718 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08002719 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002720 EXPECT_FALSE(DoSetRemoteDescription(std::move(remote_offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002721
2722 ASSERT_TRUE(pc_->local_description()->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002723 std::unique_ptr<SessionDescriptionInterface> local_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08002724 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002725 EXPECT_FALSE(DoSetLocalDescription(std::move(local_offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002726}
2727
2728// Test that GetStats can still be called after PeerConnection::Close.
Steve Anton36da6ff2018-02-16 16:04:20 -08002729TEST_P(PeerConnectionInterfaceTest, CloseAndGetStats) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002730 InitiateCall();
2731 pc_->Close();
2732 DoGetStats(NULL);
2733}
deadbeefab9b2d12015-10-14 11:33:11 -07002734
2735// NOTE: The series of tests below come from what used to be
2736// mediastreamsignaling_unittest.cc, and are mostly aimed at testing that
2737// setting a remote or local description has the expected effects.
2738
2739// This test verifies that the remote MediaStreams corresponding to a received
2740// SDP string is created. In this test the two separate MediaStreams are
2741// signaled.
Steve Anton36da6ff2018-02-16 16:04:20 -08002742TEST_P(PeerConnectionInterfaceTest, UpdateRemoteStreams) {
deadbeefab9b2d12015-10-14 11:33:11 -07002743 FakeConstraints constraints;
2744 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2745 true);
2746 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002747 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
deadbeefab9b2d12015-10-14 11:33:11 -07002748
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002749 rtc::scoped_refptr<StreamCollection> reference(CreateStreamCollection(1, 1));
deadbeefab9b2d12015-10-14 11:33:11 -07002750 EXPECT_TRUE(
2751 CompareStreamCollections(observer_.remote_streams(), reference.get()));
2752 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2753 EXPECT_TRUE(remote_stream->GetVideoTracks()[0]->GetSource() != nullptr);
2754
2755 // Create a session description based on another SDP with another
2756 // MediaStream.
Steve Anton36da6ff2018-02-16 16:04:20 -08002757 CreateAndSetRemoteOffer(GetSdpStringWithStream1And2());
deadbeefab9b2d12015-10-14 11:33:11 -07002758
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002759 rtc::scoped_refptr<StreamCollection> reference2(CreateStreamCollection(2, 1));
deadbeefab9b2d12015-10-14 11:33:11 -07002760 EXPECT_TRUE(
2761 CompareStreamCollections(observer_.remote_streams(), reference2.get()));
2762}
2763
2764// This test verifies that when remote tracks are added/removed from SDP, the
2765// created remote streams are updated appropriately.
Steve Anton36da6ff2018-02-16 16:04:20 -08002766// Don't run under Unified Plan since this test uses Plan B SDP to test Plan B
2767// specific behavior.
2768TEST_F(PeerConnectionInterfaceTestPlanB,
deadbeefab9b2d12015-10-14 11:33:11 -07002769 AddRemoveTrackFromExistingRemoteMediaStream) {
2770 FakeConstraints constraints;
2771 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2772 true);
2773 CreatePeerConnection(&constraints);
kwibergd1fe2812016-04-27 06:47:29 -07002774 std::unique_ptr<SessionDescriptionInterface> desc_ms1 =
kwiberg2bbff992016-03-16 11:03:04 -07002775 CreateSessionDescriptionAndReference(1, 1);
Steve Antondb45ca82017-09-11 18:27:34 -07002776 EXPECT_TRUE(DoSetRemoteDescription(std::move(desc_ms1)));
deadbeefab9b2d12015-10-14 11:33:11 -07002777 EXPECT_TRUE(CompareStreamCollections(observer_.remote_streams(),
2778 reference_collection_));
2779
2780 // Add extra audio and video tracks to the same MediaStream.
kwibergd1fe2812016-04-27 06:47:29 -07002781 std::unique_ptr<SessionDescriptionInterface> desc_ms1_two_tracks =
kwiberg2bbff992016-03-16 11:03:04 -07002782 CreateSessionDescriptionAndReference(2, 2);
Steve Antondb45ca82017-09-11 18:27:34 -07002783 EXPECT_TRUE(DoSetRemoteDescription(std::move(desc_ms1_two_tracks)));
deadbeefab9b2d12015-10-14 11:33:11 -07002784 EXPECT_TRUE(CompareStreamCollections(observer_.remote_streams(),
2785 reference_collection_));
zhihuang9763d562016-08-05 11:14:50 -07002786 rtc::scoped_refptr<AudioTrackInterface> audio_track2 =
perkjd61bf802016-03-24 03:16:19 -07002787 observer_.remote_streams()->at(0)->GetAudioTracks()[1];
2788 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kLive, audio_track2->state());
zhihuang9763d562016-08-05 11:14:50 -07002789 rtc::scoped_refptr<VideoTrackInterface> video_track2 =
perkjd61bf802016-03-24 03:16:19 -07002790 observer_.remote_streams()->at(0)->GetVideoTracks()[1];
2791 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kLive, video_track2->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002792
2793 // Remove the extra audio and video tracks.
kwibergd1fe2812016-04-27 06:47:29 -07002794 std::unique_ptr<SessionDescriptionInterface> desc_ms2 =
kwiberg2bbff992016-03-16 11:03:04 -07002795 CreateSessionDescriptionAndReference(1, 1);
perkjd61bf802016-03-24 03:16:19 -07002796 MockTrackObserver audio_track_observer(audio_track2);
2797 MockTrackObserver video_track_observer(video_track2);
2798
2799 EXPECT_CALL(audio_track_observer, OnChanged()).Times(Exactly(1));
2800 EXPECT_CALL(video_track_observer, OnChanged()).Times(Exactly(1));
Steve Antondb45ca82017-09-11 18:27:34 -07002801 EXPECT_TRUE(DoSetRemoteDescription(std::move(desc_ms2)));
deadbeefab9b2d12015-10-14 11:33:11 -07002802 EXPECT_TRUE(CompareStreamCollections(observer_.remote_streams(),
2803 reference_collection_));
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002804 // Track state may be updated asynchronously.
perkjd61bf802016-03-24 03:16:19 -07002805 EXPECT_EQ_WAIT(webrtc::MediaStreamTrackInterface::kEnded,
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002806 audio_track2->state(), kTimeout);
2807 EXPECT_EQ_WAIT(webrtc::MediaStreamTrackInterface::kEnded,
2808 video_track2->state(), kTimeout);
deadbeefab9b2d12015-10-14 11:33:11 -07002809}
2810
2811// This tests that remote tracks are ended if a local session description is set
2812// that rejects the media content type.
Steve Anton36da6ff2018-02-16 16:04:20 -08002813TEST_P(PeerConnectionInterfaceTest, RejectMediaContent) {
deadbeefab9b2d12015-10-14 11:33:11 -07002814 FakeConstraints constraints;
2815 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2816 true);
2817 CreatePeerConnection(&constraints);
2818 // First create and set a remote offer, then reject its video content in our
2819 // answer.
Steve Anton36da6ff2018-02-16 16:04:20 -08002820 CreateAndSetRemoteOffer(kSdpStringWithStream1PlanB);
2821 auto audio_receiver = GetFirstReceiverOfType(cricket::MEDIA_TYPE_AUDIO);
2822 ASSERT_TRUE(audio_receiver);
2823 auto video_receiver = GetFirstReceiverOfType(cricket::MEDIA_TYPE_VIDEO);
2824 ASSERT_TRUE(video_receiver);
deadbeefab9b2d12015-10-14 11:33:11 -07002825
Steve Anton36da6ff2018-02-16 16:04:20 -08002826 rtc::scoped_refptr<MediaStreamTrackInterface> remote_audio =
2827 audio_receiver->track();
deadbeefab9b2d12015-10-14 11:33:11 -07002828 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kLive, remote_audio->state());
Steve Anton36da6ff2018-02-16 16:04:20 -08002829 rtc::scoped_refptr<MediaStreamTrackInterface> remote_video =
2830 video_receiver->track();
2831 EXPECT_EQ(MediaStreamTrackInterface::kLive, remote_video->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002832
kwibergd1fe2812016-04-27 06:47:29 -07002833 std::unique_ptr<SessionDescriptionInterface> local_answer;
kwiberg2bbff992016-03-16 11:03:04 -07002834 EXPECT_TRUE(DoCreateAnswer(&local_answer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07002835 cricket::ContentInfo* video_info =
2836 local_answer->description()->GetContentByName("video");
2837 video_info->rejected = true;
Steve Antondb45ca82017-09-11 18:27:34 -07002838 EXPECT_TRUE(DoSetLocalDescription(std::move(local_answer)));
Steve Anton36da6ff2018-02-16 16:04:20 -08002839 EXPECT_EQ(MediaStreamTrackInterface::kEnded, remote_video->state());
2840 EXPECT_EQ(MediaStreamTrackInterface::kLive, remote_audio->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002841
2842 // Now create an offer where we reject both video and audio.
kwibergd1fe2812016-04-27 06:47:29 -07002843 std::unique_ptr<SessionDescriptionInterface> local_offer;
kwiberg2bbff992016-03-16 11:03:04 -07002844 EXPECT_TRUE(DoCreateOffer(&local_offer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07002845 video_info = local_offer->description()->GetContentByName("video");
2846 ASSERT_TRUE(video_info != nullptr);
2847 video_info->rejected = true;
2848 cricket::ContentInfo* audio_info =
2849 local_offer->description()->GetContentByName("audio");
2850 ASSERT_TRUE(audio_info != nullptr);
2851 audio_info->rejected = true;
Steve Antondb45ca82017-09-11 18:27:34 -07002852 EXPECT_TRUE(DoSetLocalDescription(std::move(local_offer)));
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002853 // Track state may be updated asynchronously.
Steve Anton36da6ff2018-02-16 16:04:20 -08002854 EXPECT_EQ_WAIT(MediaStreamTrackInterface::kEnded, remote_audio->state(),
2855 kTimeout);
2856 EXPECT_EQ_WAIT(MediaStreamTrackInterface::kEnded, remote_video->state(),
2857 kTimeout);
deadbeefab9b2d12015-10-14 11:33:11 -07002858}
2859
2860// This tests that we won't crash if the remote track has been removed outside
2861// of PeerConnection and then PeerConnection tries to reject the track.
Steve Anton36da6ff2018-02-16 16:04:20 -08002862// Don't run under Unified Plan since the stream API is not available.
2863TEST_F(PeerConnectionInterfaceTestPlanB, RemoveTrackThenRejectMediaContent) {
deadbeefab9b2d12015-10-14 11:33:11 -07002864 FakeConstraints constraints;
2865 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2866 true);
2867 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002868 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
deadbeefab9b2d12015-10-14 11:33:11 -07002869 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2870 remote_stream->RemoveTrack(remote_stream->GetVideoTracks()[0]);
2871 remote_stream->RemoveTrack(remote_stream->GetAudioTracks()[0]);
2872
kwibergd1fe2812016-04-27 06:47:29 -07002873 std::unique_ptr<SessionDescriptionInterface> local_answer(
Steve Anton36da6ff2018-02-16 16:04:20 -08002874 webrtc::CreateSessionDescription(SdpType::kAnswer,
2875 GetSdpStringWithStream1(), nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07002876 cricket::ContentInfo* video_info =
2877 local_answer->description()->GetContentByName("video");
2878 video_info->rejected = true;
2879 cricket::ContentInfo* audio_info =
2880 local_answer->description()->GetContentByName("audio");
2881 audio_info->rejected = true;
Steve Antondb45ca82017-09-11 18:27:34 -07002882 EXPECT_TRUE(DoSetLocalDescription(std::move(local_answer)));
deadbeefab9b2d12015-10-14 11:33:11 -07002883
2884 // No crash is a pass.
2885}
2886
deadbeef5e97fb52015-10-15 12:49:08 -07002887// This tests that if a recvonly remote description is set, no remote streams
2888// will be created, even if the description contains SSRCs/MSIDs.
2889// See: https://code.google.com/p/webrtc/issues/detail?id=5054
Steve Anton36da6ff2018-02-16 16:04:20 -08002890TEST_P(PeerConnectionInterfaceTest, RecvonlyDescriptionDoesntCreateStream) {
deadbeef5e97fb52015-10-15 12:49:08 -07002891 FakeConstraints constraints;
2892 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2893 true);
2894 CreatePeerConnection(&constraints);
2895
Steve Anton36da6ff2018-02-16 16:04:20 -08002896 std::string recvonly_offer = GetSdpStringWithStream1();
deadbeef5e97fb52015-10-15 12:49:08 -07002897 rtc::replace_substrs(kSendrecv, strlen(kSendrecv), kRecvonly,
2898 strlen(kRecvonly), &recvonly_offer);
2899 CreateAndSetRemoteOffer(recvonly_offer);
2900
2901 EXPECT_EQ(0u, observer_.remote_streams()->count());
2902}
2903
deadbeefab9b2d12015-10-14 11:33:11 -07002904// This tests that a default MediaStream is created if a remote session
2905// description doesn't contain any streams and no MSID support.
2906// It also tests that the default stream is updated if a video m-line is added
2907// in a subsequent session description.
Steve Anton36da6ff2018-02-16 16:04:20 -08002908// Don't run under Unified Plan since this behavior is Plan B specific.
2909TEST_F(PeerConnectionInterfaceTestPlanB, SdpWithoutMsidCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002910 FakeConstraints constraints;
2911 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2912 true);
2913 CreatePeerConnection(&constraints);
2914 CreateAndSetRemoteOffer(kSdpStringWithoutStreamsAudioOnly);
2915
2916 ASSERT_EQ(1u, observer_.remote_streams()->count());
2917 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2918
2919 EXPECT_EQ(1u, remote_stream->GetAudioTracks().size());
2920 EXPECT_EQ(0u, remote_stream->GetVideoTracks().size());
Seth Hampson13b8bad2018-03-13 16:05:28 -07002921 EXPECT_EQ("default", remote_stream->id());
deadbeefab9b2d12015-10-14 11:33:11 -07002922
2923 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
2924 ASSERT_EQ(1u, observer_.remote_streams()->count());
2925 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
2926 EXPECT_EQ("defaulta0", remote_stream->GetAudioTracks()[0]->id());
deadbeef884f5852016-01-15 09:20:04 -08002927 EXPECT_EQ(MediaStreamTrackInterface::kLive,
2928 remote_stream->GetAudioTracks()[0]->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002929 ASSERT_EQ(1u, remote_stream->GetVideoTracks().size());
2930 EXPECT_EQ("defaultv0", remote_stream->GetVideoTracks()[0]->id());
deadbeef884f5852016-01-15 09:20:04 -08002931 EXPECT_EQ(MediaStreamTrackInterface::kLive,
2932 remote_stream->GetVideoTracks()[0]->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002933}
2934
2935// This tests that a default MediaStream is created if a remote session
2936// description doesn't contain any streams and media direction is send only.
Steve Anton36da6ff2018-02-16 16:04:20 -08002937// Don't run under Unified Plan since this behavior is Plan B specific.
2938TEST_F(PeerConnectionInterfaceTestPlanB,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002939 SendOnlySdpWithoutMsidCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002940 FakeConstraints constraints;
2941 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2942 true);
2943 CreatePeerConnection(&constraints);
2944 CreateAndSetRemoteOffer(kSdpStringSendOnlyWithoutStreams);
2945
2946 ASSERT_EQ(1u, observer_.remote_streams()->count());
2947 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2948
2949 EXPECT_EQ(1u, remote_stream->GetAudioTracks().size());
2950 EXPECT_EQ(1u, remote_stream->GetVideoTracks().size());
Seth Hampson13b8bad2018-03-13 16:05:28 -07002951 EXPECT_EQ("default", remote_stream->id());
deadbeefab9b2d12015-10-14 11:33:11 -07002952}
2953
2954// This tests that it won't crash when PeerConnection tries to remove
2955// a remote track that as already been removed from the MediaStream.
Steve Anton36da6ff2018-02-16 16:04:20 -08002956// Don't run under Unified Plan since this behavior is Plan B specific.
2957TEST_F(PeerConnectionInterfaceTestPlanB, RemoveAlreadyGoneRemoteStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002958 FakeConstraints constraints;
2959 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2960 true);
2961 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08002962 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
deadbeefab9b2d12015-10-14 11:33:11 -07002963 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2964 remote_stream->RemoveTrack(remote_stream->GetAudioTracks()[0]);
2965 remote_stream->RemoveTrack(remote_stream->GetVideoTracks()[0]);
2966
2967 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
2968
2969 // No crash is a pass.
2970}
2971
2972// This tests that a default MediaStream is created if the remote session
2973// description doesn't contain any streams and don't contain an indication if
2974// MSID is supported.
Steve Anton36da6ff2018-02-16 16:04:20 -08002975// Don't run under Unified Plan since this behavior is Plan B specific.
2976TEST_F(PeerConnectionInterfaceTestPlanB,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002977 SdpWithoutMsidAndStreamsCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002978 FakeConstraints constraints;
2979 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2980 true);
2981 CreatePeerConnection(&constraints);
2982 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
2983
2984 ASSERT_EQ(1u, observer_.remote_streams()->count());
2985 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2986 EXPECT_EQ(1u, remote_stream->GetAudioTracks().size());
2987 EXPECT_EQ(1u, remote_stream->GetVideoTracks().size());
2988}
2989
2990// This tests that a default MediaStream is not created if the remote session
2991// description doesn't contain any streams but does support MSID.
Steve Anton36da6ff2018-02-16 16:04:20 -08002992// Don't run under Unified Plan since this behavior is Plan B specific.
2993TEST_F(PeerConnectionInterfaceTestPlanB, SdpWithMsidDontCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002994 FakeConstraints constraints;
2995 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2996 true);
2997 CreatePeerConnection(&constraints);
2998 CreateAndSetRemoteOffer(kSdpStringWithMsidWithoutStreams);
2999 EXPECT_EQ(0u, observer_.remote_streams()->count());
3000}
3001
deadbeefbda7e0b2015-12-08 17:13:40 -08003002// This tests that when setting a new description, the old default tracks are
3003// not destroyed and recreated.
3004// See: https://bugs.chromium.org/p/webrtc/issues/detail?id=5250
Steve Anton36da6ff2018-02-16 16:04:20 -08003005// Don't run under Unified Plan since this behavior is Plan B specific.
3006TEST_F(PeerConnectionInterfaceTestPlanB,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07003007 DefaultTracksNotDestroyedAndRecreated) {
deadbeefbda7e0b2015-12-08 17:13:40 -08003008 FakeConstraints constraints;
3009 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3010 true);
3011 CreatePeerConnection(&constraints);
3012 CreateAndSetRemoteOffer(kSdpStringWithoutStreamsAudioOnly);
3013
3014 ASSERT_EQ(1u, observer_.remote_streams()->count());
3015 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
3016 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
3017
3018 // Set the track to "disabled", then set a new description and ensure the
3019 // track is still disabled, which ensures it hasn't been recreated.
3020 remote_stream->GetAudioTracks()[0]->set_enabled(false);
3021 CreateAndSetRemoteOffer(kSdpStringWithoutStreamsAudioOnly);
3022 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
3023 EXPECT_FALSE(remote_stream->GetAudioTracks()[0]->enabled());
3024}
3025
deadbeefab9b2d12015-10-14 11:33:11 -07003026// This tests that a default MediaStream is not created if a remote session
3027// description is updated to not have any MediaStreams.
Steve Anton36da6ff2018-02-16 16:04:20 -08003028// Don't run under Unified Plan since this behavior is Plan B specific.
3029TEST_F(PeerConnectionInterfaceTestPlanB, VerifyDefaultStreamIsNotCreated) {
deadbeefab9b2d12015-10-14 11:33:11 -07003030 FakeConstraints constraints;
3031 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3032 true);
3033 CreatePeerConnection(&constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08003034 CreateAndSetRemoteOffer(GetSdpStringWithStream1());
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003035 rtc::scoped_refptr<StreamCollection> reference(CreateStreamCollection(1, 1));
deadbeefab9b2d12015-10-14 11:33:11 -07003036 EXPECT_TRUE(
3037 CompareStreamCollections(observer_.remote_streams(), reference.get()));
3038
3039 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
3040 EXPECT_EQ(0u, observer_.remote_streams()->count());
3041}
3042
3043// This tests that an RtpSender is created when the local description is set
3044// after adding a local stream.
3045// TODO(deadbeef): This test and the one below it need to be updated when
3046// an RtpSender's lifetime isn't determined by when a local description is set.
Steve Anton36da6ff2018-02-16 16:04:20 -08003047// Don't run under Unified Plan since this behavior is Plan B specific.
3048TEST_F(PeerConnectionInterfaceTestPlanB, LocalDescriptionChanged) {
deadbeefab9b2d12015-10-14 11:33:11 -07003049 FakeConstraints constraints;
3050 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3051 true);
3052 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07003053
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003054 // Create an offer with 1 stream with 2 tracks of each type.
3055 rtc::scoped_refptr<StreamCollection> stream_collection =
3056 CreateStreamCollection(1, 2);
3057 pc_->AddStream(stream_collection->at(0));
3058 std::unique_ptr<SessionDescriptionInterface> offer;
3059 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003060 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003061
deadbeefab9b2d12015-10-14 11:33:11 -07003062 auto senders = pc_->GetSenders();
3063 EXPECT_EQ(4u, senders.size());
3064 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
3065 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
3066 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[1]));
3067 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[1]));
3068
3069 // Remove an audio and video track.
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003070 pc_->RemoveStream(stream_collection->at(0));
3071 stream_collection = CreateStreamCollection(1, 1);
3072 pc_->AddStream(stream_collection->at(0));
3073 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003074 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003075
deadbeefab9b2d12015-10-14 11:33:11 -07003076 senders = pc_->GetSenders();
3077 EXPECT_EQ(2u, senders.size());
3078 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
3079 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
3080 EXPECT_FALSE(ContainsSender(senders, kAudioTracks[1]));
3081 EXPECT_FALSE(ContainsSender(senders, kVideoTracks[1]));
3082}
3083
3084// This tests that an RtpSender is created when the local description is set
3085// before adding a local stream.
Steve Anton36da6ff2018-02-16 16:04:20 -08003086// Don't run under Unified Plan since this behavior is Plan B specific.
3087TEST_F(PeerConnectionInterfaceTestPlanB,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07003088 AddLocalStreamAfterLocalDescriptionChanged) {
deadbeefab9b2d12015-10-14 11:33:11 -07003089 FakeConstraints constraints;
3090 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3091 true);
3092 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07003093
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003094 rtc::scoped_refptr<StreamCollection> stream_collection =
3095 CreateStreamCollection(1, 2);
3096 // Add a stream to create the offer, but remove it afterwards.
3097 pc_->AddStream(stream_collection->at(0));
3098 std::unique_ptr<SessionDescriptionInterface> offer;
3099 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
3100 pc_->RemoveStream(stream_collection->at(0));
deadbeefab9b2d12015-10-14 11:33:11 -07003101
Steve Antondb45ca82017-09-11 18:27:34 -07003102 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003103 auto senders = pc_->GetSenders();
3104 EXPECT_EQ(0u, senders.size());
3105
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003106 pc_->AddStream(stream_collection->at(0));
deadbeefab9b2d12015-10-14 11:33:11 -07003107 senders = pc_->GetSenders();
3108 EXPECT_EQ(4u, senders.size());
3109 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
3110 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
3111 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[1]));
3112 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[1]));
3113}
3114
3115// This tests that the expected behavior occurs if the SSRC on a local track is
3116// changed when SetLocalDescription is called.
Steve Anton36da6ff2018-02-16 16:04:20 -08003117TEST_P(PeerConnectionInterfaceTest,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07003118 ChangeSsrcOnTrackInLocalSessionDescription) {
deadbeefab9b2d12015-10-14 11:33:11 -07003119 FakeConstraints constraints;
3120 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3121 true);
3122 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07003123
Steve Anton36da6ff2018-02-16 16:04:20 -08003124 AddAudioTrack(kAudioTracks[0]);
3125 AddVideoTrack(kVideoTracks[0]);
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003126 std::unique_ptr<SessionDescriptionInterface> offer;
3127 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
3128 // Grab a copy of the offer before it gets passed into the PC.
Steve Antona3a92c22017-12-07 10:27:41 -08003129 auto modified_offer =
3130 rtc::MakeUnique<webrtc::JsepSessionDescription>(webrtc::SdpType::kOffer);
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003131 modified_offer->Initialize(offer->description()->Copy(), offer->session_id(),
3132 offer->session_version());
Steve Antondb45ca82017-09-11 18:27:34 -07003133 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003134
deadbeefab9b2d12015-10-14 11:33:11 -07003135 auto senders = pc_->GetSenders();
3136 EXPECT_EQ(2u, senders.size());
3137 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
3138 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
3139
3140 // Change the ssrc of the audio and video track.
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003141 cricket::MediaContentDescription* desc =
3142 cricket::GetFirstAudioContentDescription(modified_offer->description());
3143 ASSERT_TRUE(desc != NULL);
3144 for (StreamParams& stream : desc->mutable_streams()) {
3145 for (unsigned int& ssrc : stream.ssrcs) {
3146 ++ssrc;
3147 }
3148 }
deadbeefab9b2d12015-10-14 11:33:11 -07003149
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003150 desc =
3151 cricket::GetFirstVideoContentDescription(modified_offer->description());
3152 ASSERT_TRUE(desc != NULL);
3153 for (StreamParams& stream : desc->mutable_streams()) {
3154 for (unsigned int& ssrc : stream.ssrcs) {
3155 ++ssrc;
3156 }
3157 }
3158
Steve Antondb45ca82017-09-11 18:27:34 -07003159 EXPECT_TRUE(DoSetLocalDescription(std::move(modified_offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003160 senders = pc_->GetSenders();
3161 EXPECT_EQ(2u, senders.size());
3162 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
3163 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
3164 // TODO(deadbeef): Once RtpSenders expose parameters, check that the SSRC
3165 // changed.
3166}
3167
3168// This tests that the expected behavior occurs if a new session description is
3169// set with the same tracks, but on a different MediaStream.
Steve Anton36da6ff2018-02-16 16:04:20 -08003170// Don't run under Unified Plan since the stream API is not available.
3171TEST_F(PeerConnectionInterfaceTestPlanB,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07003172 SignalSameTracksInSeparateMediaStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07003173 FakeConstraints constraints;
3174 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3175 true);
3176 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07003177
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003178 rtc::scoped_refptr<StreamCollection> stream_collection =
3179 CreateStreamCollection(2, 1);
3180 pc_->AddStream(stream_collection->at(0));
3181 std::unique_ptr<SessionDescriptionInterface> offer;
3182 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003183 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003184
deadbeefab9b2d12015-10-14 11:33:11 -07003185 auto senders = pc_->GetSenders();
3186 EXPECT_EQ(2u, senders.size());
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003187 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0], kStreams[0]));
3188 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0], kStreams[0]));
deadbeefab9b2d12015-10-14 11:33:11 -07003189
3190 // Add a new MediaStream but with the same tracks as in the first stream.
3191 rtc::scoped_refptr<webrtc::MediaStreamInterface> stream_1(
3192 webrtc::MediaStream::Create(kStreams[1]));
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003193 stream_1->AddTrack(stream_collection->at(0)->GetVideoTracks()[0]);
3194 stream_1->AddTrack(stream_collection->at(0)->GetAudioTracks()[0]);
deadbeefab9b2d12015-10-14 11:33:11 -07003195 pc_->AddStream(stream_1);
3196
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003197 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003198 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07003199
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07003200 auto new_senders = pc_->GetSenders();
3201 // Should be the same senders as before, but with updated stream id.
3202 // Note that this behavior is subject to change in the future.
3203 // We may decide the PC should ignore existing tracks in AddStream.
3204 EXPECT_EQ(senders, new_senders);
3205 EXPECT_TRUE(ContainsSender(new_senders, kAudioTracks[0], kStreams[1]));
3206 EXPECT_TRUE(ContainsSender(new_senders, kVideoTracks[0], kStreams[1]));
deadbeefab9b2d12015-10-14 11:33:11 -07003207}
3208
zhihuang81c3a032016-11-17 12:06:24 -08003209// This tests that PeerConnectionObserver::OnAddTrack is correctly called.
Steve Anton36da6ff2018-02-16 16:04:20 -08003210TEST_P(PeerConnectionInterfaceTest, OnAddTrackCallback) {
zhihuang81c3a032016-11-17 12:06:24 -08003211 FakeConstraints constraints;
3212 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
3213 true);
3214 CreatePeerConnection(&constraints);
3215 CreateAndSetRemoteOffer(kSdpStringWithStream1AudioTrackOnly);
3216 EXPECT_EQ(observer_.num_added_tracks_, 1);
3217 EXPECT_EQ(observer_.last_added_track_label_, kAudioTracks[0]);
3218
3219 // Create and set the updated remote SDP.
Steve Anton36da6ff2018-02-16 16:04:20 -08003220 CreateAndSetRemoteOffer(kSdpStringWithStream1PlanB);
3221 if (sdp_semantics_ == SdpSemantics::kPlanB) {
3222 EXPECT_EQ(observer_.num_added_tracks_, 2);
3223 } else {
3224 // With Unified Plan, OnAddTrack will fire every time SetRemoteDescription
3225 // is called until the offer/answer exchange is complete. So in this case
3226 // OnAddTrack is fired twice for the first audio track plus the one time
3227 // for the video track.
3228 EXPECT_EQ(observer_.num_added_tracks_, 3);
3229 }
zhihuang81c3a032016-11-17 12:06:24 -08003230 EXPECT_EQ(observer_.last_added_track_label_, kVideoTracks[0]);
3231}
3232
deadbeefd1a38b52016-12-10 13:15:33 -08003233// Test that when SetConfiguration is called and the configuration is
3234// changing, the next offer causes an ICE restart.
Steve Anton36da6ff2018-02-16 16:04:20 -08003235TEST_P(PeerConnectionInterfaceTest, SetConfigurationCausingIceRestart) {
deadbeefd1a38b52016-12-10 13:15:33 -08003236 PeerConnectionInterface::RTCConfiguration config;
3237 config.type = PeerConnectionInterface::kRelay;
3238 // Need to pass default constraints to prevent disabling of DTLS...
3239 FakeConstraints default_constraints;
3240 CreatePeerConnection(config, &default_constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08003241 config = pc_->GetConfiguration();
Seth Hampson845e8782018-03-02 11:34:10 -08003242 AddAudioTrack(kAudioTracks[0], {kStreamId1});
3243 AddVideoTrack(kVideoTracks[0], {kStreamId1});
deadbeefd1a38b52016-12-10 13:15:33 -08003244
3245 // Do initial offer/answer so there's something to restart.
3246 CreateOfferAsLocalDescription();
Steve Anton36da6ff2018-02-16 16:04:20 -08003247 CreateAnswerAsRemoteDescription(GetSdpStringWithStream1());
deadbeefd1a38b52016-12-10 13:15:33 -08003248
3249 // Grab the ufrags.
3250 std::vector<std::string> initial_ufrags = GetUfrags(pc_->local_description());
3251
3252 // Change ICE policy, which should trigger an ICE restart on the next offer.
3253 config.type = PeerConnectionInterface::kAll;
3254 EXPECT_TRUE(pc_->SetConfiguration(config));
3255 CreateOfferAsLocalDescription();
3256
3257 // Grab the new ufrags.
3258 std::vector<std::string> subsequent_ufrags =
3259 GetUfrags(pc_->local_description());
3260
3261 // Sanity check.
3262 EXPECT_EQ(initial_ufrags.size(), subsequent_ufrags.size());
3263 // Check that each ufrag is different.
3264 for (int i = 0; i < static_cast<int>(initial_ufrags.size()); ++i) {
3265 EXPECT_NE(initial_ufrags[i], subsequent_ufrags[i]);
3266 }
3267}
3268
3269// Test that when SetConfiguration is called and the configuration *isn't*
3270// changing, the next offer does *not* cause an ICE restart.
Steve Anton36da6ff2018-02-16 16:04:20 -08003271TEST_P(PeerConnectionInterfaceTest, SetConfigurationNotCausingIceRestart) {
deadbeefd1a38b52016-12-10 13:15:33 -08003272 PeerConnectionInterface::RTCConfiguration config;
3273 config.type = PeerConnectionInterface::kRelay;
3274 // Need to pass default constraints to prevent disabling of DTLS...
3275 FakeConstraints default_constraints;
3276 CreatePeerConnection(config, &default_constraints);
Steve Anton36da6ff2018-02-16 16:04:20 -08003277 config = pc_->GetConfiguration();
3278 AddAudioTrack(kAudioTracks[0]);
3279 AddVideoTrack(kVideoTracks[0]);
deadbeefd1a38b52016-12-10 13:15:33 -08003280
3281 // Do initial offer/answer so there's something to restart.
3282 CreateOfferAsLocalDescription();
Steve Anton36da6ff2018-02-16 16:04:20 -08003283 CreateAnswerAsRemoteDescription(GetSdpStringWithStream1());
deadbeefd1a38b52016-12-10 13:15:33 -08003284
3285 // Grab the ufrags.
3286 std::vector<std::string> initial_ufrags = GetUfrags(pc_->local_description());
3287
3288 // Call SetConfiguration with a config identical to what the PC was
3289 // constructed with.
3290 EXPECT_TRUE(pc_->SetConfiguration(config));
3291 CreateOfferAsLocalDescription();
3292
3293 // Grab the new ufrags.
3294 std::vector<std::string> subsequent_ufrags =
3295 GetUfrags(pc_->local_description());
3296
3297 EXPECT_EQ(initial_ufrags, subsequent_ufrags);
3298}
3299
3300// Test for a weird corner case scenario:
3301// 1. Audio/video session established.
3302// 2. SetConfiguration changes ICE config; ICE restart needed.
3303// 3. ICE restart initiated by remote peer, but only for one m= section.
3304// 4. Next createOffer should initiate an ICE restart, but only for the other
3305// m= section; it would be pointless to do an ICE restart for the m= section
3306// that was already restarted.
Steve Anton36da6ff2018-02-16 16:04:20 -08003307TEST_P(PeerConnectionInterfaceTest, SetConfigurationCausingPartialIceRestart) {
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 // Change ICE policy, which should set the "needs-ice-restart" flag.
3322 config.type = PeerConnectionInterface::kAll;
3323 EXPECT_TRUE(pc_->SetConfiguration(config));
3324
3325 // Do ICE restart for the first m= section, initiated by remote peer.
Steve Antondb45ca82017-09-11 18:27:34 -07003326 std::unique_ptr<webrtc::SessionDescriptionInterface> remote_offer(
Steve Anton36da6ff2018-02-16 16:04:20 -08003327 webrtc::CreateSessionDescription(SdpType::kOffer,
3328 GetSdpStringWithStream1(), nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003329 ASSERT_TRUE(remote_offer);
deadbeefd1a38b52016-12-10 13:15:33 -08003330 remote_offer->description()->transport_infos()[0].description.ice_ufrag =
3331 "modified";
Steve Antondb45ca82017-09-11 18:27:34 -07003332 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
deadbeefd1a38b52016-12-10 13:15:33 -08003333 CreateAnswerAsLocalDescription();
3334
3335 // Grab the ufrags.
3336 std::vector<std::string> initial_ufrags = GetUfrags(pc_->local_description());
3337 ASSERT_EQ(2, initial_ufrags.size());
3338
3339 // Create offer and grab the new ufrags.
3340 CreateOfferAsLocalDescription();
3341 std::vector<std::string> subsequent_ufrags =
3342 GetUfrags(pc_->local_description());
3343 ASSERT_EQ(2, subsequent_ufrags.size());
3344
3345 // Ensure that only the ufrag for the second m= section changed.
3346 EXPECT_EQ(initial_ufrags[0], subsequent_ufrags[0]);
3347 EXPECT_NE(initial_ufrags[1], subsequent_ufrags[1]);
3348}
3349
deadbeeffe4a8a42016-12-20 17:56:17 -08003350// Tests that the methods to return current/pending descriptions work as
3351// expected at different points in the offer/answer exchange. This test does
3352// one offer/answer exchange as the offerer, then another as the answerer.
Steve Anton36da6ff2018-02-16 16:04:20 -08003353TEST_P(PeerConnectionInterfaceTest, CurrentAndPendingDescriptions) {
deadbeeffe4a8a42016-12-20 17:56:17 -08003354 // This disables DTLS so we can apply an answer to ourselves.
3355 CreatePeerConnection();
3356
3357 // Create initial local offer and get SDP (which will also be used as
3358 // answer/pranswer);
Steve Antondb45ca82017-09-11 18:27:34 -07003359 std::unique_ptr<SessionDescriptionInterface> local_offer;
3360 ASSERT_TRUE(DoCreateOffer(&local_offer, nullptr));
deadbeeffe4a8a42016-12-20 17:56:17 -08003361 std::string sdp;
Steve Antondb45ca82017-09-11 18:27:34 -07003362 EXPECT_TRUE(local_offer->ToString(&sdp));
deadbeeffe4a8a42016-12-20 17:56:17 -08003363
3364 // Set local offer.
Steve Antondb45ca82017-09-11 18:27:34 -07003365 SessionDescriptionInterface* local_offer_ptr = local_offer.get();
3366 EXPECT_TRUE(DoSetLocalDescription(std::move(local_offer)));
3367 EXPECT_EQ(local_offer_ptr, pc_->pending_local_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003368 EXPECT_EQ(nullptr, pc_->pending_remote_description());
3369 EXPECT_EQ(nullptr, pc_->current_local_description());
3370 EXPECT_EQ(nullptr, pc_->current_remote_description());
3371
3372 // Set remote pranswer.
Steve Antondb45ca82017-09-11 18:27:34 -07003373 std::unique_ptr<SessionDescriptionInterface> remote_pranswer(
Steve Antona3a92c22017-12-07 10:27:41 -08003374 webrtc::CreateSessionDescription(SdpType::kPrAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003375 SessionDescriptionInterface* remote_pranswer_ptr = remote_pranswer.get();
3376 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_pranswer)));
3377 EXPECT_EQ(local_offer_ptr, pc_->pending_local_description());
3378 EXPECT_EQ(remote_pranswer_ptr, pc_->pending_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003379 EXPECT_EQ(nullptr, pc_->current_local_description());
3380 EXPECT_EQ(nullptr, pc_->current_remote_description());
3381
3382 // Set remote answer.
Steve Antondb45ca82017-09-11 18:27:34 -07003383 std::unique_ptr<SessionDescriptionInterface> remote_answer(
Steve Antona3a92c22017-12-07 10:27:41 -08003384 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003385 SessionDescriptionInterface* remote_answer_ptr = remote_answer.get();
3386 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_answer)));
deadbeeffe4a8a42016-12-20 17:56:17 -08003387 EXPECT_EQ(nullptr, pc_->pending_local_description());
3388 EXPECT_EQ(nullptr, pc_->pending_remote_description());
Steve Antondb45ca82017-09-11 18:27:34 -07003389 EXPECT_EQ(local_offer_ptr, pc_->current_local_description());
3390 EXPECT_EQ(remote_answer_ptr, pc_->current_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003391
3392 // Set remote offer.
Steve Antondb45ca82017-09-11 18:27:34 -07003393 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08003394 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003395 SessionDescriptionInterface* remote_offer_ptr = remote_offer.get();
3396 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
3397 EXPECT_EQ(remote_offer_ptr, pc_->pending_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003398 EXPECT_EQ(nullptr, pc_->pending_local_description());
Steve Antondb45ca82017-09-11 18:27:34 -07003399 EXPECT_EQ(local_offer_ptr, pc_->current_local_description());
3400 EXPECT_EQ(remote_answer_ptr, pc_->current_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003401
3402 // Set local pranswer.
Steve Antondb45ca82017-09-11 18:27:34 -07003403 std::unique_ptr<SessionDescriptionInterface> local_pranswer(
Steve Antona3a92c22017-12-07 10:27:41 -08003404 webrtc::CreateSessionDescription(SdpType::kPrAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003405 SessionDescriptionInterface* local_pranswer_ptr = local_pranswer.get();
3406 EXPECT_TRUE(DoSetLocalDescription(std::move(local_pranswer)));
3407 EXPECT_EQ(remote_offer_ptr, pc_->pending_remote_description());
3408 EXPECT_EQ(local_pranswer_ptr, pc_->pending_local_description());
3409 EXPECT_EQ(local_offer_ptr, pc_->current_local_description());
3410 EXPECT_EQ(remote_answer_ptr, pc_->current_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003411
3412 // Set local answer.
Steve Antondb45ca82017-09-11 18:27:34 -07003413 std::unique_ptr<SessionDescriptionInterface> local_answer(
Steve Antona3a92c22017-12-07 10:27:41 -08003414 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003415 SessionDescriptionInterface* local_answer_ptr = local_answer.get();
3416 EXPECT_TRUE(DoSetLocalDescription(std::move(local_answer)));
deadbeeffe4a8a42016-12-20 17:56:17 -08003417 EXPECT_EQ(nullptr, pc_->pending_remote_description());
3418 EXPECT_EQ(nullptr, pc_->pending_local_description());
Steve Antondb45ca82017-09-11 18:27:34 -07003419 EXPECT_EQ(remote_offer_ptr, pc_->current_remote_description());
3420 EXPECT_EQ(local_answer_ptr, pc_->current_local_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003421}
3422
zhihuang77985012017-02-07 15:45:16 -08003423// Tests that it won't crash when calling StartRtcEventLog or StopRtcEventLog
3424// after the PeerConnection is closed.
Elad Alon99c3fe52017-10-13 16:29:40 +02003425// This version tests the StartRtcEventLog version that receives a file.
Steve Anton36da6ff2018-02-16 16:04:20 -08003426TEST_P(PeerConnectionInterfaceTest,
Elad Alon99c3fe52017-10-13 16:29:40 +02003427 StartAndStopLoggingToFileAfterPeerConnectionClosed) {
zhihuang77985012017-02-07 15:45:16 -08003428 CreatePeerConnection();
3429 // The RtcEventLog will be reset when the PeerConnection is closed.
3430 pc_->Close();
3431
Elad Alon9e6565b2017-10-11 16:04:13 +02003432 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info();
3433 std::string filename = webrtc::test::OutputPath() +
3434 test_info->test_case_name() + test_info->name();
3435 rtc::PlatformFile file = rtc::CreatePlatformFile(filename);
3436
3437 constexpr int64_t max_size_bytes = 1024;
3438
zhihuang77985012017-02-07 15:45:16 -08003439 EXPECT_FALSE(pc_->StartRtcEventLog(file, max_size_bytes));
3440 pc_->StopRtcEventLog();
Elad Alon9e6565b2017-10-11 16:04:13 +02003441
3442 // Cleanup.
3443 rtc::ClosePlatformFile(file);
3444 rtc::RemoveFile(filename);
zhihuang77985012017-02-07 15:45:16 -08003445}
3446
Elad Alon99c3fe52017-10-13 16:29:40 +02003447// Tests that it won't crash when calling StartRtcEventLog or StopRtcEventLog
3448// after the PeerConnection is closed.
3449// This version tests the StartRtcEventLog version that receives an object
3450// of type |RtcEventLogOutput|.
Steve Anton36da6ff2018-02-16 16:04:20 -08003451TEST_P(PeerConnectionInterfaceTest,
Elad Alon99c3fe52017-10-13 16:29:40 +02003452 StartAndStopLoggingToOutputAfterPeerConnectionClosed) {
3453 CreatePeerConnection();
3454 // The RtcEventLog will be reset when the PeerConnection is closed.
3455 pc_->Close();
3456
3457 rtc::PlatformFile file = 0;
3458 int64_t max_size_bytes = 1024;
3459 EXPECT_FALSE(pc_->StartRtcEventLog(
Bjorn Tereliusde939432017-11-20 17:38:14 +01003460 rtc::MakeUnique<webrtc::RtcEventLogOutputFile>(file, max_size_bytes),
3461 webrtc::RtcEventLog::kImmediateOutput));
Elad Alon99c3fe52017-10-13 16:29:40 +02003462 pc_->StopRtcEventLog();
3463}
3464
deadbeef30952b42017-04-21 02:41:29 -07003465// Test that generated offers/answers include "ice-option:trickle".
Steve Anton36da6ff2018-02-16 16:04:20 -08003466TEST_P(PeerConnectionInterfaceTest, OffersAndAnswersHaveTrickleIceOption) {
deadbeef30952b42017-04-21 02:41:29 -07003467 CreatePeerConnection();
3468
3469 // First, create an offer with audio/video.
3470 FakeConstraints constraints;
3471 constraints.SetMandatoryReceiveAudio(true);
3472 constraints.SetMandatoryReceiveVideo(true);
3473 std::unique_ptr<SessionDescriptionInterface> offer;
3474 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
3475 cricket::SessionDescription* desc = offer->description();
3476 ASSERT_EQ(2u, desc->transport_infos().size());
3477 EXPECT_TRUE(desc->transport_infos()[0].description.HasOption("trickle"));
3478 EXPECT_TRUE(desc->transport_infos()[1].description.HasOption("trickle"));
3479
3480 // Apply the offer as a remote description, then create an answer.
Steve Antondb45ca82017-09-11 18:27:34 -07003481 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef30952b42017-04-21 02:41:29 -07003482 std::unique_ptr<SessionDescriptionInterface> answer;
3483 ASSERT_TRUE(DoCreateAnswer(&answer, &constraints));
3484 desc = answer->description();
3485 ASSERT_EQ(2u, desc->transport_infos().size());
3486 EXPECT_TRUE(desc->transport_infos()[0].description.HasOption("trickle"));
3487 EXPECT_TRUE(desc->transport_infos()[1].description.HasOption("trickle"));
3488}
3489
deadbeef1dcb1642017-03-29 21:08:16 -07003490// Test that ICE renomination isn't offered if it's not enabled in the PC's
3491// RTCConfiguration.
Steve Anton36da6ff2018-02-16 16:04:20 -08003492TEST_P(PeerConnectionInterfaceTest, IceRenominationNotOffered) {
deadbeef1dcb1642017-03-29 21:08:16 -07003493 PeerConnectionInterface::RTCConfiguration config;
3494 config.enable_ice_renomination = false;
3495 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08003496 AddAudioTrack("foo");
deadbeef1dcb1642017-03-29 21:08:16 -07003497
3498 std::unique_ptr<SessionDescriptionInterface> offer;
3499 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
3500 cricket::SessionDescription* desc = offer->description();
3501 EXPECT_EQ(1u, desc->transport_infos().size());
3502 EXPECT_FALSE(
3503 desc->transport_infos()[0].description.GetIceParameters().renomination);
3504}
3505
3506// Test that the ICE renomination option is present in generated offers/answers
3507// if it's enabled in the PC's RTCConfiguration.
Steve Anton36da6ff2018-02-16 16:04:20 -08003508TEST_P(PeerConnectionInterfaceTest, IceRenominationOptionInOfferAndAnswer) {
deadbeef1dcb1642017-03-29 21:08:16 -07003509 PeerConnectionInterface::RTCConfiguration config;
3510 config.enable_ice_renomination = true;
3511 CreatePeerConnection(config, nullptr);
Steve Anton36da6ff2018-02-16 16:04:20 -08003512 AddAudioTrack("foo");
deadbeef1dcb1642017-03-29 21:08:16 -07003513
3514 std::unique_ptr<SessionDescriptionInterface> offer;
3515 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
3516 cricket::SessionDescription* desc = offer->description();
3517 EXPECT_EQ(1u, desc->transport_infos().size());
3518 EXPECT_TRUE(
3519 desc->transport_infos()[0].description.GetIceParameters().renomination);
3520
3521 // Set the offer as a remote description, then create an answer and ensure it
3522 // has the renomination flag too.
Steve Antondb45ca82017-09-11 18:27:34 -07003523 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003524 std::unique_ptr<SessionDescriptionInterface> answer;
3525 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
3526 desc = answer->description();
3527 EXPECT_EQ(1u, desc->transport_infos().size());
3528 EXPECT_TRUE(
3529 desc->transport_infos()[0].description.GetIceParameters().renomination);
3530}
3531
3532// Test that if CreateOffer is called with the deprecated "offer to receive
3533// audio/video" constraints, they're processed and result in an offer with
3534// audio/video sections just as if RTCOfferAnswerOptions had been used.
Steve Anton36da6ff2018-02-16 16:04:20 -08003535TEST_P(PeerConnectionInterfaceTest, CreateOfferWithOfferToReceiveConstraints) {
deadbeef1dcb1642017-03-29 21:08:16 -07003536 CreatePeerConnection();
3537
3538 FakeConstraints constraints;
3539 constraints.SetMandatoryReceiveAudio(true);
3540 constraints.SetMandatoryReceiveVideo(true);
3541 std::unique_ptr<SessionDescriptionInterface> offer;
3542 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
3543
3544 cricket::SessionDescription* desc = offer->description();
3545 const cricket::ContentInfo* audio = cricket::GetFirstAudioContent(desc);
3546 const cricket::ContentInfo* video = cricket::GetFirstVideoContent(desc);
3547 ASSERT_NE(nullptr, audio);
3548 ASSERT_NE(nullptr, video);
3549 EXPECT_FALSE(audio->rejected);
3550 EXPECT_FALSE(video->rejected);
3551}
3552
3553// Test that if CreateAnswer is called with the deprecated "offer to receive
3554// audio/video" constraints, they're processed and can be used to reject an
3555// offered m= section just as can be done with RTCOfferAnswerOptions;
Steve Anton36da6ff2018-02-16 16:04:20 -08003556// Don't run under Unified Plan since this behavior is not supported.
3557TEST_F(PeerConnectionInterfaceTestPlanB,
3558 CreateAnswerWithOfferToReceiveConstraints) {
deadbeef1dcb1642017-03-29 21:08:16 -07003559 CreatePeerConnection();
3560
3561 // First, create an offer with audio/video and apply it as a remote
3562 // description.
3563 FakeConstraints constraints;
3564 constraints.SetMandatoryReceiveAudio(true);
3565 constraints.SetMandatoryReceiveVideo(true);
3566 std::unique_ptr<SessionDescriptionInterface> offer;
3567 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
Steve Antondb45ca82017-09-11 18:27:34 -07003568 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003569
3570 // Now create answer that rejects audio/video.
3571 constraints.SetMandatoryReceiveAudio(false);
3572 constraints.SetMandatoryReceiveVideo(false);
3573 std::unique_ptr<SessionDescriptionInterface> answer;
3574 ASSERT_TRUE(DoCreateAnswer(&answer, &constraints));
3575
3576 cricket::SessionDescription* desc = answer->description();
3577 const cricket::ContentInfo* audio = cricket::GetFirstAudioContent(desc);
3578 const cricket::ContentInfo* video = cricket::GetFirstVideoContent(desc);
3579 ASSERT_NE(nullptr, audio);
3580 ASSERT_NE(nullptr, video);
3581 EXPECT_TRUE(audio->rejected);
3582 EXPECT_TRUE(video->rejected);
3583}
3584
deadbeef1dcb1642017-03-29 21:08:16 -07003585// Test that negotiation can succeed with a data channel only, and with the max
3586// bundle policy. Previously there was a bug that prevented this.
Steve Anton36da6ff2018-02-16 16:04:20 -08003587#ifdef HAVE_SCTP
3588TEST_P(PeerConnectionInterfaceTest, DataChannelOnlyOfferWithMaxBundlePolicy) {
3589#else
3590TEST_P(PeerConnectionInterfaceTest,
3591 DISABLED_DataChannelOnlyOfferWithMaxBundlePolicy) {
3592#endif // HAVE_SCTP
deadbeef1dcb1642017-03-29 21:08:16 -07003593 PeerConnectionInterface::RTCConfiguration config;
3594 config.bundle_policy = PeerConnectionInterface::kBundlePolicyMaxBundle;
3595 CreatePeerConnection(config, nullptr);
3596
3597 // First, create an offer with only a data channel and apply it as a remote
3598 // description.
3599 pc_->CreateDataChannel("test", nullptr);
3600 std::unique_ptr<SessionDescriptionInterface> offer;
3601 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003602 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003603
3604 // Create and set answer as well.
3605 std::unique_ptr<SessionDescriptionInterface> answer;
3606 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003607 EXPECT_TRUE(DoSetLocalDescription(std::move(answer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003608}
3609
Steve Anton36da6ff2018-02-16 16:04:20 -08003610TEST_P(PeerConnectionInterfaceTest, SetBitrateWithoutMinSucceeds) {
zstein4b979802017-06-02 14:37:37 -07003611 CreatePeerConnection();
3612 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003613 bitrate.current_bitrate_bps = 100000;
zstein4b979802017-06-02 14:37:37 -07003614 EXPECT_TRUE(pc_->SetBitrate(bitrate).ok());
3615}
3616
Steve Anton36da6ff2018-02-16 16:04:20 -08003617TEST_P(PeerConnectionInterfaceTest, SetBitrateNegativeMinFails) {
zstein4b979802017-06-02 14:37:37 -07003618 CreatePeerConnection();
3619 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003620 bitrate.min_bitrate_bps = -1;
zstein4b979802017-06-02 14:37:37 -07003621 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3622}
3623
Steve Anton36da6ff2018-02-16 16:04:20 -08003624TEST_P(PeerConnectionInterfaceTest, SetBitrateCurrentLessThanMinFails) {
zstein4b979802017-06-02 14:37:37 -07003625 CreatePeerConnection();
3626 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003627 bitrate.min_bitrate_bps = 5;
3628 bitrate.current_bitrate_bps = 3;
zstein4b979802017-06-02 14:37:37 -07003629 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3630}
3631
Steve Anton36da6ff2018-02-16 16:04:20 -08003632TEST_P(PeerConnectionInterfaceTest, SetBitrateCurrentNegativeFails) {
zstein4b979802017-06-02 14:37:37 -07003633 CreatePeerConnection();
3634 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003635 bitrate.current_bitrate_bps = -1;
zstein4b979802017-06-02 14:37:37 -07003636 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3637}
3638
Steve Anton36da6ff2018-02-16 16:04:20 -08003639TEST_P(PeerConnectionInterfaceTest, SetBitrateMaxLessThanCurrentFails) {
zstein4b979802017-06-02 14:37:37 -07003640 CreatePeerConnection();
3641 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003642 bitrate.current_bitrate_bps = 10;
3643 bitrate.max_bitrate_bps = 8;
zstein4b979802017-06-02 14:37:37 -07003644 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3645}
3646
Steve Anton36da6ff2018-02-16 16:04:20 -08003647TEST_P(PeerConnectionInterfaceTest, SetBitrateMaxLessThanMinFails) {
zstein4b979802017-06-02 14:37:37 -07003648 CreatePeerConnection();
3649 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003650 bitrate.min_bitrate_bps = 10;
3651 bitrate.max_bitrate_bps = 8;
zstein4b979802017-06-02 14:37:37 -07003652 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3653}
3654
Steve Anton36da6ff2018-02-16 16:04:20 -08003655TEST_P(PeerConnectionInterfaceTest, SetBitrateMaxNegativeFails) {
zstein4b979802017-06-02 14:37:37 -07003656 CreatePeerConnection();
3657 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003658 bitrate.max_bitrate_bps = -1;
zstein4b979802017-06-02 14:37:37 -07003659 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3660}
3661
Steve Anton038834f2017-07-14 15:59:59 -07003662// ice_regather_interval_range requires WebRTC to be configured for continual
3663// gathering already.
Steve Anton36da6ff2018-02-16 16:04:20 -08003664TEST_P(PeerConnectionInterfaceTest,
Steve Anton038834f2017-07-14 15:59:59 -07003665 SetIceRegatherIntervalRangeWithoutContinualGatheringFails) {
3666 PeerConnectionInterface::RTCConfiguration config;
3667 config.ice_regather_interval_range.emplace(1000, 2000);
3668 config.continual_gathering_policy =
3669 PeerConnectionInterface::ContinualGatheringPolicy::GATHER_ONCE;
3670 CreatePeerConnectionExpectFail(config);
3671}
3672
3673// Ensures that there is no error when ice_regather_interval_range is set with
3674// continual gathering enabled.
Steve Anton36da6ff2018-02-16 16:04:20 -08003675TEST_P(PeerConnectionInterfaceTest,
Steve Anton038834f2017-07-14 15:59:59 -07003676 SetIceRegatherIntervalRangeWithContinualGathering) {
3677 PeerConnectionInterface::RTCConfiguration config;
3678 config.ice_regather_interval_range.emplace(1000, 2000);
3679 config.continual_gathering_policy =
3680 PeerConnectionInterface::ContinualGatheringPolicy::GATHER_CONTINUALLY;
3681 CreatePeerConnection(config, nullptr);
3682}
3683
Sebastian Janssonfc8d26b2018-02-21 09:52:06 +01003684// The current bitrate from Call's BitrateConstraintsMask is currently clamped
3685// by Call's BitrateConstraints, which comes from the SDP or a default value.
3686// This test checks that a call to SetBitrate with a current bitrate that will
3687// be clamped succeeds.
Steve Anton36da6ff2018-02-16 16:04:20 -08003688TEST_P(PeerConnectionInterfaceTest, SetBitrateCurrentLessThanImplicitMin) {
zstein4b979802017-06-02 14:37:37 -07003689 CreatePeerConnection();
3690 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003691 bitrate.current_bitrate_bps = 1;
zstein4b979802017-06-02 14:37:37 -07003692 EXPECT_TRUE(pc_->SetBitrate(bitrate).ok());
3693}
3694
zhihuang1c378ed2017-08-17 14:10:50 -07003695// The following tests verify that the offer can be created correctly.
Steve Anton36da6ff2018-02-16 16:04:20 -08003696TEST_P(PeerConnectionInterfaceTest,
zhihuang1c378ed2017-08-17 14:10:50 -07003697 CreateOfferFailsWithInvalidOfferToReceiveAudio) {
3698 RTCOfferAnswerOptions rtc_options;
3699
3700 // Setting offer_to_receive_audio to a value lower than kUndefined or greater
3701 // than kMaxOfferToReceiveMedia should be treated as invalid.
3702 rtc_options.offer_to_receive_audio = RTCOfferAnswerOptions::kUndefined - 1;
3703 CreatePeerConnection();
3704 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3705
3706 rtc_options.offer_to_receive_audio =
3707 RTCOfferAnswerOptions::kMaxOfferToReceiveMedia + 1;
3708 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3709}
3710
Steve Anton36da6ff2018-02-16 16:04:20 -08003711TEST_P(PeerConnectionInterfaceTest,
zhihuang1c378ed2017-08-17 14:10:50 -07003712 CreateOfferFailsWithInvalidOfferToReceiveVideo) {
3713 RTCOfferAnswerOptions rtc_options;
3714
3715 // Setting offer_to_receive_video to a value lower than kUndefined or greater
3716 // than kMaxOfferToReceiveMedia should be treated as invalid.
3717 rtc_options.offer_to_receive_video = RTCOfferAnswerOptions::kUndefined - 1;
3718 CreatePeerConnection();
3719 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3720
3721 rtc_options.offer_to_receive_video =
3722 RTCOfferAnswerOptions::kMaxOfferToReceiveMedia + 1;
3723 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3724}
3725
3726// Test that the audio and video content will be added to an offer if both
3727// |offer_to_receive_audio| and |offer_to_receive_video| options are 1.
Steve Anton36da6ff2018-02-16 16:04:20 -08003728TEST_P(PeerConnectionInterfaceTest, CreateOfferWithAudioVideoOptions) {
zhihuang1c378ed2017-08-17 14:10:50 -07003729 RTCOfferAnswerOptions rtc_options;
3730 rtc_options.offer_to_receive_audio = 1;
3731 rtc_options.offer_to_receive_video = 1;
3732
3733 std::unique_ptr<SessionDescriptionInterface> offer;
3734 CreatePeerConnection();
3735 offer = CreateOfferWithOptions(rtc_options);
3736 ASSERT_TRUE(offer);
3737 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3738 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3739}
3740
3741// Test that only audio content will be added to the offer if only
3742// |offer_to_receive_audio| options is 1.
Steve Anton36da6ff2018-02-16 16:04:20 -08003743TEST_P(PeerConnectionInterfaceTest, CreateOfferWithAudioOnlyOptions) {
zhihuang1c378ed2017-08-17 14:10:50 -07003744 RTCOfferAnswerOptions rtc_options;
3745 rtc_options.offer_to_receive_audio = 1;
3746 rtc_options.offer_to_receive_video = 0;
3747
3748 std::unique_ptr<SessionDescriptionInterface> offer;
3749 CreatePeerConnection();
3750 offer = CreateOfferWithOptions(rtc_options);
3751 ASSERT_TRUE(offer);
3752 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3753 EXPECT_EQ(nullptr, GetFirstVideoContent(offer->description()));
3754}
3755
3756// Test that only video content will be added if only |offer_to_receive_video|
3757// options is 1.
Steve Anton36da6ff2018-02-16 16:04:20 -08003758TEST_P(PeerConnectionInterfaceTest, CreateOfferWithVideoOnlyOptions) {
zhihuang1c378ed2017-08-17 14:10:50 -07003759 RTCOfferAnswerOptions rtc_options;
3760 rtc_options.offer_to_receive_audio = 0;
3761 rtc_options.offer_to_receive_video = 1;
3762
3763 std::unique_ptr<SessionDescriptionInterface> offer;
3764 CreatePeerConnection();
3765 offer = CreateOfferWithOptions(rtc_options);
3766 ASSERT_TRUE(offer);
3767 EXPECT_EQ(nullptr, GetFirstAudioContent(offer->description()));
3768 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3769}
3770
zhihuang1c378ed2017-08-17 14:10:50 -07003771// Test that no media content will be added to the offer if using default
3772// RTCOfferAnswerOptions.
Steve Anton36da6ff2018-02-16 16:04:20 -08003773TEST_P(PeerConnectionInterfaceTest, CreateOfferWithDefaultOfferAnswerOptions) {
zhihuang1c378ed2017-08-17 14:10:50 -07003774 RTCOfferAnswerOptions rtc_options;
3775
3776 std::unique_ptr<SessionDescriptionInterface> offer;
3777 CreatePeerConnection();
3778 offer = CreateOfferWithOptions(rtc_options);
3779 ASSERT_TRUE(offer);
3780 EXPECT_EQ(nullptr, GetFirstAudioContent(offer->description()));
3781 EXPECT_EQ(nullptr, GetFirstVideoContent(offer->description()));
3782}
3783
3784// Test that if |ice_restart| is true, the ufrag/pwd will change, otherwise
3785// ufrag/pwd will be the same in the new offer.
Steve Anton36da6ff2018-02-16 16:04:20 -08003786TEST_P(PeerConnectionInterfaceTest, CreateOfferWithIceRestart) {
3787 CreatePeerConnection();
3788
zhihuang1c378ed2017-08-17 14:10:50 -07003789 RTCOfferAnswerOptions rtc_options;
3790 rtc_options.ice_restart = false;
3791 rtc_options.offer_to_receive_audio = 1;
3792
3793 std::unique_ptr<SessionDescriptionInterface> offer;
zhihuang1c378ed2017-08-17 14:10:50 -07003794 CreateOfferWithOptionsAsLocalDescription(&offer, rtc_options);
Steve Anton36da6ff2018-02-16 16:04:20 -08003795 std::string mid = cricket::GetFirstAudioContent(offer->description())->name;
3796 auto ufrag1 =
3797 offer->description()->GetTransportInfoByName(mid)->description.ice_ufrag;
3798 auto pwd1 =
3799 offer->description()->GetTransportInfoByName(mid)->description.ice_pwd;
zhihuang1c378ed2017-08-17 14:10:50 -07003800
3801 // |ice_restart| is false, the ufrag/pwd shouldn't change.
3802 CreateOfferWithOptionsAsLocalDescription(&offer, rtc_options);
Steve Anton36da6ff2018-02-16 16:04:20 -08003803 auto ufrag2 =
3804 offer->description()->GetTransportInfoByName(mid)->description.ice_ufrag;
3805 auto pwd2 =
3806 offer->description()->GetTransportInfoByName(mid)->description.ice_pwd;
zhihuang1c378ed2017-08-17 14:10:50 -07003807
3808 // |ice_restart| is true, the ufrag/pwd should change.
3809 rtc_options.ice_restart = true;
3810 CreateOfferWithOptionsAsLocalDescription(&offer, rtc_options);
Steve Anton36da6ff2018-02-16 16:04:20 -08003811 auto ufrag3 =
3812 offer->description()->GetTransportInfoByName(mid)->description.ice_ufrag;
3813 auto pwd3 =
3814 offer->description()->GetTransportInfoByName(mid)->description.ice_pwd;
zhihuang1c378ed2017-08-17 14:10:50 -07003815
3816 EXPECT_EQ(ufrag1, ufrag2);
3817 EXPECT_EQ(pwd1, pwd2);
3818 EXPECT_NE(ufrag2, ufrag3);
3819 EXPECT_NE(pwd2, pwd3);
3820}
3821
3822// Test that if |use_rtp_mux| is true, the bundling will be enabled in the
3823// offer; if it is false, there won't be any bundle group in the offer.
Steve Anton36da6ff2018-02-16 16:04:20 -08003824TEST_P(PeerConnectionInterfaceTest, CreateOfferWithRtpMux) {
zhihuang1c378ed2017-08-17 14:10:50 -07003825 RTCOfferAnswerOptions rtc_options;
3826 rtc_options.offer_to_receive_audio = 1;
3827 rtc_options.offer_to_receive_video = 1;
3828
3829 std::unique_ptr<SessionDescriptionInterface> offer;
3830 CreatePeerConnection();
3831
3832 rtc_options.use_rtp_mux = true;
3833 offer = CreateOfferWithOptions(rtc_options);
3834 ASSERT_TRUE(offer);
3835 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3836 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3837 EXPECT_TRUE(offer->description()->HasGroup(cricket::GROUP_TYPE_BUNDLE));
3838
3839 rtc_options.use_rtp_mux = false;
3840 offer = CreateOfferWithOptions(rtc_options);
3841 ASSERT_TRUE(offer);
3842 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3843 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3844 EXPECT_FALSE(offer->description()->HasGroup(cricket::GROUP_TYPE_BUNDLE));
3845}
3846
zhihuang141aacb2017-08-29 13:23:53 -07003847// This test ensures OnRenegotiationNeeded is called when we add track with
3848// MediaStream -> AddTrack in the same way it is called when we add track with
3849// PeerConnection -> AddTrack.
3850// The test can be removed once addStream is rewritten in terms of addTrack
3851// https://bugs.chromium.org/p/webrtc/issues/detail?id=7815
Steve Anton36da6ff2018-02-16 16:04:20 -08003852// Don't run under Unified Plan since the stream API is not available.
3853TEST_F(PeerConnectionInterfaceTestPlanB,
3854 MediaStreamAddTrackRemoveTrackRenegotiate) {
zhihuang141aacb2017-08-29 13:23:53 -07003855 CreatePeerConnectionWithoutDtls();
3856 rtc::scoped_refptr<MediaStreamInterface> stream(
Seth Hampson845e8782018-03-02 11:34:10 -08003857 pc_factory_->CreateLocalMediaStream(kStreamId1));
zhihuang141aacb2017-08-29 13:23:53 -07003858 pc_->AddStream(stream);
3859 rtc::scoped_refptr<AudioTrackInterface> audio_track(
3860 pc_factory_->CreateAudioTrack("audio_track", nullptr));
3861 rtc::scoped_refptr<VideoTrackInterface> video_track(
3862 pc_factory_->CreateVideoTrack(
3863 "video_track", pc_factory_->CreateVideoSource(
3864 std::unique_ptr<cricket::VideoCapturer>(
3865 new cricket::FakeVideoCapturer()))));
3866 stream->AddTrack(audio_track);
3867 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3868 observer_.renegotiation_needed_ = false;
3869
3870 stream->AddTrack(video_track);
3871 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3872 observer_.renegotiation_needed_ = false;
3873
3874 stream->RemoveTrack(audio_track);
3875 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3876 observer_.renegotiation_needed_ = false;
3877
3878 stream->RemoveTrack(video_track);
3879 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3880 observer_.renegotiation_needed_ = false;
3881}
3882
Zhi Huangb2d355e2017-10-26 17:26:37 -07003883// Tests that an error is returned if a description is applied that has fewer
3884// media sections than the existing description.
Steve Anton36da6ff2018-02-16 16:04:20 -08003885TEST_P(PeerConnectionInterfaceTest,
Zhi Huangb2d355e2017-10-26 17:26:37 -07003886 MediaSectionCountEnforcedForSubsequentOffer) {
3887 CreatePeerConnection();
Steve Anton36da6ff2018-02-16 16:04:20 -08003888 AddAudioTrack("audio_label");
3889 AddVideoTrack("video_label");
3890
Zhi Huangb2d355e2017-10-26 17:26:37 -07003891 std::unique_ptr<SessionDescriptionInterface> offer;
Steve Anton36da6ff2018-02-16 16:04:20 -08003892 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Zhi Huangb2d355e2017-10-26 17:26:37 -07003893 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
3894
3895 // A remote offer with fewer media sections should be rejected.
Steve Anton36da6ff2018-02-16 16:04:20 -08003896 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Zhi Huangb2d355e2017-10-26 17:26:37 -07003897 offer->description()->contents().pop_back();
3898 offer->description()->contents().pop_back();
3899 ASSERT_TRUE(offer->description()->contents().empty());
3900 EXPECT_FALSE(DoSetRemoteDescription(std::move(offer)));
3901
3902 std::unique_ptr<SessionDescriptionInterface> answer;
3903 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
3904 EXPECT_TRUE(DoSetLocalDescription(std::move(answer)));
3905
3906 // A subsequent local offer with fewer media sections should be rejected.
Steve Anton36da6ff2018-02-16 16:04:20 -08003907 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Zhi Huangb2d355e2017-10-26 17:26:37 -07003908 offer->description()->contents().pop_back();
3909 offer->description()->contents().pop_back();
3910 ASSERT_TRUE(offer->description()->contents().empty());
3911 EXPECT_FALSE(DoSetLocalDescription(std::move(offer)));
3912}
3913
Steve Anton36da6ff2018-02-16 16:04:20 -08003914INSTANTIATE_TEST_CASE_P(PeerConnectionInterfaceTest,
3915 PeerConnectionInterfaceTest,
3916 Values(SdpSemantics::kPlanB,
3917 SdpSemantics::kUnifiedPlan));
3918
nisse51542be2016-02-12 02:27:06 -08003919class PeerConnectionMediaConfigTest : public testing::Test {
3920 protected:
3921 void SetUp() override {
zhihuang38ede132017-06-15 12:52:32 -07003922 pcf_ = PeerConnectionFactoryForTest::CreatePeerConnectionFactoryForTest();
nisse51542be2016-02-12 02:27:06 -08003923 pcf_->Initialize();
3924 }
nisseeaabdf62017-05-05 02:23:02 -07003925 const cricket::MediaConfig TestCreatePeerConnection(
nisse51542be2016-02-12 02:27:06 -08003926 const PeerConnectionInterface::RTCConfiguration& config,
zhihuang1c378ed2017-08-17 14:10:50 -07003927 const MediaConstraintsInterface* constraints) {
zhihuang9763d562016-08-05 11:14:50 -07003928 rtc::scoped_refptr<PeerConnectionInterface> pc(pcf_->CreatePeerConnection(
3929 config, constraints, nullptr, nullptr, &observer_));
nisse51542be2016-02-12 02:27:06 -08003930 EXPECT_TRUE(pc.get());
nisseeaabdf62017-05-05 02:23:02 -07003931 return pc->GetConfiguration().media_config;
nisse51542be2016-02-12 02:27:06 -08003932 }
3933
zhihuang9763d562016-08-05 11:14:50 -07003934 rtc::scoped_refptr<PeerConnectionFactoryForTest> pcf_;
nisse51542be2016-02-12 02:27:06 -08003935 MockPeerConnectionObserver observer_;
3936};
3937
3938// This test verifies the default behaviour with no constraints and a
3939// default RTCConfiguration.
3940TEST_F(PeerConnectionMediaConfigTest, TestDefaults) {
3941 PeerConnectionInterface::RTCConfiguration config;
3942 FakeConstraints constraints;
3943
3944 const cricket::MediaConfig& media_config =
3945 TestCreatePeerConnection(config, &constraints);
3946
3947 EXPECT_FALSE(media_config.enable_dscp);
Niels Möller1d7ecd22018-01-18 15:25:12 +01003948 EXPECT_TRUE(media_config.video.enable_cpu_adaptation);
3949 EXPECT_TRUE(media_config.video.enable_prerenderer_smoothing);
nisse0db023a2016-03-01 04:29:59 -08003950 EXPECT_FALSE(media_config.video.suspend_below_min_bitrate);
Niels Möller6539f692018-01-18 08:58:50 +01003951 EXPECT_FALSE(media_config.video.experiment_cpu_load_estimator);
nisse51542be2016-02-12 02:27:06 -08003952}
3953
3954// This test verifies the DSCP constraint is recognized and passed to
nisse528b7932017-05-08 03:21:43 -07003955// the PeerConnection.
nisse51542be2016-02-12 02:27:06 -08003956TEST_F(PeerConnectionMediaConfigTest, TestDscpConstraintTrue) {
3957 PeerConnectionInterface::RTCConfiguration config;
3958 FakeConstraints constraints;
3959
3960 constraints.AddOptional(webrtc::MediaConstraintsInterface::kEnableDscp, true);
3961 const cricket::MediaConfig& media_config =
3962 TestCreatePeerConnection(config, &constraints);
3963
3964 EXPECT_TRUE(media_config.enable_dscp);
3965}
3966
3967// This test verifies the cpu overuse detection constraint is
nisse528b7932017-05-08 03:21:43 -07003968// recognized and passed to the PeerConnection.
nisse51542be2016-02-12 02:27:06 -08003969TEST_F(PeerConnectionMediaConfigTest, TestCpuOveruseConstraintFalse) {
3970 PeerConnectionInterface::RTCConfiguration config;
3971 FakeConstraints constraints;
3972
3973 constraints.AddOptional(
3974 webrtc::MediaConstraintsInterface::kCpuOveruseDetection, false);
3975 const cricket::MediaConfig media_config =
3976 TestCreatePeerConnection(config, &constraints);
3977
Niels Möller1d7ecd22018-01-18 15:25:12 +01003978 EXPECT_FALSE(media_config.video.enable_cpu_adaptation);
nisse51542be2016-02-12 02:27:06 -08003979}
3980
Niels Möller1d7ecd22018-01-18 15:25:12 +01003981// This test verifies that the enable_prerenderer_smoothing flag is
nisse528b7932017-05-08 03:21:43 -07003982// propagated from RTCConfiguration to the PeerConnection.
nisse51542be2016-02-12 02:27:06 -08003983TEST_F(PeerConnectionMediaConfigTest, TestDisablePrerendererSmoothingTrue) {
3984 PeerConnectionInterface::RTCConfiguration config;
3985 FakeConstraints constraints;
3986
Niels Möller71bdda02016-03-31 12:59:59 +02003987 config.set_prerenderer_smoothing(false);
nisse51542be2016-02-12 02:27:06 -08003988 const cricket::MediaConfig& media_config =
3989 TestCreatePeerConnection(config, &constraints);
3990
Niels Möller1d7ecd22018-01-18 15:25:12 +01003991 EXPECT_FALSE(media_config.video.enable_prerenderer_smoothing);
nisse0db023a2016-03-01 04:29:59 -08003992}
3993
Niels Möller6539f692018-01-18 08:58:50 +01003994// This test verifies that the experiment_cpu_load_estimator flag is
3995// propagated from RTCConfiguration to the PeerConnection.
3996TEST_F(PeerConnectionMediaConfigTest, TestEnableExperimentCpuLoadEstimator) {
3997 PeerConnectionInterface::RTCConfiguration config;
3998 FakeConstraints constraints;
3999
4000 config.set_experiment_cpu_load_estimator(true);
4001 const cricket::MediaConfig& media_config =
4002 TestCreatePeerConnection(config, &constraints);
4003
4004 EXPECT_TRUE(media_config.video.experiment_cpu_load_estimator);
4005}
4006
nisse0db023a2016-03-01 04:29:59 -08004007// This test verifies the suspend below min bitrate constraint is
nisse528b7932017-05-08 03:21:43 -07004008// recognized and passed to the PeerConnection.
nisse0db023a2016-03-01 04:29:59 -08004009TEST_F(PeerConnectionMediaConfigTest,
4010 TestSuspendBelowMinBitrateConstraintTrue) {
4011 PeerConnectionInterface::RTCConfiguration config;
4012 FakeConstraints constraints;
4013
4014 constraints.AddOptional(
4015 webrtc::MediaConstraintsInterface::kEnableVideoSuspendBelowMinBitrate,
4016 true);
4017 const cricket::MediaConfig media_config =
4018 TestCreatePeerConnection(config, &constraints);
4019
4020 EXPECT_TRUE(media_config.video.suspend_below_min_bitrate);
nisse51542be2016-02-12 02:27:06 -08004021}
4022
deadbeef293e9262017-01-11 12:28:30 -08004023// Tests a few random fields being different.
4024TEST(RTCConfigurationTest, ComparisonOperators) {
4025 PeerConnectionInterface::RTCConfiguration a;
4026 PeerConnectionInterface::RTCConfiguration b;
4027 EXPECT_EQ(a, b);
4028
4029 PeerConnectionInterface::RTCConfiguration c;
4030 c.servers.push_back(PeerConnectionInterface::IceServer());
4031 EXPECT_NE(a, c);
4032
4033 PeerConnectionInterface::RTCConfiguration d;
4034 d.type = PeerConnectionInterface::kRelay;
4035 EXPECT_NE(a, d);
4036
4037 PeerConnectionInterface::RTCConfiguration e;
4038 e.audio_jitter_buffer_max_packets = 5;
4039 EXPECT_NE(a, e);
4040
4041 PeerConnectionInterface::RTCConfiguration f;
4042 f.ice_connection_receiving_timeout = 1337;
4043 EXPECT_NE(a, f);
4044
4045 PeerConnectionInterface::RTCConfiguration g;
4046 g.disable_ipv6 = true;
4047 EXPECT_NE(a, g);
4048
4049 PeerConnectionInterface::RTCConfiguration h(
4050 PeerConnectionInterface::RTCConfigurationType::kAggressive);
4051 EXPECT_NE(a, h);
4052}