blob: c1168a0a4d5ef4f8083cf370b2a64d737218871c [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"
35#include "pc/streamcollection.h"
36#include "pc/test/fakeaudiocapturemodule.h"
37#include "pc/test/fakertccertificategenerator.h"
38#include "pc/test/fakevideotracksource.h"
39#include "pc/test/mockpeerconnectionobservers.h"
40#include "pc/test/testsdpstrings.h"
41#include "pc/videocapturertracksource.h"
42#include "pc/videotrack.h"
43#include "rtc_base/gunit.h"
Elad Alon99c3fe52017-10-13 16:29:40 +020044#include "rtc_base/ptr_util.h"
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020045#include "rtc_base/stringutils.h"
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020046#include "rtc_base/virtualsocketserver.h"
47#include "test/gmock.h"
Elad Alon9e6565b2017-10-11 16:04:13 +020048#include "test/testsupport/fileutils.h"
kwibergac9f8762016-09-30 22:29:43 -070049
50#ifdef WEBRTC_ANDROID
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020051#include "pc/test/androidtestinitializer.h"
kwibergac9f8762016-09-30 22:29:43 -070052#endif
henrike@webrtc.org28e20752013-07-10 00:45:36 +000053
54static const char kStreamLabel1[] = "local_stream_1";
55static const char kStreamLabel2[] = "local_stream_2";
56static const char kStreamLabel3[] = "local_stream_3";
57static const int kDefaultStunPort = 3478;
58static const char kStunAddressOnly[] = "stun:address";
59static const char kStunInvalidPort[] = "stun:address:-1";
60static const char kStunAddressPortAndMore1[] = "stun:address:port:more";
61static const char kStunAddressPortAndMore2[] = "stun:address:port more";
62static const char kTurnIceServerUri[] = "turn:user@turn.example.org";
63static const char kTurnUsername[] = "user";
64static const char kTurnPassword[] = "password";
65static const char kTurnHostname[] = "turn.example.org";
Peter Boström0c4e06b2015-10-07 12:23:21 +020066static const uint32_t kTimeout = 10000U;
henrike@webrtc.org28e20752013-07-10 00:45:36 +000067
deadbeefab9b2d12015-10-14 11:33:11 -070068static const char kStreams[][8] = {"stream1", "stream2"};
69static const char kAudioTracks[][32] = {"audiotrack0", "audiotrack1"};
70static const char kVideoTracks[][32] = {"videotrack0", "videotrack1"};
71
deadbeef5e97fb52015-10-15 12:49:08 -070072static const char kRecvonly[] = "recvonly";
73static const char kSendrecv[] = "sendrecv";
74
deadbeefab9b2d12015-10-14 11:33:11 -070075// Reference SDP with a MediaStream with label "stream1" and audio track with
76// id "audio_1" and a video track with id "video_1;
77static const char kSdpStringWithStream1[] =
78 "v=0\r\n"
79 "o=- 0 0 IN IP4 127.0.0.1\r\n"
80 "s=-\r\n"
81 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -080082 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -070083 "a=ice-ufrag:e5785931\r\n"
84 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
85 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
86 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -070087 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -070088 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -080089 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -070090 "a=rtpmap:103 ISAC/16000\r\n"
91 "a=ssrc:1 cname:stream1\r\n"
92 "a=ssrc:1 mslabel:stream1\r\n"
93 "a=ssrc:1 label:audiotrack0\r\n"
94 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -080095 "a=ice-ufrag:e5785931\r\n"
96 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
97 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
98 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -070099 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700100 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800101 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700102 "a=rtpmap:120 VP8/90000\r\n"
103 "a=ssrc:2 cname:stream1\r\n"
104 "a=ssrc:2 mslabel:stream1\r\n"
105 "a=ssrc:2 label:videotrack0\r\n";
106
zhihuang81c3a032016-11-17 12:06:24 -0800107// Reference SDP with a MediaStream with label "stream1" and audio track with
108// id "audio_1";
109static const char kSdpStringWithStream1AudioTrackOnly[] =
110 "v=0\r\n"
111 "o=- 0 0 IN IP4 127.0.0.1\r\n"
112 "s=-\r\n"
113 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800114 "m=audio 1 RTP/AVPF 103\r\n"
zhihuang81c3a032016-11-17 12:06:24 -0800115 "a=ice-ufrag:e5785931\r\n"
116 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
117 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
118 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
zhihuang81c3a032016-11-17 12:06:24 -0800119 "a=mid:audio\r\n"
120 "a=sendrecv\r\n"
121 "a=rtpmap:103 ISAC/16000\r\n"
122 "a=ssrc:1 cname:stream1\r\n"
123 "a=ssrc:1 mslabel:stream1\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800124 "a=ssrc:1 label:audiotrack0\r\n"
125 "a=rtcp-mux\r\n";
zhihuang81c3a032016-11-17 12:06:24 -0800126
deadbeefab9b2d12015-10-14 11:33:11 -0700127// Reference SDP with two MediaStreams with label "stream1" and "stream2. Each
128// MediaStreams have one audio track and one video track.
129// This uses MSID.
130static const char kSdpStringWithStream1And2[] =
131 "v=0\r\n"
132 "o=- 0 0 IN IP4 127.0.0.1\r\n"
133 "s=-\r\n"
134 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800135 "a=msid-semantic: WMS stream1 stream2\r\n"
136 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700137 "a=ice-ufrag:e5785931\r\n"
138 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
139 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
140 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700141 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700142 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800143 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700144 "a=rtpmap:103 ISAC/16000\r\n"
145 "a=ssrc:1 cname:stream1\r\n"
146 "a=ssrc:1 msid:stream1 audiotrack0\r\n"
147 "a=ssrc:3 cname:stream2\r\n"
148 "a=ssrc:3 msid:stream2 audiotrack1\r\n"
149 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800150 "a=ice-ufrag:e5785931\r\n"
151 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
152 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
153 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700154 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700155 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800156 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700157 "a=rtpmap:120 VP8/0\r\n"
158 "a=ssrc:2 cname:stream1\r\n"
159 "a=ssrc:2 msid:stream1 videotrack0\r\n"
160 "a=ssrc:4 cname:stream2\r\n"
161 "a=ssrc:4 msid:stream2 videotrack1\r\n";
162
163// Reference SDP without MediaStreams. Msid is not supported.
164static const char kSdpStringWithoutStreams[] =
165 "v=0\r\n"
166 "o=- 0 0 IN IP4 127.0.0.1\r\n"
167 "s=-\r\n"
168 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800169 "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 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800179 "a=ice-ufrag:e5785931\r\n"
180 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
181 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
182 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700183 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700184 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800185 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700186 "a=rtpmap:120 VP8/90000\r\n";
187
188// Reference SDP without MediaStreams. Msid is supported.
189static const char kSdpStringWithMsidWithoutStreams[] =
190 "v=0\r\n"
191 "o=- 0 0 IN IP4 127.0.0.1\r\n"
192 "s=-\r\n"
193 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800194 "a=msid-semantic: WMS\r\n"
195 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700196 "a=ice-ufrag:e5785931\r\n"
197 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
198 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
199 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700200 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700201 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800202 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700203 "a=rtpmap:103 ISAC/16000\r\n"
204 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800205 "a=ice-ufrag:e5785931\r\n"
206 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
207 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
208 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700209 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700210 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800211 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700212 "a=rtpmap:120 VP8/90000\r\n";
213
214// Reference SDP without MediaStreams and audio only.
215static const char kSdpStringWithoutStreamsAudioOnly[] =
216 "v=0\r\n"
217 "o=- 0 0 IN IP4 127.0.0.1\r\n"
218 "s=-\r\n"
219 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800220 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700221 "a=ice-ufrag:e5785931\r\n"
222 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
223 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
224 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700225 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700226 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800227 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700228 "a=rtpmap:103 ISAC/16000\r\n";
229
230// Reference SENDONLY SDP without MediaStreams. Msid is not supported.
231static const char kSdpStringSendOnlyWithoutStreams[] =
232 "v=0\r\n"
233 "o=- 0 0 IN IP4 127.0.0.1\r\n"
234 "s=-\r\n"
235 "t=0 0\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800236 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700237 "a=ice-ufrag:e5785931\r\n"
238 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
239 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
240 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700241 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700242 "a=sendrecv\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700243 "a=sendonly\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800244 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700245 "a=rtpmap:103 ISAC/16000\r\n"
246 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800247 "a=ice-ufrag:e5785931\r\n"
248 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
249 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
250 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700251 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700252 "a=sendrecv\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700253 "a=sendonly\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800254 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700255 "a=rtpmap:120 VP8/90000\r\n";
256
257static const char kSdpStringInit[] =
258 "v=0\r\n"
259 "o=- 0 0 IN IP4 127.0.0.1\r\n"
260 "s=-\r\n"
261 "t=0 0\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700262 "a=msid-semantic: WMS\r\n";
263
264static const char kSdpStringAudio[] =
265 "m=audio 1 RTP/AVPF 103\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800266 "a=ice-ufrag:e5785931\r\n"
267 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
268 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
269 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700270 "a=mid:audio\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700271 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800272 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700273 "a=rtpmap:103 ISAC/16000\r\n";
274
275static const char kSdpStringVideo[] =
276 "m=video 1 RTP/AVPF 120\r\n"
deadbeefd1a38b52016-12-10 13:15:33 -0800277 "a=ice-ufrag:e5785931\r\n"
278 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
279 "a=fingerprint:sha-256 58:AB:6E:F5:F1:E4:57:B7:E9:46:F4:86:04:28:F9:A7:ED:"
280 "BD:AB:AE:40:EF:CE:9A:51:2C:2A:B1:9B:8B:78:84\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700281 "a=mid:video\r\n"
deadbeef5e97fb52015-10-15 12:49:08 -0700282 "a=sendrecv\r\n"
zhihuang4dfb8ce2016-11-23 10:30:12 -0800283 "a=rtcp-mux\r\n"
deadbeefab9b2d12015-10-14 11:33:11 -0700284 "a=rtpmap:120 VP8/90000\r\n";
285
286static const char kSdpStringMs1Audio0[] =
287 "a=ssrc:1 cname:stream1\r\n"
288 "a=ssrc:1 msid:stream1 audiotrack0\r\n";
289
290static const char kSdpStringMs1Video0[] =
291 "a=ssrc:2 cname:stream1\r\n"
292 "a=ssrc:2 msid:stream1 videotrack0\r\n";
293
294static const char kSdpStringMs1Audio1[] =
295 "a=ssrc:3 cname:stream1\r\n"
296 "a=ssrc:3 msid:stream1 audiotrack1\r\n";
297
298static const char kSdpStringMs1Video1[] =
299 "a=ssrc:4 cname:stream1\r\n"
300 "a=ssrc:4 msid:stream1 videotrack1\r\n";
301
deadbeef8662f942017-01-20 21:20:51 -0800302static const char kDtlsSdesFallbackSdp[] =
303 "v=0\r\n"
304 "o=xxxxxx 7 2 IN IP4 0.0.0.0\r\n"
305 "s=-\r\n"
306 "c=IN IP4 0.0.0.0\r\n"
307 "t=0 0\r\n"
308 "a=group:BUNDLE audio\r\n"
309 "a=msid-semantic: WMS\r\n"
310 "m=audio 1 RTP/SAVPF 0\r\n"
311 "a=sendrecv\r\n"
312 "a=rtcp-mux\r\n"
313 "a=mid:audio\r\n"
314 "a=ssrc:1 cname:stream1\r\n"
315 "a=ssrc:1 mslabel:stream1\r\n"
316 "a=ssrc:1 label:audiotrack0\r\n"
317 "a=ice-ufrag:e5785931\r\n"
318 "a=ice-pwd:36fb7878390db89481c1d46daa4278d8\r\n"
319 "a=rtpmap:0 pcmu/8000\r\n"
320 "a=fingerprint:sha-1 "
321 "4A:AD:B9:B1:3F:82:18:3B:54:02:12:DF:3E:5D:49:6B:19:E5:7C:AB\r\n"
322 "a=setup:actpass\r\n"
323 "a=crypto:1 AES_CM_128_HMAC_SHA1_32 "
324 "inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32 "
325 "dummy_session_params\r\n";
326
perkjd61bf802016-03-24 03:16:19 -0700327using ::testing::Exactly;
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700328using cricket::StreamParams;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000329using webrtc::AudioSourceInterface;
deadbeefab9b2d12015-10-14 11:33:11 -0700330using webrtc::AudioTrack;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000331using webrtc::AudioTrackInterface;
332using webrtc::DataBuffer;
333using webrtc::DataChannelInterface;
334using webrtc::FakeConstraints;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000335using webrtc::IceCandidateInterface;
deadbeefc80741f2015-10-22 13:14:45 -0700336using webrtc::MediaConstraintsInterface;
deadbeefab9b2d12015-10-14 11:33:11 -0700337using webrtc::MediaStream;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000338using webrtc::MediaStreamInterface;
339using webrtc::MediaStreamTrackInterface;
340using webrtc::MockCreateSessionDescriptionObserver;
341using webrtc::MockDataChannelObserver;
Steve Anton94286cb2017-09-26 16:20:19 -0700342using webrtc::MockPeerConnectionObserver;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000343using webrtc::MockSetSessionDescriptionObserver;
344using webrtc::MockStatsObserver;
perkjd61bf802016-03-24 03:16:19 -0700345using webrtc::NotifierInterface;
346using webrtc::ObserverInterface;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000347using webrtc::PeerConnectionInterface;
348using webrtc::PeerConnectionObserver;
deadbeef293e9262017-01-11 12:28:30 -0800349using webrtc::RTCError;
350using webrtc::RTCErrorType;
deadbeefab9b2d12015-10-14 11:33:11 -0700351using webrtc::RtpReceiverInterface;
352using webrtc::RtpSenderInterface;
Steve Anton4e70a722017-11-28 14:57:10 -0800353using webrtc::RtpTransceiverDirection;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000354using webrtc::SdpParseError;
Steve Antona3a92c22017-12-07 10:27:41 -0800355using webrtc::SdpType;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000356using webrtc::SessionDescriptionInterface;
deadbeefab9b2d12015-10-14 11:33:11 -0700357using webrtc::StreamCollection;
358using webrtc::StreamCollectionInterface;
perkja3ede6c2016-03-08 01:27:48 +0100359using webrtc::VideoTrackSourceInterface;
deadbeefab9b2d12015-10-14 11:33:11 -0700360using webrtc::VideoTrack;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000361using webrtc::VideoTrackInterface;
362
deadbeefab9b2d12015-10-14 11:33:11 -0700363typedef PeerConnectionInterface::RTCOfferAnswerOptions RTCOfferAnswerOptions;
364
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000365namespace {
366
367// Gets the first ssrc of given content type from the ContentInfo.
368bool GetFirstSsrc(const cricket::ContentInfo* content_info, int* ssrc) {
369 if (!content_info || !ssrc) {
370 return false;
371 }
372 const cricket::MediaContentDescription* media_desc =
henrike@webrtc.org28654cb2013-07-22 21:07:49 +0000373 static_cast<const cricket::MediaContentDescription*>(
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000374 content_info->description);
375 if (!media_desc || media_desc->streams().empty()) {
376 return false;
377 }
378 *ssrc = media_desc->streams().begin()->first_ssrc();
379 return true;
380}
381
deadbeefd1a38b52016-12-10 13:15:33 -0800382// Get the ufrags out of an SDP blob. Useful for testing ICE restart
383// behavior.
384std::vector<std::string> GetUfrags(
385 const webrtc::SessionDescriptionInterface* desc) {
386 std::vector<std::string> ufrags;
387 for (const cricket::TransportInfo& info :
388 desc->description()->transport_infos()) {
389 ufrags.push_back(info.description.ice_ufrag);
390 }
391 return ufrags;
392}
393
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000394void SetSsrcToZero(std::string* sdp) {
395 const char kSdpSsrcAtribute[] = "a=ssrc:";
396 const char kSdpSsrcAtributeZero[] = "a=ssrc:0";
397 size_t ssrc_pos = 0;
398 while ((ssrc_pos = sdp->find(kSdpSsrcAtribute, ssrc_pos)) !=
399 std::string::npos) {
400 size_t end_ssrc = sdp->find(" ", ssrc_pos);
401 sdp->replace(ssrc_pos, end_ssrc - ssrc_pos, kSdpSsrcAtributeZero);
402 ssrc_pos = end_ssrc;
403 }
404}
405
deadbeefab9b2d12015-10-14 11:33:11 -0700406// Check if |streams| contains the specified track.
407bool ContainsTrack(const std::vector<cricket::StreamParams>& streams,
408 const std::string& stream_label,
409 const std::string& track_id) {
410 for (const cricket::StreamParams& params : streams) {
411 if (params.sync_label == stream_label && params.id == track_id) {
412 return true;
413 }
414 }
415 return false;
416}
417
418// Check if |senders| contains the specified sender, by id.
419bool ContainsSender(
420 const std::vector<rtc::scoped_refptr<RtpSenderInterface>>& senders,
421 const std::string& id) {
422 for (const auto& sender : senders) {
423 if (sender->id() == id) {
424 return true;
425 }
426 }
427 return false;
428}
429
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700430// Check if |senders| contains the specified sender, by id and stream id.
431bool ContainsSender(
432 const std::vector<rtc::scoped_refptr<RtpSenderInterface>>& senders,
433 const std::string& id,
434 const std::string& stream_id) {
435 for (const auto& sender : senders) {
deadbeefa601f5c2016-06-06 14:27:39 -0700436 if (sender->id() == id && sender->stream_ids()[0] == stream_id) {
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700437 return true;
438 }
439 }
440 return false;
441}
442
deadbeefab9b2d12015-10-14 11:33:11 -0700443// Create a collection of streams.
444// CreateStreamCollection(1) creates a collection that
445// correspond to kSdpStringWithStream1.
446// CreateStreamCollection(2) correspond to kSdpStringWithStream1And2.
447rtc::scoped_refptr<StreamCollection> CreateStreamCollection(
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700448 int number_of_streams,
449 int tracks_per_stream) {
deadbeefab9b2d12015-10-14 11:33:11 -0700450 rtc::scoped_refptr<StreamCollection> local_collection(
451 StreamCollection::Create());
452
453 for (int i = 0; i < number_of_streams; ++i) {
454 rtc::scoped_refptr<webrtc::MediaStreamInterface> stream(
455 webrtc::MediaStream::Create(kStreams[i]));
456
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700457 for (int j = 0; j < tracks_per_stream; ++j) {
458 // Add a local audio track.
459 rtc::scoped_refptr<webrtc::AudioTrackInterface> audio_track(
460 webrtc::AudioTrack::Create(kAudioTracks[i * tracks_per_stream + j],
461 nullptr));
462 stream->AddTrack(audio_track);
deadbeefab9b2d12015-10-14 11:33:11 -0700463
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700464 // Add a local video track.
465 rtc::scoped_refptr<webrtc::VideoTrackInterface> video_track(
466 webrtc::VideoTrack::Create(kVideoTracks[i * tracks_per_stream + j],
perkj773be362017-07-31 23:22:01 -0700467 webrtc::FakeVideoTrackSource::Create(),
468 rtc::Thread::Current()));
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -0700469 stream->AddTrack(video_track);
470 }
deadbeefab9b2d12015-10-14 11:33:11 -0700471
472 local_collection->AddStream(stream);
473 }
474 return local_collection;
475}
476
477// Check equality of StreamCollections.
478bool CompareStreamCollections(StreamCollectionInterface* s1,
479 StreamCollectionInterface* s2) {
480 if (s1 == nullptr || s2 == nullptr || s1->count() != s2->count()) {
481 return false;
482 }
483
484 for (size_t i = 0; i != s1->count(); ++i) {
485 if (s1->at(i)->label() != s2->at(i)->label()) {
486 return false;
487 }
488 webrtc::AudioTrackVector audio_tracks1 = s1->at(i)->GetAudioTracks();
489 webrtc::AudioTrackVector audio_tracks2 = s2->at(i)->GetAudioTracks();
490 webrtc::VideoTrackVector video_tracks1 = s1->at(i)->GetVideoTracks();
491 webrtc::VideoTrackVector video_tracks2 = s2->at(i)->GetVideoTracks();
492
493 if (audio_tracks1.size() != audio_tracks2.size()) {
494 return false;
495 }
496 for (size_t j = 0; j != audio_tracks1.size(); ++j) {
497 if (audio_tracks1[j]->id() != audio_tracks2[j]->id()) {
498 return false;
499 }
500 }
501 if (video_tracks1.size() != video_tracks2.size()) {
502 return false;
503 }
504 for (size_t j = 0; j != video_tracks1.size(); ++j) {
505 if (video_tracks1[j]->id() != video_tracks2[j]->id()) {
506 return false;
507 }
508 }
509 }
510 return true;
511}
512
perkjd61bf802016-03-24 03:16:19 -0700513// Helper class to test Observer.
514class MockTrackObserver : public ObserverInterface {
515 public:
516 explicit MockTrackObserver(NotifierInterface* notifier)
517 : notifier_(notifier) {
518 notifier_->RegisterObserver(this);
519 }
520
521 ~MockTrackObserver() { Unregister(); }
522
523 void Unregister() {
524 if (notifier_) {
525 notifier_->UnregisterObserver(this);
526 notifier_ = nullptr;
527 }
528 }
529
530 MOCK_METHOD0(OnChanged, void());
531
532 private:
533 NotifierInterface* notifier_;
534};
535
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000536} // namespace
deadbeefab9b2d12015-10-14 11:33:11 -0700537
nisse528b7932017-05-08 03:21:43 -0700538// The PeerConnectionMediaConfig tests below verify that configuration and
539// constraints are propagated into the PeerConnection's MediaConfig. These
540// settings are intended for MediaChannel constructors, but that is not
541// exercised by these unittest.
zhihuang29ff8442016-07-27 11:07:25 -0700542class PeerConnectionFactoryForTest : public webrtc::PeerConnectionFactory {
543 public:
zhihuang38ede132017-06-15 12:52:32 -0700544 static rtc::scoped_refptr<PeerConnectionFactoryForTest>
545 CreatePeerConnectionFactoryForTest() {
546 auto audio_encoder_factory = webrtc::CreateBuiltinAudioEncoderFactory();
547 auto audio_decoder_factory = webrtc::CreateBuiltinAudioDecoderFactory();
548
henrika919dc2e2017-10-12 14:24:55 +0200549 // Use fake audio device module since we're only testing the interface
550 // level, and using a real one could make tests flaky when run in parallel.
zhihuang38ede132017-06-15 12:52:32 -0700551 auto media_engine = std::unique_ptr<cricket::MediaEngineInterface>(
552 cricket::WebRtcMediaEngineFactory::Create(
henrika919dc2e2017-10-12 14:24:55 +0200553 FakeAudioCaptureModule::Create(), audio_encoder_factory,
554 audio_decoder_factory, nullptr, nullptr, nullptr,
555 webrtc::AudioProcessing::Create()));
zhihuang38ede132017-06-15 12:52:32 -0700556
557 std::unique_ptr<webrtc::CallFactoryInterface> call_factory =
558 webrtc::CreateCallFactory();
559
560 std::unique_ptr<webrtc::RtcEventLogFactoryInterface> event_log_factory =
561 webrtc::CreateRtcEventLogFactory();
562
563 return new rtc::RefCountedObject<PeerConnectionFactoryForTest>(
564 rtc::Thread::Current(), rtc::Thread::Current(), rtc::Thread::Current(),
Magnus Jedvert02e7a192017-09-23 17:21:32 +0200565 std::move(media_engine), std::move(call_factory),
zhihuang38ede132017-06-15 12:52:32 -0700566 std::move(event_log_factory));
567 }
568
569 PeerConnectionFactoryForTest(
570 rtc::Thread* network_thread,
571 rtc::Thread* worker_thread,
572 rtc::Thread* signaling_thread,
zhihuang38ede132017-06-15 12:52:32 -0700573 std::unique_ptr<cricket::MediaEngineInterface> media_engine,
574 std::unique_ptr<webrtc::CallFactoryInterface> call_factory,
575 std::unique_ptr<webrtc::RtcEventLogFactoryInterface> event_log_factory)
576 : webrtc::PeerConnectionFactory(network_thread,
577 worker_thread,
578 signaling_thread,
zhihuang38ede132017-06-15 12:52:32 -0700579 std::move(media_engine),
580 std::move(call_factory),
581 std::move(event_log_factory)) {}
kwiberg1e4e8cb2017-01-31 01:48:08 -0800582
zhihuang29ff8442016-07-27 11:07:25 -0700583 cricket::TransportController* CreateTransportController(
Honghai Zhangbfd398c2016-08-30 22:07:42 -0700584 cricket::PortAllocator* port_allocator,
585 bool redetermine_role_on_ice_restart) override {
zhihuang29ff8442016-07-27 11:07:25 -0700586 transport_controller = new cricket::TransportController(
Honghai Zhangbfd398c2016-08-30 22:07:42 -0700587 rtc::Thread::Current(), rtc::Thread::Current(), port_allocator,
deadbeef7914b8c2017-04-21 03:23:33 -0700588 redetermine_role_on_ice_restart, rtc::CryptoOptions());
zhihuang29ff8442016-07-27 11:07:25 -0700589 return transport_controller;
590 }
591
deadbeefd7850b22017-08-23 10:59:19 -0700592 rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_;
zhihuang29ff8442016-07-27 11:07:25 -0700593 cricket::TransportController* transport_controller;
zhihuang29ff8442016-07-27 11:07:25 -0700594};
595
Steve Anton94286cb2017-09-26 16:20:19 -0700596// TODO(steveanton): Convert to use the new PeerConnectionUnitTestFixture and
597// PeerConnectionWrapper.
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000598class PeerConnectionInterfaceTest : public testing::Test {
599 protected:
deadbeef9a6f4d42017-05-15 19:43:33 -0700600 PeerConnectionInterfaceTest()
deadbeef98e186c2017-05-16 18:00:06 -0700601 : vss_(new rtc::VirtualSocketServer()), main_(vss_.get()) {
phoglund37ebcf02016-01-08 05:04:57 -0800602#ifdef WEBRTC_ANDROID
603 webrtc::InitializeAndroidObjects();
604#endif
605 }
606
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000607 virtual void SetUp() {
deadbeefd7850b22017-08-23 10:59:19 -0700608 // Use fake audio capture module since we're only testing the interface
609 // level, and using a real one could make tests flaky when run in parallel.
610 fake_audio_capture_module_ = FakeAudioCaptureModule::Create();
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000611 pc_factory_ = webrtc::CreatePeerConnectionFactory(
danilchape9021a32016-05-17 01:52:02 -0700612 rtc::Thread::Current(), rtc::Thread::Current(), rtc::Thread::Current(),
Karl Wiberg1b0eae32017-10-17 14:48:54 +0200613 fake_audio_capture_module_, webrtc::CreateBuiltinAudioEncoderFactory(),
614 webrtc::CreateBuiltinAudioDecoderFactory(), nullptr, nullptr);
danilchape9021a32016-05-17 01:52:02 -0700615 ASSERT_TRUE(pc_factory_);
zhihuang29ff8442016-07-27 11:07:25 -0700616 pc_factory_for_test_ =
zhihuang38ede132017-06-15 12:52:32 -0700617 PeerConnectionFactoryForTest::CreatePeerConnectionFactoryForTest();
zhihuang29ff8442016-07-27 11:07:25 -0700618 pc_factory_for_test_->Initialize();
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000619 }
620
621 void CreatePeerConnection() {
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700622 CreatePeerConnection(PeerConnectionInterface::RTCConfiguration(), nullptr);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000623 }
624
deadbeef293e9262017-01-11 12:28:30 -0800625 // DTLS does not work in a loopback call, so is disabled for most of the
626 // tests in this file.
627 void CreatePeerConnectionWithoutDtls() {
628 FakeConstraints no_dtls_constraints;
629 no_dtls_constraints.AddMandatory(
630 webrtc::MediaConstraintsInterface::kEnableDtlsSrtp, false);
631
632 CreatePeerConnection(PeerConnectionInterface::RTCConfiguration(),
633 &no_dtls_constraints);
634 }
635
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000636 void CreatePeerConnection(webrtc::MediaConstraintsInterface* constraints) {
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700637 CreatePeerConnection(PeerConnectionInterface::RTCConfiguration(),
638 constraints);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000639 }
640
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700641 void CreatePeerConnectionWithIceTransportsType(
642 PeerConnectionInterface::IceTransportsType type) {
643 PeerConnectionInterface::RTCConfiguration config;
644 config.type = type;
645 return CreatePeerConnection(config, nullptr);
646 }
647
648 void CreatePeerConnectionWithIceServer(const std::string& uri,
649 const std::string& password) {
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800650 PeerConnectionInterface::RTCConfiguration config;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000651 PeerConnectionInterface::IceServer server;
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700652 server.uri = uri;
653 server.password = password;
654 config.servers.push_back(server);
655 CreatePeerConnection(config, nullptr);
656 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000657
Mirko Bonadeic61ce0d2017-11-21 17:04:20 +0100658 void CreatePeerConnection(
659 const PeerConnectionInterface::RTCConfiguration& config,
660 webrtc::MediaConstraintsInterface* constraints) {
kwibergd1fe2812016-04-27 06:47:29 -0700661 std::unique_ptr<cricket::FakePortAllocator> port_allocator(
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800662 new cricket::FakePortAllocator(rtc::Thread::Current(), nullptr));
663 port_allocator_ = port_allocator.get();
jiayl@webrtc.orga576faf2014-01-29 17:45:53 +0000664
deadbeef1dcb1642017-03-29 21:08:16 -0700665 // Create certificate generator unless DTLS constraint is explicitly set to
666 // false.
Henrik Boströmd79599d2016-06-01 13:58:50 +0200667 std::unique_ptr<rtc::RTCCertificateGeneratorInterface> cert_generator;
jiayl@webrtc.orga576faf2014-01-29 17:45:53 +0000668 bool dtls;
669 if (FindConstraint(constraints,
670 webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
671 &dtls,
Henrik Boström5e56c592015-08-11 10:33:13 +0200672 nullptr) && dtls) {
deadbeef8662f942017-01-20 21:20:51 -0800673 fake_certificate_generator_ = new FakeRTCCertificateGenerator();
674 cert_generator.reset(fake_certificate_generator_);
jiayl@webrtc.orga576faf2014-01-29 17:45:53 +0000675 }
Henrik Boströmd79599d2016-06-01 13:58:50 +0200676 pc_ = pc_factory_->CreatePeerConnection(
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800677 config, constraints, std::move(port_allocator),
Henrik Boströmd79599d2016-06-01 13:58:50 +0200678 std::move(cert_generator), &observer_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000679 ASSERT_TRUE(pc_.get() != NULL);
680 observer_.SetPeerConnectionInterface(pc_.get());
681 EXPECT_EQ(PeerConnectionInterface::kStable, observer_.state_);
682 }
683
deadbeef0a6c4ca2015-10-06 11:38:28 -0700684 void CreatePeerConnectionExpectFail(const std::string& uri) {
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800685 PeerConnectionInterface::RTCConfiguration config;
deadbeef0a6c4ca2015-10-06 11:38:28 -0700686 PeerConnectionInterface::IceServer server;
deadbeef0a6c4ca2015-10-06 11:38:28 -0700687 server.uri = uri;
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800688 config.servers.push_back(server);
deadbeef0a6c4ca2015-10-06 11:38:28 -0700689
zhihuang9763d562016-08-05 11:14:50 -0700690 rtc::scoped_refptr<PeerConnectionInterface> pc;
hbosd7973cc2016-05-27 06:08:53 -0700691 pc = pc_factory_->CreatePeerConnection(config, nullptr, nullptr, nullptr,
692 &observer_);
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800693 EXPECT_EQ(nullptr, pc);
deadbeef0a6c4ca2015-10-06 11:38:28 -0700694 }
695
Steve Anton038834f2017-07-14 15:59:59 -0700696 void CreatePeerConnectionExpectFail(
697 PeerConnectionInterface::RTCConfiguration config) {
698 PeerConnectionInterface::IceServer server;
699 server.uri = kTurnIceServerUri;
700 server.password = kTurnPassword;
701 config.servers.push_back(server);
702 rtc::scoped_refptr<PeerConnectionInterface> pc =
703 pc_factory_->CreatePeerConnection(config, nullptr, nullptr, &observer_);
704 EXPECT_EQ(nullptr, pc);
705 }
706
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000707 void CreatePeerConnectionWithDifferentConfigurations() {
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700708 CreatePeerConnectionWithIceServer(kStunAddressOnly, "");
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800709 EXPECT_EQ(1u, port_allocator_->stun_servers().size());
710 EXPECT_EQ(0u, port_allocator_->turn_servers().size());
711 EXPECT_EQ("address", port_allocator_->stun_servers().begin()->hostname());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000712 EXPECT_EQ(kDefaultStunPort,
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800713 port_allocator_->stun_servers().begin()->port());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000714
deadbeef0a6c4ca2015-10-06 11:38:28 -0700715 CreatePeerConnectionExpectFail(kStunInvalidPort);
716 CreatePeerConnectionExpectFail(kStunAddressPortAndMore1);
717 CreatePeerConnectionExpectFail(kStunAddressPortAndMore2);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000718
Taylor Brandstettera1c30352016-05-13 08:15:11 -0700719 CreatePeerConnectionWithIceServer(kTurnIceServerUri, kTurnPassword);
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800720 EXPECT_EQ(0u, port_allocator_->stun_servers().size());
721 EXPECT_EQ(1u, port_allocator_->turn_servers().size());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000722 EXPECT_EQ(kTurnUsername,
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800723 port_allocator_->turn_servers()[0].credentials.username);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000724 EXPECT_EQ(kTurnPassword,
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800725 port_allocator_->turn_servers()[0].credentials.password);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000726 EXPECT_EQ(kTurnHostname,
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -0800727 port_allocator_->turn_servers()[0].ports[0].address.hostname());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000728 }
729
730 void ReleasePeerConnection() {
731 pc_ = NULL;
732 observer_.SetPeerConnectionInterface(NULL);
733 }
734
deadbeefab9b2d12015-10-14 11:33:11 -0700735 void AddVideoStream(const std::string& label) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000736 // Create a local stream.
zhihuang9763d562016-08-05 11:14:50 -0700737 rtc::scoped_refptr<MediaStreamInterface> stream(
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000738 pc_factory_->CreateLocalMediaStream(label));
zhihuang9763d562016-08-05 11:14:50 -0700739 rtc::scoped_refptr<VideoTrackSourceInterface> video_source(
deadbeef112b2e92017-02-10 20:13:37 -0800740 pc_factory_->CreateVideoSource(std::unique_ptr<cricket::VideoCapturer>(
741 new cricket::FakeVideoCapturer()),
742 NULL));
zhihuang9763d562016-08-05 11:14:50 -0700743 rtc::scoped_refptr<VideoTrackInterface> video_track(
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000744 pc_factory_->CreateVideoTrack(label + "v0", video_source));
745 stream->AddTrack(video_track.get());
perkj@webrtc.orgc2dd5ee2014-11-04 11:31:29 +0000746 EXPECT_TRUE(pc_->AddStream(stream));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000747 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
748 observer_.renegotiation_needed_ = false;
749 }
750
751 void AddVoiceStream(const std::string& label) {
752 // Create a local stream.
zhihuang9763d562016-08-05 11:14:50 -0700753 rtc::scoped_refptr<MediaStreamInterface> stream(
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000754 pc_factory_->CreateLocalMediaStream(label));
zhihuang9763d562016-08-05 11:14:50 -0700755 rtc::scoped_refptr<AudioTrackInterface> audio_track(
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000756 pc_factory_->CreateAudioTrack(label + "a0", NULL));
757 stream->AddTrack(audio_track.get());
perkj@webrtc.orgc2dd5ee2014-11-04 11:31:29 +0000758 EXPECT_TRUE(pc_->AddStream(stream));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000759 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
760 observer_.renegotiation_needed_ = false;
761 }
762
763 void AddAudioVideoStream(const std::string& stream_label,
764 const std::string& audio_track_label,
765 const std::string& video_track_label) {
766 // Create a local stream.
zhihuang9763d562016-08-05 11:14:50 -0700767 rtc::scoped_refptr<MediaStreamInterface> stream(
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000768 pc_factory_->CreateLocalMediaStream(stream_label));
zhihuang9763d562016-08-05 11:14:50 -0700769 rtc::scoped_refptr<AudioTrackInterface> audio_track(
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000770 pc_factory_->CreateAudioTrack(
771 audio_track_label, static_cast<AudioSourceInterface*>(NULL)));
772 stream->AddTrack(audio_track.get());
zhihuang9763d562016-08-05 11:14:50 -0700773 rtc::scoped_refptr<VideoTrackInterface> video_track(
nisseaf510af2016-03-21 08:20:42 -0700774 pc_factory_->CreateVideoTrack(
deadbeef112b2e92017-02-10 20:13:37 -0800775 video_track_label, pc_factory_->CreateVideoSource(
776 std::unique_ptr<cricket::VideoCapturer>(
777 new cricket::FakeVideoCapturer()))));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000778 stream->AddTrack(video_track.get());
perkj@webrtc.orgc2dd5ee2014-11-04 11:31:29 +0000779 EXPECT_TRUE(pc_->AddStream(stream));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000780 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
781 observer_.renegotiation_needed_ = false;
782 }
783
kwibergd1fe2812016-04-27 06:47:29 -0700784 bool DoCreateOfferAnswer(std::unique_ptr<SessionDescriptionInterface>* desc,
deadbeefc80741f2015-10-22 13:14:45 -0700785 bool offer,
786 MediaConstraintsInterface* constraints) {
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000787 rtc::scoped_refptr<MockCreateSessionDescriptionObserver>
788 observer(new rtc::RefCountedObject<
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000789 MockCreateSessionDescriptionObserver>());
790 if (offer) {
deadbeefc80741f2015-10-22 13:14:45 -0700791 pc_->CreateOffer(observer, constraints);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000792 } else {
deadbeefc80741f2015-10-22 13:14:45 -0700793 pc_->CreateAnswer(observer, constraints);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000794 }
795 EXPECT_EQ_WAIT(true, observer->called(), kTimeout);
deadbeef1dcb1642017-03-29 21:08:16 -0700796 *desc = observer->MoveDescription();
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000797 return observer->result();
798 }
799
kwibergd1fe2812016-04-27 06:47:29 -0700800 bool DoCreateOffer(std::unique_ptr<SessionDescriptionInterface>* desc,
deadbeefc80741f2015-10-22 13:14:45 -0700801 MediaConstraintsInterface* constraints) {
802 return DoCreateOfferAnswer(desc, true, constraints);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000803 }
804
kwibergd1fe2812016-04-27 06:47:29 -0700805 bool DoCreateAnswer(std::unique_ptr<SessionDescriptionInterface>* desc,
deadbeefc80741f2015-10-22 13:14:45 -0700806 MediaConstraintsInterface* constraints) {
807 return DoCreateOfferAnswer(desc, false, constraints);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000808 }
809
Steve Antondb45ca82017-09-11 18:27:34 -0700810 bool DoSetSessionDescription(
811 std::unique_ptr<SessionDescriptionInterface> desc,
812 bool local) {
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000813 rtc::scoped_refptr<MockSetSessionDescriptionObserver>
814 observer(new rtc::RefCountedObject<
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000815 MockSetSessionDescriptionObserver>());
816 if (local) {
Steve Antondb45ca82017-09-11 18:27:34 -0700817 pc_->SetLocalDescription(observer, desc.release());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000818 } else {
Steve Antondb45ca82017-09-11 18:27:34 -0700819 pc_->SetRemoteDescription(observer, desc.release());
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000820 }
zhihuang29ff8442016-07-27 11:07:25 -0700821 if (pc_->signaling_state() != PeerConnectionInterface::kClosed) {
822 EXPECT_EQ_WAIT(true, observer->called(), kTimeout);
823 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000824 return observer->result();
825 }
826
Steve Antondb45ca82017-09-11 18:27:34 -0700827 bool DoSetLocalDescription(
828 std::unique_ptr<SessionDescriptionInterface> desc) {
829 return DoSetSessionDescription(std::move(desc), true);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000830 }
831
Steve Antondb45ca82017-09-11 18:27:34 -0700832 bool DoSetRemoteDescription(
833 std::unique_ptr<SessionDescriptionInterface> desc) {
834 return DoSetSessionDescription(std::move(desc), false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000835 }
836
837 // Calls PeerConnection::GetStats and check the return value.
838 // It does not verify the values in the StatReports since a RTCP packet might
839 // be required.
840 bool DoGetStats(MediaStreamTrackInterface* track) {
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000841 rtc::scoped_refptr<MockStatsObserver> observer(
842 new rtc::RefCountedObject<MockStatsObserver>());
jiayl@webrtc.orgdb41b4d2014-03-03 21:30:06 +0000843 if (!pc_->GetStats(
844 observer, track, PeerConnectionInterface::kStatsOutputLevelStandard))
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000845 return false;
846 EXPECT_TRUE_WAIT(observer->called(), kTimeout);
847 return observer->called();
848 }
849
850 void InitiateCall() {
deadbeef293e9262017-01-11 12:28:30 -0800851 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000852 // Create a local stream with audio&video tracks.
853 AddAudioVideoStream(kStreamLabel1, "audio_label", "video_label");
854 CreateOfferReceiveAnswer();
855 }
856
857 // Verify that RTP Header extensions has been negotiated for audio and video.
858 void VerifyRemoteRtpHeaderExtensions() {
859 const cricket::MediaContentDescription* desc =
860 cricket::GetFirstAudioContentDescription(
861 pc_->remote_description()->description());
862 ASSERT_TRUE(desc != NULL);
863 EXPECT_GT(desc->rtp_header_extensions().size(), 0u);
864
865 desc = cricket::GetFirstVideoContentDescription(
866 pc_->remote_description()->description());
867 ASSERT_TRUE(desc != NULL);
868 EXPECT_GT(desc->rtp_header_extensions().size(), 0u);
869 }
870
871 void CreateOfferAsRemoteDescription() {
kwibergd1fe2812016-04-27 06:47:29 -0700872 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -0700873 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000874 std::string sdp;
875 EXPECT_TRUE(offer->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700876 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -0800877 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700878 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000879 EXPECT_EQ(PeerConnectionInterface::kHaveRemoteOffer, observer_.state_);
880 }
881
deadbeefab9b2d12015-10-14 11:33:11 -0700882 void CreateAndSetRemoteOffer(const std::string& sdp) {
Steve Antondb45ca82017-09-11 18:27:34 -0700883 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -0800884 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700885 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
deadbeefab9b2d12015-10-14 11:33:11 -0700886 EXPECT_EQ(PeerConnectionInterface::kHaveRemoteOffer, observer_.state_);
887 }
888
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000889 void CreateAnswerAsLocalDescription() {
kwibergd1fe2812016-04-27 06:47:29 -0700890 std::unique_ptr<SessionDescriptionInterface> answer;
kwiberg2bbff992016-03-16 11:03:04 -0700891 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000892
893 // TODO(perkj): Currently SetLocalDescription fails if any parameters in an
894 // audio codec change, even if the parameter has nothing to do with
895 // receiving. Not all parameters are serialized to SDP.
896 // Since CreatePrAnswerAsLocalDescription serialize/deserialize
897 // the SessionDescription, it is necessary to do that here to in order to
898 // get ReceiveOfferCreatePrAnswerAndAnswer and RenegotiateAudioOnly to pass.
899 // https://code.google.com/p/webrtc/issues/detail?id=1356
900 std::string sdp;
901 EXPECT_TRUE(answer->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700902 std::unique_ptr<SessionDescriptionInterface> new_answer(
Steve Antona3a92c22017-12-07 10:27:41 -0800903 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700904 EXPECT_TRUE(DoSetLocalDescription(std::move(new_answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000905 EXPECT_EQ(PeerConnectionInterface::kStable, observer_.state_);
906 }
907
908 void CreatePrAnswerAsLocalDescription() {
kwibergd1fe2812016-04-27 06:47:29 -0700909 std::unique_ptr<SessionDescriptionInterface> answer;
kwiberg2bbff992016-03-16 11:03:04 -0700910 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000911
912 std::string sdp;
913 EXPECT_TRUE(answer->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700914 std::unique_ptr<SessionDescriptionInterface> pr_answer(
Steve Antona3a92c22017-12-07 10:27:41 -0800915 webrtc::CreateSessionDescription(SdpType::kPrAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700916 EXPECT_TRUE(DoSetLocalDescription(std::move(pr_answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000917 EXPECT_EQ(PeerConnectionInterface::kHaveLocalPrAnswer, observer_.state_);
918 }
919
920 void CreateOfferReceiveAnswer() {
921 CreateOfferAsLocalDescription();
922 std::string sdp;
923 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
924 CreateAnswerAsRemoteDescription(sdp);
925 }
926
927 void CreateOfferAsLocalDescription() {
kwibergd1fe2812016-04-27 06:47:29 -0700928 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -0700929 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000930 // TODO(perkj): Currently SetLocalDescription fails if any parameters in an
931 // audio codec change, even if the parameter has nothing to do with
932 // receiving. Not all parameters are serialized to SDP.
933 // Since CreatePrAnswerAsLocalDescription serialize/deserialize
934 // the SessionDescription, it is necessary to do that here to in order to
935 // get ReceiveOfferCreatePrAnswerAndAnswer and RenegotiateAudioOnly to pass.
936 // https://code.google.com/p/webrtc/issues/detail?id=1356
937 std::string sdp;
938 EXPECT_TRUE(offer->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700939 std::unique_ptr<SessionDescriptionInterface> new_offer(
Steve Antona3a92c22017-12-07 10:27:41 -0800940 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000941
Steve Antondb45ca82017-09-11 18:27:34 -0700942 EXPECT_TRUE(DoSetLocalDescription(std::move(new_offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000943 EXPECT_EQ(PeerConnectionInterface::kHaveLocalOffer, observer_.state_);
mallinath@webrtc.org68cbd012014-01-22 00:16:46 +0000944 // Wait for the ice_complete message, so that SDP will have candidates.
Steve Anton6f25b092017-10-23 09:39:20 -0700945 EXPECT_TRUE_WAIT(observer_.ice_gathering_complete_, kTimeout);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000946 }
947
deadbeefab9b2d12015-10-14 11:33:11 -0700948 void CreateAnswerAsRemoteDescription(const std::string& sdp) {
Steve Antondb45ca82017-09-11 18:27:34 -0700949 std::unique_ptr<SessionDescriptionInterface> answer(
Steve Antona3a92c22017-12-07 10:27:41 -0800950 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700951 ASSERT_TRUE(answer);
952 EXPECT_TRUE(DoSetRemoteDescription(std::move(answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000953 EXPECT_EQ(PeerConnectionInterface::kStable, observer_.state_);
954 }
955
deadbeefab9b2d12015-10-14 11:33:11 -0700956 void CreatePrAnswerAndAnswerAsRemoteDescription(const std::string& sdp) {
Steve Antondb45ca82017-09-11 18:27:34 -0700957 std::unique_ptr<SessionDescriptionInterface> pr_answer(
Steve Antona3a92c22017-12-07 10:27:41 -0800958 webrtc::CreateSessionDescription(SdpType::kPrAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700959 ASSERT_TRUE(pr_answer);
960 EXPECT_TRUE(DoSetRemoteDescription(std::move(pr_answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000961 EXPECT_EQ(PeerConnectionInterface::kHaveRemotePrAnswer, observer_.state_);
Steve Antondb45ca82017-09-11 18:27:34 -0700962 std::unique_ptr<SessionDescriptionInterface> answer(
Steve Antona3a92c22017-12-07 10:27:41 -0800963 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -0700964 ASSERT_TRUE(answer);
965 EXPECT_TRUE(DoSetRemoteDescription(std::move(answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000966 EXPECT_EQ(PeerConnectionInterface::kStable, observer_.state_);
967 }
968
969 // Help function used for waiting until a the last signaled remote stream has
970 // the same label as |stream_label|. In a few of the tests in this file we
971 // answer with the same session description as we offer and thus we can
972 // check if OnAddStream have been called with the same stream as we offer to
973 // send.
974 void WaitAndVerifyOnAddStream(const std::string& stream_label) {
975 EXPECT_EQ_WAIT(stream_label, observer_.GetLastAddedStreamLabel(), kTimeout);
976 }
977
978 // Creates an offer and applies it as a local session description.
979 // Creates an answer with the same SDP an the offer but removes all lines
980 // that start with a:ssrc"
981 void CreateOfferReceiveAnswerWithoutSsrc() {
982 CreateOfferAsLocalDescription();
983 std::string sdp;
984 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
985 SetSsrcToZero(&sdp);
986 CreateAnswerAsRemoteDescription(sdp);
987 }
988
deadbeefab9b2d12015-10-14 11:33:11 -0700989 // This function creates a MediaStream with label kStreams[0] and
990 // |number_of_audio_tracks| and |number_of_video_tracks| tracks and the
991 // corresponding SessionDescriptionInterface. The SessionDescriptionInterface
kwiberg2bbff992016-03-16 11:03:04 -0700992 // is returned and the MediaStream is stored in
deadbeefab9b2d12015-10-14 11:33:11 -0700993 // |reference_collection_|
kwibergd1fe2812016-04-27 06:47:29 -0700994 std::unique_ptr<SessionDescriptionInterface>
kwiberg2bbff992016-03-16 11:03:04 -0700995 CreateSessionDescriptionAndReference(size_t number_of_audio_tracks,
996 size_t number_of_video_tracks) {
997 EXPECT_LE(number_of_audio_tracks, 2u);
998 EXPECT_LE(number_of_video_tracks, 2u);
deadbeefab9b2d12015-10-14 11:33:11 -0700999
1000 reference_collection_ = StreamCollection::Create();
1001 std::string sdp_ms1 = std::string(kSdpStringInit);
1002
1003 std::string mediastream_label = kStreams[0];
1004
1005 rtc::scoped_refptr<webrtc::MediaStreamInterface> stream(
1006 webrtc::MediaStream::Create(mediastream_label));
1007 reference_collection_->AddStream(stream);
1008
1009 if (number_of_audio_tracks > 0) {
1010 sdp_ms1 += std::string(kSdpStringAudio);
1011 sdp_ms1 += std::string(kSdpStringMs1Audio0);
1012 AddAudioTrack(kAudioTracks[0], stream);
1013 }
1014 if (number_of_audio_tracks > 1) {
1015 sdp_ms1 += kSdpStringMs1Audio1;
1016 AddAudioTrack(kAudioTracks[1], stream);
1017 }
1018
1019 if (number_of_video_tracks > 0) {
1020 sdp_ms1 += std::string(kSdpStringVideo);
1021 sdp_ms1 += std::string(kSdpStringMs1Video0);
1022 AddVideoTrack(kVideoTracks[0], stream);
1023 }
1024 if (number_of_video_tracks > 1) {
1025 sdp_ms1 += kSdpStringMs1Video1;
1026 AddVideoTrack(kVideoTracks[1], stream);
1027 }
1028
kwibergd1fe2812016-04-27 06:47:29 -07001029 return std::unique_ptr<SessionDescriptionInterface>(
Steve Antona3a92c22017-12-07 10:27:41 -08001030 webrtc::CreateSessionDescription(SdpType::kOffer, sdp_ms1));
deadbeefab9b2d12015-10-14 11:33:11 -07001031 }
1032
1033 void AddAudioTrack(const std::string& track_id,
1034 MediaStreamInterface* stream) {
1035 rtc::scoped_refptr<webrtc::AudioTrackInterface> audio_track(
1036 webrtc::AudioTrack::Create(track_id, nullptr));
1037 ASSERT_TRUE(stream->AddTrack(audio_track));
1038 }
1039
1040 void AddVideoTrack(const std::string& track_id,
1041 MediaStreamInterface* stream) {
1042 rtc::scoped_refptr<webrtc::VideoTrackInterface> video_track(
nisseaf510af2016-03-21 08:20:42 -07001043 webrtc::VideoTrack::Create(track_id,
perkj773be362017-07-31 23:22:01 -07001044 webrtc::FakeVideoTrackSource::Create(),
1045 rtc::Thread::Current()));
deadbeefab9b2d12015-10-14 11:33:11 -07001046 ASSERT_TRUE(stream->AddTrack(video_track));
1047 }
1048
kwibergfd8be342016-05-14 19:44:11 -07001049 std::unique_ptr<SessionDescriptionInterface> CreateOfferWithOneAudioStream() {
deadbeef293e9262017-01-11 12:28:30 -08001050 CreatePeerConnectionWithoutDtls();
zhihuang8f65cdf2016-05-06 18:40:30 -07001051 AddVoiceStream(kStreamLabel1);
kwibergfd8be342016-05-14 19:44:11 -07001052 std::unique_ptr<SessionDescriptionInterface> offer;
zhihuang8f65cdf2016-05-06 18:40:30 -07001053 EXPECT_TRUE(DoCreateOffer(&offer, nullptr));
1054 return offer;
1055 }
1056
kwibergfd8be342016-05-14 19:44:11 -07001057 std::unique_ptr<SessionDescriptionInterface>
zhihuang8f65cdf2016-05-06 18:40:30 -07001058 CreateAnswerWithOneAudioStream() {
Steve Antondb45ca82017-09-11 18:27:34 -07001059 EXPECT_TRUE(DoSetRemoteDescription(CreateOfferWithOneAudioStream()));
kwibergfd8be342016-05-14 19:44:11 -07001060 std::unique_ptr<SessionDescriptionInterface> answer;
zhihuang8f65cdf2016-05-06 18:40:30 -07001061 EXPECT_TRUE(DoCreateAnswer(&answer, nullptr));
1062 return answer;
1063 }
1064
1065 const std::string& GetFirstAudioStreamCname(
1066 const SessionDescriptionInterface* desc) {
1067 const cricket::ContentInfo* audio_content =
1068 cricket::GetFirstAudioContent(desc->description());
1069 const cricket::AudioContentDescription* audio_desc =
1070 static_cast<const cricket::AudioContentDescription*>(
1071 audio_content->description);
1072 return audio_desc->streams()[0].cname;
1073 }
1074
zhihuang1c378ed2017-08-17 14:10:50 -07001075 std::unique_ptr<SessionDescriptionInterface> CreateOfferWithOptions(
1076 const RTCOfferAnswerOptions& offer_answer_options) {
1077 RTC_DCHECK(pc_);
1078 rtc::scoped_refptr<MockCreateSessionDescriptionObserver> observer(
1079 new rtc::RefCountedObject<MockCreateSessionDescriptionObserver>());
1080 pc_->CreateOffer(observer, offer_answer_options);
1081 EXPECT_EQ_WAIT(true, observer->called(), kTimeout);
1082 return observer->MoveDescription();
1083 }
1084
1085 void CreateOfferWithOptionsAsRemoteDescription(
1086 std::unique_ptr<SessionDescriptionInterface>* desc,
1087 const RTCOfferAnswerOptions& offer_answer_options) {
1088 *desc = CreateOfferWithOptions(offer_answer_options);
1089 ASSERT_TRUE(desc != nullptr);
1090 std::string sdp;
1091 EXPECT_TRUE((*desc)->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001092 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08001093 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001094 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
zhihuang1c378ed2017-08-17 14:10:50 -07001095 EXPECT_EQ(PeerConnectionInterface::kHaveRemoteOffer, observer_.state_);
1096 }
1097
1098 void CreateOfferWithOptionsAsLocalDescription(
1099 std::unique_ptr<SessionDescriptionInterface>* desc,
1100 const RTCOfferAnswerOptions& offer_answer_options) {
1101 *desc = CreateOfferWithOptions(offer_answer_options);
1102 ASSERT_TRUE(desc != nullptr);
1103 std::string sdp;
1104 EXPECT_TRUE((*desc)->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07001105 std::unique_ptr<SessionDescriptionInterface> new_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08001106 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
zhihuang1c378ed2017-08-17 14:10:50 -07001107
Steve Antondb45ca82017-09-11 18:27:34 -07001108 EXPECT_TRUE(DoSetLocalDescription(std::move(new_offer)));
zhihuang1c378ed2017-08-17 14:10:50 -07001109 EXPECT_EQ(PeerConnectionInterface::kHaveLocalOffer, observer_.state_);
1110 }
1111
1112 bool HasCNCodecs(const cricket::ContentInfo* content) {
1113 const cricket::ContentDescription* description = content->description;
1114 RTC_DCHECK(description);
1115 const cricket::AudioContentDescription* audio_content_desc =
1116 static_cast<const cricket::AudioContentDescription*>(description);
1117 RTC_DCHECK(audio_content_desc);
1118 for (size_t i = 0; i < audio_content_desc->codecs().size(); ++i) {
1119 if (audio_content_desc->codecs()[i].name == "CN")
1120 return true;
1121 }
1122 return false;
1123 }
1124
deadbeef9a6f4d42017-05-15 19:43:33 -07001125 std::unique_ptr<rtc::VirtualSocketServer> vss_;
1126 rtc::AutoSocketServerThread main_;
deadbeefd7850b22017-08-23 10:59:19 -07001127 rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_;
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -08001128 cricket::FakePortAllocator* port_allocator_ = nullptr;
deadbeef8662f942017-01-20 21:20:51 -08001129 FakeRTCCertificateGenerator* fake_certificate_generator_ = nullptr;
zhihuang9763d562016-08-05 11:14:50 -07001130 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> pc_factory_;
1131 rtc::scoped_refptr<PeerConnectionFactoryForTest> pc_factory_for_test_;
1132 rtc::scoped_refptr<PeerConnectionInterface> pc_;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001133 MockPeerConnectionObserver observer_;
deadbeefab9b2d12015-10-14 11:33:11 -07001134 rtc::scoped_refptr<StreamCollection> reference_collection_;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001135};
1136
zhihuang29ff8442016-07-27 11:07:25 -07001137// Test that no callbacks on the PeerConnectionObserver are called after the
1138// PeerConnection is closed.
1139TEST_F(PeerConnectionInterfaceTest, CloseAndTestCallbackFunctions) {
zhihuang9763d562016-08-05 11:14:50 -07001140 rtc::scoped_refptr<PeerConnectionInterface> pc(
zhihuang29ff8442016-07-27 11:07:25 -07001141 pc_factory_for_test_->CreatePeerConnection(
1142 PeerConnectionInterface::RTCConfiguration(), nullptr, nullptr,
1143 nullptr, &observer_));
1144 observer_.SetPeerConnectionInterface(pc.get());
1145 pc->Close();
1146
1147 // No callbacks is expected to be called.
zhihuang81c3a032016-11-17 12:06:24 -08001148 observer_.callback_triggered_ = false;
zhihuang29ff8442016-07-27 11:07:25 -07001149 std::vector<cricket::Candidate> candidates;
1150 pc_factory_for_test_->transport_controller->SignalGatheringState(
1151 cricket::IceGatheringState{});
1152 pc_factory_for_test_->transport_controller->SignalCandidatesGathered(
1153 "", candidates);
1154 pc_factory_for_test_->transport_controller->SignalConnectionState(
1155 cricket::IceConnectionState{});
1156 pc_factory_for_test_->transport_controller->SignalCandidatesRemoved(
1157 candidates);
1158 pc_factory_for_test_->transport_controller->SignalReceiving(false);
zhihuang81c3a032016-11-17 12:06:24 -08001159 EXPECT_FALSE(observer_.callback_triggered_);
zhihuang29ff8442016-07-27 11:07:25 -07001160}
1161
zhihuang8f65cdf2016-05-06 18:40:30 -07001162// Generate different CNAMEs when PeerConnections are created.
1163// The CNAMEs are expected to be generated randomly. It is possible
1164// that the test fails, though the possibility is very low.
1165TEST_F(PeerConnectionInterfaceTest, CnameGenerationInOffer) {
kwibergfd8be342016-05-14 19:44:11 -07001166 std::unique_ptr<SessionDescriptionInterface> offer1 =
zhihuang8f65cdf2016-05-06 18:40:30 -07001167 CreateOfferWithOneAudioStream();
kwibergfd8be342016-05-14 19:44:11 -07001168 std::unique_ptr<SessionDescriptionInterface> offer2 =
zhihuang8f65cdf2016-05-06 18:40:30 -07001169 CreateOfferWithOneAudioStream();
1170 EXPECT_NE(GetFirstAudioStreamCname(offer1.get()),
1171 GetFirstAudioStreamCname(offer2.get()));
1172}
1173
1174TEST_F(PeerConnectionInterfaceTest, CnameGenerationInAnswer) {
kwibergfd8be342016-05-14 19:44:11 -07001175 std::unique_ptr<SessionDescriptionInterface> answer1 =
zhihuang8f65cdf2016-05-06 18:40:30 -07001176 CreateAnswerWithOneAudioStream();
kwibergfd8be342016-05-14 19:44:11 -07001177 std::unique_ptr<SessionDescriptionInterface> answer2 =
zhihuang8f65cdf2016-05-06 18:40:30 -07001178 CreateAnswerWithOneAudioStream();
1179 EXPECT_NE(GetFirstAudioStreamCname(answer1.get()),
1180 GetFirstAudioStreamCname(answer2.get()));
1181}
1182
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001183TEST_F(PeerConnectionInterfaceTest,
1184 CreatePeerConnectionWithDifferentConfigurations) {
1185 CreatePeerConnectionWithDifferentConfigurations();
1186}
1187
Taylor Brandstettera1c30352016-05-13 08:15:11 -07001188TEST_F(PeerConnectionInterfaceTest,
1189 CreatePeerConnectionWithDifferentIceTransportsTypes) {
1190 CreatePeerConnectionWithIceTransportsType(PeerConnectionInterface::kNone);
1191 EXPECT_EQ(cricket::CF_NONE, port_allocator_->candidate_filter());
1192 CreatePeerConnectionWithIceTransportsType(PeerConnectionInterface::kRelay);
1193 EXPECT_EQ(cricket::CF_RELAY, port_allocator_->candidate_filter());
1194 CreatePeerConnectionWithIceTransportsType(PeerConnectionInterface::kNoHost);
1195 EXPECT_EQ(cricket::CF_ALL & ~cricket::CF_HOST,
1196 port_allocator_->candidate_filter());
1197 CreatePeerConnectionWithIceTransportsType(PeerConnectionInterface::kAll);
1198 EXPECT_EQ(cricket::CF_ALL, port_allocator_->candidate_filter());
1199}
1200
1201// Test that when a PeerConnection is created with a nonzero candidate pool
1202// size, the pooled PortAllocatorSession is created with all the attributes
1203// in the RTCConfiguration.
1204TEST_F(PeerConnectionInterfaceTest, CreatePeerConnectionWithPooledCandidates) {
1205 PeerConnectionInterface::RTCConfiguration config;
1206 PeerConnectionInterface::IceServer server;
1207 server.uri = kStunAddressOnly;
1208 config.servers.push_back(server);
1209 config.type = PeerConnectionInterface::kRelay;
1210 config.disable_ipv6 = true;
1211 config.tcp_candidate_policy =
1212 PeerConnectionInterface::kTcpCandidatePolicyDisabled;
honghaiz60347052016-05-31 18:29:12 -07001213 config.candidate_network_policy =
1214 PeerConnectionInterface::kCandidateNetworkPolicyLowCost;
Taylor Brandstettera1c30352016-05-13 08:15:11 -07001215 config.ice_candidate_pool_size = 1;
1216 CreatePeerConnection(config, nullptr);
1217
1218 const cricket::FakePortAllocatorSession* session =
1219 static_cast<const cricket::FakePortAllocatorSession*>(
1220 port_allocator_->GetPooledSession());
1221 ASSERT_NE(nullptr, session);
1222 EXPECT_EQ(1UL, session->stun_servers().size());
1223 EXPECT_EQ(0U, session->flags() & cricket::PORTALLOCATOR_ENABLE_IPV6);
1224 EXPECT_LT(0U, session->flags() & cricket::PORTALLOCATOR_DISABLE_TCP);
honghaiz60347052016-05-31 18:29:12 -07001225 EXPECT_LT(0U,
1226 session->flags() & cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS);
Taylor Brandstettera1c30352016-05-13 08:15:11 -07001227}
1228
deadbeefd21eab32017-07-26 16:50:11 -07001229// Test that network-related RTCConfiguration members are applied to the
1230// PortAllocator when CreatePeerConnection is called. Specifically:
1231// - disable_ipv6_on_wifi
1232// - max_ipv6_networks
1233// - tcp_candidate_policy
1234// - candidate_network_policy
1235// - prune_turn_ports
1236//
1237// Note that the candidate filter (RTCConfiguration::type) is already tested
1238// above.
1239TEST_F(PeerConnectionInterfaceTest,
1240 CreatePeerConnectionAppliesNetworkConfigToPortAllocator) {
1241 // Create fake port allocator.
1242 std::unique_ptr<cricket::FakePortAllocator> port_allocator(
1243 new cricket::FakePortAllocator(rtc::Thread::Current(), nullptr));
1244 cricket::FakePortAllocator* raw_port_allocator = port_allocator.get();
1245
1246 // Create RTCConfiguration with some network-related fields relevant to
1247 // PortAllocator populated.
1248 PeerConnectionInterface::RTCConfiguration config;
1249 config.disable_ipv6_on_wifi = true;
1250 config.max_ipv6_networks = 10;
1251 config.tcp_candidate_policy =
1252 PeerConnectionInterface::kTcpCandidatePolicyDisabled;
1253 config.candidate_network_policy =
1254 PeerConnectionInterface::kCandidateNetworkPolicyLowCost;
1255 config.prune_turn_ports = true;
1256
1257 // Create the PC factory and PC with the above config.
1258 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> pc_factory(
1259 webrtc::CreatePeerConnectionFactory(
1260 rtc::Thread::Current(), rtc::Thread::Current(),
Karl Wiberg1b0eae32017-10-17 14:48:54 +02001261 rtc::Thread::Current(), fake_audio_capture_module_,
1262 webrtc::CreateBuiltinAudioEncoderFactory(),
1263 webrtc::CreateBuiltinAudioDecoderFactory(), nullptr, nullptr));
deadbeefd21eab32017-07-26 16:50:11 -07001264 rtc::scoped_refptr<PeerConnectionInterface> pc(
1265 pc_factory->CreatePeerConnection(
1266 config, nullptr, std::move(port_allocator), nullptr, &observer_));
1267
1268 // Now validate that the config fields set above were applied to the
1269 // PortAllocator, as flags or otherwise.
1270 EXPECT_FALSE(raw_port_allocator->flags() &
1271 cricket::PORTALLOCATOR_ENABLE_IPV6_ON_WIFI);
1272 EXPECT_EQ(10, raw_port_allocator->max_ipv6_networks());
1273 EXPECT_TRUE(raw_port_allocator->flags() & cricket::PORTALLOCATOR_DISABLE_TCP);
1274 EXPECT_TRUE(raw_port_allocator->flags() &
1275 cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS);
1276 EXPECT_TRUE(raw_port_allocator->prune_turn_ports());
1277}
1278
Taylor Brandstetterf8e65772016-06-27 17:20:15 -07001279// Test that the PeerConnection initializes the port allocator passed into it,
1280// and on the correct thread.
1281TEST_F(PeerConnectionInterfaceTest,
deadbeefd21eab32017-07-26 16:50:11 -07001282 CreatePeerConnectionInitializesPortAllocatorOnNetworkThread) {
tommie7251592017-07-14 14:44:46 -07001283 std::unique_ptr<rtc::Thread> network_thread(
1284 rtc::Thread::CreateWithSocketServer());
1285 network_thread->Start();
Taylor Brandstetterf8e65772016-06-27 17:20:15 -07001286 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> pc_factory(
1287 webrtc::CreatePeerConnectionFactory(
tommie7251592017-07-14 14:44:46 -07001288 network_thread.get(), rtc::Thread::Current(), rtc::Thread::Current(),
Karl Wiberg1b0eae32017-10-17 14:48:54 +02001289 fake_audio_capture_module_,
1290 webrtc::CreateBuiltinAudioEncoderFactory(),
1291 webrtc::CreateBuiltinAudioDecoderFactory(), nullptr, nullptr));
Taylor Brandstetterf8e65772016-06-27 17:20:15 -07001292 std::unique_ptr<cricket::FakePortAllocator> port_allocator(
tommie7251592017-07-14 14:44:46 -07001293 new cricket::FakePortAllocator(network_thread.get(), nullptr));
Taylor Brandstetterf8e65772016-06-27 17:20:15 -07001294 cricket::FakePortAllocator* raw_port_allocator = port_allocator.get();
1295 PeerConnectionInterface::RTCConfiguration config;
1296 rtc::scoped_refptr<PeerConnectionInterface> pc(
1297 pc_factory->CreatePeerConnection(
1298 config, nullptr, std::move(port_allocator), nullptr, &observer_));
1299 // FakePortAllocator RTC_CHECKs that it's initialized on the right thread,
1300 // so all we have to do here is check that it's initialized.
1301 EXPECT_TRUE(raw_port_allocator->initialized());
1302}
1303
deadbeef46c73892016-11-16 19:42:04 -08001304// Check that GetConfiguration returns the configuration the PeerConnection was
1305// constructed with, before SetConfiguration is called.
1306TEST_F(PeerConnectionInterfaceTest, GetConfigurationAfterCreatePeerConnection) {
1307 PeerConnectionInterface::RTCConfiguration config;
1308 config.type = PeerConnectionInterface::kRelay;
1309 CreatePeerConnection(config, nullptr);
1310
1311 PeerConnectionInterface::RTCConfiguration returned_config =
1312 pc_->GetConfiguration();
1313 EXPECT_EQ(PeerConnectionInterface::kRelay, returned_config.type);
1314}
1315
1316// Check that GetConfiguration returns the last configuration passed into
1317// SetConfiguration.
1318TEST_F(PeerConnectionInterfaceTest, GetConfigurationAfterSetConfiguration) {
1319 CreatePeerConnection();
1320
1321 PeerConnectionInterface::RTCConfiguration config;
1322 config.type = PeerConnectionInterface::kRelay;
1323 EXPECT_TRUE(pc_->SetConfiguration(config));
1324
1325 PeerConnectionInterface::RTCConfiguration returned_config =
1326 pc_->GetConfiguration();
1327 EXPECT_EQ(PeerConnectionInterface::kRelay, returned_config.type);
1328}
1329
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001330TEST_F(PeerConnectionInterfaceTest, AddStreams) {
deadbeef293e9262017-01-11 12:28:30 -08001331 CreatePeerConnectionWithoutDtls();
deadbeefab9b2d12015-10-14 11:33:11 -07001332 AddVideoStream(kStreamLabel1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001333 AddVoiceStream(kStreamLabel2);
1334 ASSERT_EQ(2u, pc_->local_streams()->count());
1335
wu@webrtc.org9dba5252013-08-05 20:36:57 +00001336 // Test we can add multiple local streams to one peerconnection.
zhihuang9763d562016-08-05 11:14:50 -07001337 rtc::scoped_refptr<MediaStreamInterface> stream(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001338 pc_factory_->CreateLocalMediaStream(kStreamLabel3));
zhihuang9763d562016-08-05 11:14:50 -07001339 rtc::scoped_refptr<AudioTrackInterface> audio_track(
1340 pc_factory_->CreateAudioTrack(kStreamLabel3,
1341 static_cast<AudioSourceInterface*>(NULL)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001342 stream->AddTrack(audio_track.get());
perkj@webrtc.orgc2dd5ee2014-11-04 11:31:29 +00001343 EXPECT_TRUE(pc_->AddStream(stream));
wu@webrtc.org9dba5252013-08-05 20:36:57 +00001344 EXPECT_EQ(3u, pc_->local_streams()->count());
1345
1346 // Remove the third stream.
1347 pc_->RemoveStream(pc_->local_streams()->at(2));
1348 EXPECT_EQ(2u, pc_->local_streams()->count());
1349
1350 // Remove the second stream.
1351 pc_->RemoveStream(pc_->local_streams()->at(1));
1352 EXPECT_EQ(1u, pc_->local_streams()->count());
1353
1354 // Remove the first stream.
1355 pc_->RemoveStream(pc_->local_streams()->at(0));
1356 EXPECT_EQ(0u, pc_->local_streams()->count());
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001357}
1358
deadbeefab9b2d12015-10-14 11:33:11 -07001359// Test that the created offer includes streams we added.
1360TEST_F(PeerConnectionInterfaceTest, AddedStreamsPresentInOffer) {
deadbeef293e9262017-01-11 12:28:30 -08001361 CreatePeerConnectionWithoutDtls();
deadbeefab9b2d12015-10-14 11:33:11 -07001362 AddAudioVideoStream(kStreamLabel1, "audio_track", "video_track");
kwibergd1fe2812016-04-27 06:47:29 -07001363 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001364 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07001365
1366 const cricket::ContentInfo* audio_content =
1367 cricket::GetFirstAudioContent(offer->description());
1368 const cricket::AudioContentDescription* audio_desc =
1369 static_cast<const cricket::AudioContentDescription*>(
1370 audio_content->description);
1371 EXPECT_TRUE(
1372 ContainsTrack(audio_desc->streams(), kStreamLabel1, "audio_track"));
1373
1374 const cricket::ContentInfo* video_content =
1375 cricket::GetFirstVideoContent(offer->description());
1376 const cricket::VideoContentDescription* video_desc =
1377 static_cast<const cricket::VideoContentDescription*>(
1378 video_content->description);
1379 EXPECT_TRUE(
1380 ContainsTrack(video_desc->streams(), kStreamLabel1, "video_track"));
1381
1382 // Add another stream and ensure the offer includes both the old and new
1383 // streams.
1384 AddAudioVideoStream(kStreamLabel2, "audio_track2", "video_track2");
kwiberg2bbff992016-03-16 11:03:04 -07001385 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07001386
1387 audio_content = cricket::GetFirstAudioContent(offer->description());
1388 audio_desc = static_cast<const cricket::AudioContentDescription*>(
1389 audio_content->description);
1390 EXPECT_TRUE(
1391 ContainsTrack(audio_desc->streams(), kStreamLabel1, "audio_track"));
1392 EXPECT_TRUE(
1393 ContainsTrack(audio_desc->streams(), kStreamLabel2, "audio_track2"));
1394
1395 video_content = cricket::GetFirstVideoContent(offer->description());
1396 video_desc = static_cast<const cricket::VideoContentDescription*>(
1397 video_content->description);
1398 EXPECT_TRUE(
1399 ContainsTrack(video_desc->streams(), kStreamLabel1, "video_track"));
1400 EXPECT_TRUE(
1401 ContainsTrack(video_desc->streams(), kStreamLabel2, "video_track2"));
1402}
1403
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001404TEST_F(PeerConnectionInterfaceTest, RemoveStream) {
deadbeef293e9262017-01-11 12:28:30 -08001405 CreatePeerConnectionWithoutDtls();
deadbeefab9b2d12015-10-14 11:33:11 -07001406 AddVideoStream(kStreamLabel1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001407 ASSERT_EQ(1u, pc_->local_streams()->count());
1408 pc_->RemoveStream(pc_->local_streams()->at(0));
1409 EXPECT_EQ(0u, pc_->local_streams()->count());
1410}
1411
deadbeefe1f9d832016-01-14 15:35:42 -08001412// Test for AddTrack and RemoveTrack methods.
1413// Tests that the created offer includes tracks we added,
1414// and that the RtpSenders are created correctly.
1415// Also tests that RemoveTrack removes the tracks from subsequent offers.
1416TEST_F(PeerConnectionInterfaceTest, AddTrackRemoveTrack) {
deadbeef293e9262017-01-11 12:28:30 -08001417 CreatePeerConnectionWithoutDtls();
deadbeefe1f9d832016-01-14 15:35:42 -08001418 // Create a dummy stream, so tracks share a stream label.
zhihuang9763d562016-08-05 11:14:50 -07001419 rtc::scoped_refptr<MediaStreamInterface> stream(
deadbeefe1f9d832016-01-14 15:35:42 -08001420 pc_factory_->CreateLocalMediaStream(kStreamLabel1));
1421 std::vector<MediaStreamInterface*> stream_list;
1422 stream_list.push_back(stream.get());
zhihuang9763d562016-08-05 11:14:50 -07001423 rtc::scoped_refptr<AudioTrackInterface> audio_track(
deadbeefe1f9d832016-01-14 15:35:42 -08001424 pc_factory_->CreateAudioTrack("audio_track", nullptr));
zhihuang9763d562016-08-05 11:14:50 -07001425 rtc::scoped_refptr<VideoTrackInterface> video_track(
1426 pc_factory_->CreateVideoTrack(
deadbeef112b2e92017-02-10 20:13:37 -08001427 "video_track", pc_factory_->CreateVideoSource(
1428 std::unique_ptr<cricket::VideoCapturer>(
1429 new cricket::FakeVideoCapturer()))));
deadbeefe1f9d832016-01-14 15:35:42 -08001430 auto audio_sender = pc_->AddTrack(audio_track, stream_list);
1431 auto video_sender = pc_->AddTrack(video_track, stream_list);
deadbeefa601f5c2016-06-06 14:27:39 -07001432 EXPECT_EQ(1UL, audio_sender->stream_ids().size());
1433 EXPECT_EQ(kStreamLabel1, audio_sender->stream_ids()[0]);
deadbeefe1f9d832016-01-14 15:35:42 -08001434 EXPECT_EQ("audio_track", audio_sender->id());
1435 EXPECT_EQ(audio_track, audio_sender->track());
deadbeefa601f5c2016-06-06 14:27:39 -07001436 EXPECT_EQ(1UL, video_sender->stream_ids().size());
1437 EXPECT_EQ(kStreamLabel1, video_sender->stream_ids()[0]);
deadbeefe1f9d832016-01-14 15:35:42 -08001438 EXPECT_EQ("video_track", video_sender->id());
1439 EXPECT_EQ(video_track, video_sender->track());
1440
1441 // Now create an offer and check for the senders.
kwibergd1fe2812016-04-27 06:47:29 -07001442 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001443 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefe1f9d832016-01-14 15:35:42 -08001444
1445 const cricket::ContentInfo* audio_content =
1446 cricket::GetFirstAudioContent(offer->description());
1447 const cricket::AudioContentDescription* audio_desc =
1448 static_cast<const cricket::AudioContentDescription*>(
1449 audio_content->description);
1450 EXPECT_TRUE(
1451 ContainsTrack(audio_desc->streams(), kStreamLabel1, "audio_track"));
1452
1453 const cricket::ContentInfo* video_content =
1454 cricket::GetFirstVideoContent(offer->description());
1455 const cricket::VideoContentDescription* video_desc =
1456 static_cast<const cricket::VideoContentDescription*>(
1457 video_content->description);
1458 EXPECT_TRUE(
1459 ContainsTrack(video_desc->streams(), kStreamLabel1, "video_track"));
1460
Steve Antondb45ca82017-09-11 18:27:34 -07001461 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefe1f9d832016-01-14 15:35:42 -08001462
1463 // Now try removing the tracks.
1464 EXPECT_TRUE(pc_->RemoveTrack(audio_sender));
1465 EXPECT_TRUE(pc_->RemoveTrack(video_sender));
1466
1467 // Create a new offer and ensure it doesn't contain the removed senders.
kwiberg2bbff992016-03-16 11:03:04 -07001468 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefe1f9d832016-01-14 15:35:42 -08001469
1470 audio_content = cricket::GetFirstAudioContent(offer->description());
1471 audio_desc = static_cast<const cricket::AudioContentDescription*>(
1472 audio_content->description);
1473 EXPECT_FALSE(
1474 ContainsTrack(audio_desc->streams(), kStreamLabel1, "audio_track"));
1475
1476 video_content = cricket::GetFirstVideoContent(offer->description());
1477 video_desc = static_cast<const cricket::VideoContentDescription*>(
1478 video_content->description);
1479 EXPECT_FALSE(
1480 ContainsTrack(video_desc->streams(), kStreamLabel1, "video_track"));
1481
Steve Antondb45ca82017-09-11 18:27:34 -07001482 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefe1f9d832016-01-14 15:35:42 -08001483
1484 // Calling RemoveTrack on a sender no longer attached to a PeerConnection
1485 // should return false.
1486 EXPECT_FALSE(pc_->RemoveTrack(audio_sender));
1487 EXPECT_FALSE(pc_->RemoveTrack(video_sender));
1488}
1489
1490// Test creating senders without a stream specified,
1491// expecting a random stream ID to be generated.
1492TEST_F(PeerConnectionInterfaceTest, AddTrackWithoutStream) {
deadbeef293e9262017-01-11 12:28:30 -08001493 CreatePeerConnectionWithoutDtls();
deadbeefe1f9d832016-01-14 15:35:42 -08001494 // Create a dummy stream, so tracks share a stream label.
zhihuang9763d562016-08-05 11:14:50 -07001495 rtc::scoped_refptr<AudioTrackInterface> audio_track(
deadbeefe1f9d832016-01-14 15:35:42 -08001496 pc_factory_->CreateAudioTrack("audio_track", nullptr));
zhihuang9763d562016-08-05 11:14:50 -07001497 rtc::scoped_refptr<VideoTrackInterface> video_track(
1498 pc_factory_->CreateVideoTrack(
deadbeef112b2e92017-02-10 20:13:37 -08001499 "video_track", pc_factory_->CreateVideoSource(
1500 std::unique_ptr<cricket::VideoCapturer>(
1501 new cricket::FakeVideoCapturer()))));
deadbeefe1f9d832016-01-14 15:35:42 -08001502 auto audio_sender =
1503 pc_->AddTrack(audio_track, std::vector<MediaStreamInterface*>());
1504 auto video_sender =
1505 pc_->AddTrack(video_track, std::vector<MediaStreamInterface*>());
1506 EXPECT_EQ("audio_track", audio_sender->id());
1507 EXPECT_EQ(audio_track, audio_sender->track());
1508 EXPECT_EQ("video_track", video_sender->id());
1509 EXPECT_EQ(video_track, video_sender->track());
1510 // If the ID is truly a random GUID, it should be infinitely unlikely they
1511 // will be the same.
deadbeefa601f5c2016-06-06 14:27:39 -07001512 EXPECT_NE(video_sender->stream_ids(), audio_sender->stream_ids());
deadbeefe1f9d832016-01-14 15:35:42 -08001513}
1514
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001515TEST_F(PeerConnectionInterfaceTest, CreateOfferReceiveAnswer) {
1516 InitiateCall();
1517 WaitAndVerifyOnAddStream(kStreamLabel1);
1518 VerifyRemoteRtpHeaderExtensions();
1519}
1520
1521TEST_F(PeerConnectionInterfaceTest, CreateOfferReceivePrAnswerAndAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001522 CreatePeerConnectionWithoutDtls();
deadbeefab9b2d12015-10-14 11:33:11 -07001523 AddVideoStream(kStreamLabel1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001524 CreateOfferAsLocalDescription();
1525 std::string offer;
1526 EXPECT_TRUE(pc_->local_description()->ToString(&offer));
1527 CreatePrAnswerAndAnswerAsRemoteDescription(offer);
1528 WaitAndVerifyOnAddStream(kStreamLabel1);
1529}
1530
1531TEST_F(PeerConnectionInterfaceTest, ReceiveOfferCreateAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001532 CreatePeerConnectionWithoutDtls();
deadbeefab9b2d12015-10-14 11:33:11 -07001533 AddVideoStream(kStreamLabel1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001534
1535 CreateOfferAsRemoteDescription();
1536 CreateAnswerAsLocalDescription();
1537
1538 WaitAndVerifyOnAddStream(kStreamLabel1);
1539}
1540
1541TEST_F(PeerConnectionInterfaceTest, ReceiveOfferCreatePrAnswerAndAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001542 CreatePeerConnectionWithoutDtls();
deadbeefab9b2d12015-10-14 11:33:11 -07001543 AddVideoStream(kStreamLabel1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001544
1545 CreateOfferAsRemoteDescription();
1546 CreatePrAnswerAsLocalDescription();
1547 CreateAnswerAsLocalDescription();
1548
1549 WaitAndVerifyOnAddStream(kStreamLabel1);
1550}
1551
1552TEST_F(PeerConnectionInterfaceTest, Renegotiate) {
1553 InitiateCall();
1554 ASSERT_EQ(1u, pc_->remote_streams()->count());
1555 pc_->RemoveStream(pc_->local_streams()->at(0));
1556 CreateOfferReceiveAnswer();
1557 EXPECT_EQ(0u, pc_->remote_streams()->count());
deadbeefab9b2d12015-10-14 11:33:11 -07001558 AddVideoStream(kStreamLabel1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001559 CreateOfferReceiveAnswer();
1560}
1561
1562// Tests that after negotiating an audio only call, the respondent can perform a
1563// renegotiation that removes the audio stream.
1564TEST_F(PeerConnectionInterfaceTest, RenegotiateAudioOnly) {
deadbeef293e9262017-01-11 12:28:30 -08001565 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001566 AddVoiceStream(kStreamLabel1);
1567 CreateOfferAsRemoteDescription();
1568 CreateAnswerAsLocalDescription();
1569
1570 ASSERT_EQ(1u, pc_->remote_streams()->count());
1571 pc_->RemoveStream(pc_->local_streams()->at(0));
1572 CreateOfferReceiveAnswer();
1573 EXPECT_EQ(0u, pc_->remote_streams()->count());
1574}
1575
1576// Test that candidates are generated and that we can parse our own candidates.
1577TEST_F(PeerConnectionInterfaceTest, IceCandidates) {
deadbeef293e9262017-01-11 12:28:30 -08001578 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001579
Steve Antonf1c6db12017-10-13 11:13:35 -07001580 EXPECT_FALSE(pc_->AddIceCandidate(observer_.last_candidate()));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001581 // SetRemoteDescription takes ownership of offer.
kwibergd1fe2812016-04-27 06:47:29 -07001582 std::unique_ptr<SessionDescriptionInterface> offer;
deadbeefab9b2d12015-10-14 11:33:11 -07001583 AddVideoStream(kStreamLabel1);
deadbeefc80741f2015-10-22 13:14:45 -07001584 EXPECT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07001585 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001586
1587 // SetLocalDescription takes ownership of answer.
kwibergd1fe2812016-04-27 06:47:29 -07001588 std::unique_ptr<SessionDescriptionInterface> answer;
deadbeefc80741f2015-10-22 13:14:45 -07001589 EXPECT_TRUE(DoCreateAnswer(&answer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07001590 EXPECT_TRUE(DoSetLocalDescription(std::move(answer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001591
Steve Antonf1c6db12017-10-13 11:13:35 -07001592 EXPECT_TRUE_WAIT(observer_.last_candidate() != nullptr, kTimeout);
Steve Anton6f25b092017-10-23 09:39:20 -07001593 EXPECT_TRUE_WAIT(observer_.ice_gathering_complete_, kTimeout);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001594
Steve Antonf1c6db12017-10-13 11:13:35 -07001595 EXPECT_TRUE(pc_->AddIceCandidate(observer_.last_candidate()));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001596}
1597
deadbeefab9b2d12015-10-14 11:33:11 -07001598// Test that CreateOffer and CreateAnswer will fail if the track labels are
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001599// not unique.
1600TEST_F(PeerConnectionInterfaceTest, CreateOfferAnswerWithInvalidStream) {
deadbeef293e9262017-01-11 12:28:30 -08001601 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001602 // Create a regular offer for the CreateAnswer test later.
kwibergd1fe2812016-04-27 06:47:29 -07001603 std::unique_ptr<SessionDescriptionInterface> offer;
deadbeefc80741f2015-10-22 13:14:45 -07001604 EXPECT_TRUE(DoCreateOffer(&offer, nullptr));
kwiberg2bbff992016-03-16 11:03:04 -07001605 EXPECT_TRUE(offer);
1606 offer.reset();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001607
1608 // Create a local stream with audio&video tracks having same label.
1609 AddAudioVideoStream(kStreamLabel1, "track_label", "track_label");
1610
1611 // Test CreateOffer
deadbeefc80741f2015-10-22 13:14:45 -07001612 EXPECT_FALSE(DoCreateOffer(&offer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001613
1614 // Test CreateAnswer
kwibergd1fe2812016-04-27 06:47:29 -07001615 std::unique_ptr<SessionDescriptionInterface> answer;
deadbeefc80741f2015-10-22 13:14:45 -07001616 EXPECT_FALSE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001617}
1618
1619// Test that we will get different SSRCs for each tracks in the offer and answer
1620// we created.
1621TEST_F(PeerConnectionInterfaceTest, SsrcInOfferAnswer) {
deadbeef293e9262017-01-11 12:28:30 -08001622 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001623 // Create a local stream with audio&video tracks having different labels.
1624 AddAudioVideoStream(kStreamLabel1, "audio_label", "video_label");
1625
1626 // Test CreateOffer
kwibergd1fe2812016-04-27 06:47:29 -07001627 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001628 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001629 int audio_ssrc = 0;
1630 int video_ssrc = 0;
1631 EXPECT_TRUE(GetFirstSsrc(GetFirstAudioContent(offer->description()),
1632 &audio_ssrc));
1633 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(offer->description()),
1634 &video_ssrc));
1635 EXPECT_NE(audio_ssrc, video_ssrc);
1636
1637 // Test CreateAnswer
Steve Antondb45ca82017-09-11 18:27:34 -07001638 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
kwibergd1fe2812016-04-27 06:47:29 -07001639 std::unique_ptr<SessionDescriptionInterface> answer;
kwiberg2bbff992016-03-16 11:03:04 -07001640 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001641 audio_ssrc = 0;
1642 video_ssrc = 0;
1643 EXPECT_TRUE(GetFirstSsrc(GetFirstAudioContent(answer->description()),
1644 &audio_ssrc));
1645 EXPECT_TRUE(GetFirstSsrc(GetFirstVideoContent(answer->description()),
1646 &video_ssrc));
1647 EXPECT_NE(audio_ssrc, video_ssrc);
1648}
1649
deadbeefeb459812015-12-15 19:24:43 -08001650// Test that it's possible to call AddTrack on a MediaStream after adding
1651// the stream to a PeerConnection.
1652// TODO(deadbeef): Remove this test once this behavior is no longer supported.
1653TEST_F(PeerConnectionInterfaceTest, AddTrackAfterAddStream) {
deadbeef293e9262017-01-11 12:28:30 -08001654 CreatePeerConnectionWithoutDtls();
deadbeefeb459812015-12-15 19:24:43 -08001655 // Create audio stream and add to PeerConnection.
1656 AddVoiceStream(kStreamLabel1);
1657 MediaStreamInterface* stream = pc_->local_streams()->at(0);
1658
1659 // Add video track to the audio-only stream.
zhihuang9763d562016-08-05 11:14:50 -07001660 rtc::scoped_refptr<VideoTrackInterface> video_track(
1661 pc_factory_->CreateVideoTrack(
deadbeef112b2e92017-02-10 20:13:37 -08001662 "video_label", pc_factory_->CreateVideoSource(
1663 std::unique_ptr<cricket::VideoCapturer>(
1664 new cricket::FakeVideoCapturer()))));
deadbeefeb459812015-12-15 19:24:43 -08001665 stream->AddTrack(video_track.get());
1666
kwibergd1fe2812016-04-27 06:47:29 -07001667 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001668 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefeb459812015-12-15 19:24:43 -08001669
1670 const cricket::MediaContentDescription* video_desc =
1671 cricket::GetFirstVideoContentDescription(offer->description());
1672 EXPECT_TRUE(video_desc != nullptr);
1673}
1674
1675// Test that it's possible to call RemoveTrack on a MediaStream after adding
1676// the stream to a PeerConnection.
1677// TODO(deadbeef): Remove this test once this behavior is no longer supported.
1678TEST_F(PeerConnectionInterfaceTest, RemoveTrackAfterAddStream) {
deadbeef293e9262017-01-11 12:28:30 -08001679 CreatePeerConnectionWithoutDtls();
deadbeefeb459812015-12-15 19:24:43 -08001680 // Create audio/video stream and add to PeerConnection.
1681 AddAudioVideoStream(kStreamLabel1, "audio_label", "video_label");
1682 MediaStreamInterface* stream = pc_->local_streams()->at(0);
1683
1684 // Remove the video track.
1685 stream->RemoveTrack(stream->GetVideoTracks()[0]);
1686
kwibergd1fe2812016-04-27 06:47:29 -07001687 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001688 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefeb459812015-12-15 19:24:43 -08001689
1690 const cricket::MediaContentDescription* video_desc =
1691 cricket::GetFirstVideoContentDescription(offer->description());
1692 EXPECT_TRUE(video_desc == nullptr);
1693}
1694
deadbeef1dcb1642017-03-29 21:08:16 -07001695// Verify that CreateDtmfSender only succeeds if called with a valid local
1696// track. Other aspects of DtmfSenders are tested in
1697// peerconnection_integrationtest.cc.
1698TEST_F(PeerConnectionInterfaceTest, CreateDtmfSenderWithInvalidParams) {
1699 CreatePeerConnection();
1700 AddAudioVideoStream(kStreamLabel1, "audio_label", "video_label");
1701 EXPECT_EQ(nullptr, pc_->CreateDtmfSender(nullptr));
1702 rtc::scoped_refptr<webrtc::AudioTrackInterface> non_localtrack(
1703 pc_factory_->CreateAudioTrack("dummy_track", nullptr));
1704 EXPECT_EQ(nullptr, pc_->CreateDtmfSender(non_localtrack));
1705}
1706
deadbeefbd7d8f72015-12-18 16:58:44 -08001707// Test creating a sender with a stream ID, and ensure the ID is populated
1708// in the offer.
1709TEST_F(PeerConnectionInterfaceTest, CreateSenderWithStream) {
deadbeef293e9262017-01-11 12:28:30 -08001710 CreatePeerConnectionWithoutDtls();
deadbeefbd7d8f72015-12-18 16:58:44 -08001711 pc_->CreateSender("video", kStreamLabel1);
1712
kwibergd1fe2812016-04-27 06:47:29 -07001713 std::unique_ptr<SessionDescriptionInterface> offer;
kwiberg2bbff992016-03-16 11:03:04 -07001714 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
deadbeefbd7d8f72015-12-18 16:58:44 -08001715
1716 const cricket::MediaContentDescription* video_desc =
1717 cricket::GetFirstVideoContentDescription(offer->description());
1718 ASSERT_TRUE(video_desc != nullptr);
1719 ASSERT_EQ(1u, video_desc->streams().size());
1720 EXPECT_EQ(kStreamLabel1, video_desc->streams()[0].sync_label);
1721}
1722
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001723// Test that we can specify a certain track that we want statistics about.
1724TEST_F(PeerConnectionInterfaceTest, GetStatsForSpecificTrack) {
1725 InitiateCall();
1726 ASSERT_LT(0u, pc_->remote_streams()->count());
1727 ASSERT_LT(0u, pc_->remote_streams()->at(0)->GetAudioTracks().size());
zhihuang9763d562016-08-05 11:14:50 -07001728 rtc::scoped_refptr<MediaStreamTrackInterface> remote_audio =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001729 pc_->remote_streams()->at(0)->GetAudioTracks()[0];
1730 EXPECT_TRUE(DoGetStats(remote_audio));
1731
1732 // Remove the stream. Since we are sending to our selves the local
1733 // and the remote stream is the same.
1734 pc_->RemoveStream(pc_->local_streams()->at(0));
1735 // Do a re-negotiation.
1736 CreateOfferReceiveAnswer();
1737
1738 ASSERT_EQ(0u, pc_->remote_streams()->count());
1739
1740 // Test that we still can get statistics for the old track. Even if it is not
1741 // sent any longer.
1742 EXPECT_TRUE(DoGetStats(remote_audio));
1743}
1744
1745// Test that we can get stats on a video track.
1746TEST_F(PeerConnectionInterfaceTest, GetStatsForVideoTrack) {
1747 InitiateCall();
1748 ASSERT_LT(0u, pc_->remote_streams()->count());
1749 ASSERT_LT(0u, pc_->remote_streams()->at(0)->GetVideoTracks().size());
zhihuang9763d562016-08-05 11:14:50 -07001750 rtc::scoped_refptr<MediaStreamTrackInterface> remote_video =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001751 pc_->remote_streams()->at(0)->GetVideoTracks()[0];
1752 EXPECT_TRUE(DoGetStats(remote_video));
1753}
1754
1755// Test that we don't get statistics for an invalid track.
zhihuange9e94c32016-11-04 11:38:15 -07001756TEST_F(PeerConnectionInterfaceTest, GetStatsForInvalidTrack) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001757 InitiateCall();
zhihuang9763d562016-08-05 11:14:50 -07001758 rtc::scoped_refptr<AudioTrackInterface> unknown_audio_track(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001759 pc_factory_->CreateAudioTrack("unknown track", NULL));
1760 EXPECT_FALSE(DoGetStats(unknown_audio_track));
1761}
1762
1763// This test setup two RTP data channels in loop back.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001764TEST_F(PeerConnectionInterfaceTest, TestDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001765 FakeConstraints constraints;
1766 constraints.SetAllowRtpDataChannels();
1767 CreatePeerConnection(&constraints);
zhihuang9763d562016-08-05 11:14:50 -07001768 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001769 pc_->CreateDataChannel("test1", NULL);
zhihuang9763d562016-08-05 11:14:50 -07001770 rtc::scoped_refptr<DataChannelInterface> data2 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001771 pc_->CreateDataChannel("test2", NULL);
1772 ASSERT_TRUE(data1 != NULL);
kwibergd1fe2812016-04-27 06:47:29 -07001773 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001774 new MockDataChannelObserver(data1));
kwibergd1fe2812016-04-27 06:47:29 -07001775 std::unique_ptr<MockDataChannelObserver> observer2(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001776 new MockDataChannelObserver(data2));
1777
1778 EXPECT_EQ(DataChannelInterface::kConnecting, data1->state());
1779 EXPECT_EQ(DataChannelInterface::kConnecting, data2->state());
1780 std::string data_to_send1 = "testing testing";
1781 std::string data_to_send2 = "testing something else";
1782 EXPECT_FALSE(data1->Send(DataBuffer(data_to_send1)));
1783
1784 CreateOfferReceiveAnswer();
1785 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
1786 EXPECT_TRUE_WAIT(observer2->IsOpen(), kTimeout);
1787
1788 EXPECT_EQ(DataChannelInterface::kOpen, data1->state());
1789 EXPECT_EQ(DataChannelInterface::kOpen, data2->state());
1790 EXPECT_TRUE(data1->Send(DataBuffer(data_to_send1)));
1791 EXPECT_TRUE(data2->Send(DataBuffer(data_to_send2)));
1792
1793 EXPECT_EQ_WAIT(data_to_send1, observer1->last_message(), kTimeout);
1794 EXPECT_EQ_WAIT(data_to_send2, observer2->last_message(), kTimeout);
1795
1796 data1->Close();
1797 EXPECT_EQ(DataChannelInterface::kClosing, data1->state());
1798 CreateOfferReceiveAnswer();
1799 EXPECT_FALSE(observer1->IsOpen());
1800 EXPECT_EQ(DataChannelInterface::kClosed, data1->state());
1801 EXPECT_TRUE(observer2->IsOpen());
1802
1803 data_to_send2 = "testing something else again";
1804 EXPECT_TRUE(data2->Send(DataBuffer(data_to_send2)));
1805
1806 EXPECT_EQ_WAIT(data_to_send2, observer2->last_message(), kTimeout);
1807}
1808
1809// This test verifies that sendnig binary data over RTP data channels should
1810// fail.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001811TEST_F(PeerConnectionInterfaceTest, TestSendBinaryOnRtpDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001812 FakeConstraints constraints;
1813 constraints.SetAllowRtpDataChannels();
1814 CreatePeerConnection(&constraints);
zhihuang9763d562016-08-05 11:14:50 -07001815 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001816 pc_->CreateDataChannel("test1", NULL);
zhihuang9763d562016-08-05 11:14:50 -07001817 rtc::scoped_refptr<DataChannelInterface> data2 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001818 pc_->CreateDataChannel("test2", NULL);
1819 ASSERT_TRUE(data1 != NULL);
kwibergd1fe2812016-04-27 06:47:29 -07001820 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001821 new MockDataChannelObserver(data1));
kwibergd1fe2812016-04-27 06:47:29 -07001822 std::unique_ptr<MockDataChannelObserver> observer2(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001823 new MockDataChannelObserver(data2));
1824
1825 EXPECT_EQ(DataChannelInterface::kConnecting, data1->state());
1826 EXPECT_EQ(DataChannelInterface::kConnecting, data2->state());
1827
1828 CreateOfferReceiveAnswer();
1829 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
1830 EXPECT_TRUE_WAIT(observer2->IsOpen(), kTimeout);
1831
1832 EXPECT_EQ(DataChannelInterface::kOpen, data1->state());
1833 EXPECT_EQ(DataChannelInterface::kOpen, data2->state());
1834
jbaucheec21bd2016-03-20 06:15:43 -07001835 rtc::CopyOnWriteBuffer buffer("test", 4);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001836 EXPECT_FALSE(data1->Send(DataBuffer(buffer, true)));
1837}
1838
1839// This test setup a RTP data channels in loop back and test that a channel is
1840// opened even if the remote end answer with a zero SSRC.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001841TEST_F(PeerConnectionInterfaceTest, TestSendOnlyDataChannel) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001842 FakeConstraints constraints;
1843 constraints.SetAllowRtpDataChannels();
1844 CreatePeerConnection(&constraints);
zhihuang9763d562016-08-05 11:14:50 -07001845 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001846 pc_->CreateDataChannel("test1", NULL);
kwibergd1fe2812016-04-27 06:47:29 -07001847 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001848 new MockDataChannelObserver(data1));
1849
1850 CreateOfferReceiveAnswerWithoutSsrc();
1851
1852 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
1853
1854 data1->Close();
1855 EXPECT_EQ(DataChannelInterface::kClosing, data1->state());
1856 CreateOfferReceiveAnswerWithoutSsrc();
1857 EXPECT_EQ(DataChannelInterface::kClosed, data1->state());
1858 EXPECT_FALSE(observer1->IsOpen());
1859}
1860
1861// This test that if a data channel is added in an answer a receive only channel
1862// channel is created.
1863TEST_F(PeerConnectionInterfaceTest, TestReceiveOnlyDataChannel) {
1864 FakeConstraints constraints;
1865 constraints.SetAllowRtpDataChannels();
1866 CreatePeerConnection(&constraints);
1867
1868 std::string offer_label = "offer_channel";
zhihuang9763d562016-08-05 11:14:50 -07001869 rtc::scoped_refptr<DataChannelInterface> offer_channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001870 pc_->CreateDataChannel(offer_label, NULL);
1871
1872 CreateOfferAsLocalDescription();
1873
1874 // Replace the data channel label in the offer and apply it as an answer.
1875 std::string receive_label = "answer_channel";
1876 std::string sdp;
1877 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001878 rtc::replace_substrs(offer_label.c_str(), offer_label.length(),
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001879 receive_label.c_str(), receive_label.length(),
1880 &sdp);
1881 CreateAnswerAsRemoteDescription(sdp);
1882
1883 // Verify that a new incoming data channel has been created and that
1884 // it is open but can't we written to.
1885 ASSERT_TRUE(observer_.last_datachannel_ != NULL);
1886 DataChannelInterface* received_channel = observer_.last_datachannel_;
1887 EXPECT_EQ(DataChannelInterface::kConnecting, received_channel->state());
1888 EXPECT_EQ(receive_label, received_channel->label());
1889 EXPECT_FALSE(received_channel->Send(DataBuffer("something")));
1890
1891 // Verify that the channel we initially offered has been rejected.
1892 EXPECT_EQ(DataChannelInterface::kClosed, offer_channel->state());
1893
1894 // Do another offer / answer exchange and verify that the data channel is
1895 // opened.
1896 CreateOfferReceiveAnswer();
1897 EXPECT_EQ_WAIT(DataChannelInterface::kOpen, received_channel->state(),
1898 kTimeout);
1899}
1900
1901// This test that no data channel is returned if a reliable channel is
1902// requested.
1903// TODO(perkj): Remove this test once reliable channels are implemented.
1904TEST_F(PeerConnectionInterfaceTest, CreateReliableRtpDataChannelShouldFail) {
1905 FakeConstraints constraints;
1906 constraints.SetAllowRtpDataChannels();
1907 CreatePeerConnection(&constraints);
1908
1909 std::string label = "test";
1910 webrtc::DataChannelInit config;
1911 config.reliable = true;
zhihuang9763d562016-08-05 11:14:50 -07001912 rtc::scoped_refptr<DataChannelInterface> channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001913 pc_->CreateDataChannel(label, &config);
1914 EXPECT_TRUE(channel == NULL);
1915}
1916
deadbeefab9b2d12015-10-14 11:33:11 -07001917// Verifies that duplicated label is not allowed for RTP data channel.
1918TEST_F(PeerConnectionInterfaceTest, RtpDuplicatedLabelNotAllowed) {
1919 FakeConstraints constraints;
1920 constraints.SetAllowRtpDataChannels();
1921 CreatePeerConnection(&constraints);
1922
1923 std::string label = "test";
zhihuang9763d562016-08-05 11:14:50 -07001924 rtc::scoped_refptr<DataChannelInterface> channel =
deadbeefab9b2d12015-10-14 11:33:11 -07001925 pc_->CreateDataChannel(label, nullptr);
1926 EXPECT_NE(channel, nullptr);
1927
zhihuang9763d562016-08-05 11:14:50 -07001928 rtc::scoped_refptr<DataChannelInterface> dup_channel =
deadbeefab9b2d12015-10-14 11:33:11 -07001929 pc_->CreateDataChannel(label, nullptr);
1930 EXPECT_EQ(dup_channel, nullptr);
1931}
1932
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001933// This tests that a SCTP data channel is returned using different
1934// DataChannelInit configurations.
1935TEST_F(PeerConnectionInterfaceTest, CreateSctpDataChannel) {
1936 FakeConstraints constraints;
1937 constraints.SetAllowDtlsSctpDataChannels();
1938 CreatePeerConnection(&constraints);
1939
1940 webrtc::DataChannelInit config;
1941
zhihuang9763d562016-08-05 11:14:50 -07001942 rtc::scoped_refptr<DataChannelInterface> channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001943 pc_->CreateDataChannel("1", &config);
1944 EXPECT_TRUE(channel != NULL);
1945 EXPECT_TRUE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00001946 EXPECT_TRUE(observer_.renegotiation_needed_);
1947 observer_.renegotiation_needed_ = false;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001948
1949 config.ordered = false;
1950 channel = pc_->CreateDataChannel("2", &config);
1951 EXPECT_TRUE(channel != NULL);
1952 EXPECT_TRUE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00001953 EXPECT_FALSE(observer_.renegotiation_needed_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001954
1955 config.ordered = true;
1956 config.maxRetransmits = 0;
1957 channel = pc_->CreateDataChannel("3", &config);
1958 EXPECT_TRUE(channel != NULL);
1959 EXPECT_FALSE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00001960 EXPECT_FALSE(observer_.renegotiation_needed_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001961
1962 config.maxRetransmits = -1;
1963 config.maxRetransmitTime = 0;
1964 channel = pc_->CreateDataChannel("4", &config);
1965 EXPECT_TRUE(channel != NULL);
1966 EXPECT_FALSE(channel->reliable());
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00001967 EXPECT_FALSE(observer_.renegotiation_needed_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001968}
1969
1970// This tests that no data channel is returned if both maxRetransmits and
1971// maxRetransmitTime are set for SCTP data channels.
1972TEST_F(PeerConnectionInterfaceTest,
1973 CreateSctpDataChannelShouldFailForInvalidConfig) {
1974 FakeConstraints constraints;
1975 constraints.SetAllowDtlsSctpDataChannels();
1976 CreatePeerConnection(&constraints);
1977
1978 std::string label = "test";
1979 webrtc::DataChannelInit config;
1980 config.maxRetransmits = 0;
1981 config.maxRetransmitTime = 0;
1982
zhihuang9763d562016-08-05 11:14:50 -07001983 rtc::scoped_refptr<DataChannelInterface> channel =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001984 pc_->CreateDataChannel(label, &config);
1985 EXPECT_TRUE(channel == NULL);
1986}
1987
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001988// The test verifies that creating a SCTP data channel with an id already in use
1989// or out of range should fail.
1990TEST_F(PeerConnectionInterfaceTest,
1991 CreateSctpDataChannelWithInvalidIdShouldFail) {
1992 FakeConstraints constraints;
1993 constraints.SetAllowDtlsSctpDataChannels();
1994 CreatePeerConnection(&constraints);
1995
1996 webrtc::DataChannelInit config;
zhihuang9763d562016-08-05 11:14:50 -07001997 rtc::scoped_refptr<DataChannelInterface> channel;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001998
wu@webrtc.orgcecfd182013-10-30 05:18:12 +00001999 config.id = 1;
2000 channel = pc_->CreateDataChannel("1", &config);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002001 EXPECT_TRUE(channel != NULL);
2002 EXPECT_EQ(1, channel->id());
2003
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002004 channel = pc_->CreateDataChannel("x", &config);
2005 EXPECT_TRUE(channel == NULL);
2006
2007 config.id = cricket::kMaxSctpSid;
2008 channel = pc_->CreateDataChannel("max", &config);
2009 EXPECT_TRUE(channel != NULL);
2010 EXPECT_EQ(config.id, channel->id());
2011
2012 config.id = cricket::kMaxSctpSid + 1;
2013 channel = pc_->CreateDataChannel("x", &config);
2014 EXPECT_TRUE(channel == NULL);
2015}
2016
deadbeefab9b2d12015-10-14 11:33:11 -07002017// Verifies that duplicated label is allowed for SCTP data channel.
2018TEST_F(PeerConnectionInterfaceTest, SctpDuplicatedLabelAllowed) {
2019 FakeConstraints constraints;
2020 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2021 true);
2022 CreatePeerConnection(&constraints);
2023
2024 std::string label = "test";
zhihuang9763d562016-08-05 11:14:50 -07002025 rtc::scoped_refptr<DataChannelInterface> channel =
deadbeefab9b2d12015-10-14 11:33:11 -07002026 pc_->CreateDataChannel(label, nullptr);
2027 EXPECT_NE(channel, nullptr);
2028
zhihuang9763d562016-08-05 11:14:50 -07002029 rtc::scoped_refptr<DataChannelInterface> dup_channel =
deadbeefab9b2d12015-10-14 11:33:11 -07002030 pc_->CreateDataChannel(label, nullptr);
2031 EXPECT_NE(dup_channel, nullptr);
2032}
2033
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002034// This test verifies that OnRenegotiationNeeded is fired for every new RTP
2035// DataChannel.
2036TEST_F(PeerConnectionInterfaceTest, RenegotiationNeededForNewRtpDataChannel) {
2037 FakeConstraints constraints;
2038 constraints.SetAllowRtpDataChannels();
2039 CreatePeerConnection(&constraints);
2040
zhihuang9763d562016-08-05 11:14:50 -07002041 rtc::scoped_refptr<DataChannelInterface> dc1 =
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002042 pc_->CreateDataChannel("test1", NULL);
2043 EXPECT_TRUE(observer_.renegotiation_needed_);
2044 observer_.renegotiation_needed_ = false;
2045
zhihuang9763d562016-08-05 11:14:50 -07002046 rtc::scoped_refptr<DataChannelInterface> dc2 =
jiayl@webrtc.org001fd2d2014-05-29 15:31:11 +00002047 pc_->CreateDataChannel("test2", NULL);
2048 EXPECT_TRUE(observer_.renegotiation_needed_);
2049}
2050
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002051// This test that a data channel closes when a PeerConnection is deleted/closed.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002052TEST_F(PeerConnectionInterfaceTest, DataChannelCloseWhenPeerConnectionClose) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002053 FakeConstraints constraints;
2054 constraints.SetAllowRtpDataChannels();
2055 CreatePeerConnection(&constraints);
2056
zhihuang9763d562016-08-05 11:14:50 -07002057 rtc::scoped_refptr<DataChannelInterface> data1 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002058 pc_->CreateDataChannel("test1", NULL);
zhihuang9763d562016-08-05 11:14:50 -07002059 rtc::scoped_refptr<DataChannelInterface> data2 =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002060 pc_->CreateDataChannel("test2", NULL);
2061 ASSERT_TRUE(data1 != NULL);
kwibergd1fe2812016-04-27 06:47:29 -07002062 std::unique_ptr<MockDataChannelObserver> observer1(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002063 new MockDataChannelObserver(data1));
kwibergd1fe2812016-04-27 06:47:29 -07002064 std::unique_ptr<MockDataChannelObserver> observer2(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002065 new MockDataChannelObserver(data2));
2066
2067 CreateOfferReceiveAnswer();
2068 EXPECT_TRUE_WAIT(observer1->IsOpen(), kTimeout);
2069 EXPECT_TRUE_WAIT(observer2->IsOpen(), kTimeout);
2070
2071 ReleasePeerConnection();
2072 EXPECT_EQ(DataChannelInterface::kClosed, data1->state());
2073 EXPECT_EQ(DataChannelInterface::kClosed, data2->state());
2074}
2075
2076// This test that data channels can be rejected in an answer.
2077TEST_F(PeerConnectionInterfaceTest, TestRejectDataChannelInAnswer) {
2078 FakeConstraints constraints;
2079 constraints.SetAllowRtpDataChannels();
2080 CreatePeerConnection(&constraints);
2081
zhihuang9763d562016-08-05 11:14:50 -07002082 rtc::scoped_refptr<DataChannelInterface> offer_channel(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002083 pc_->CreateDataChannel("offer_channel", NULL));
2084
2085 CreateOfferAsLocalDescription();
2086
2087 // Create an answer where the m-line for data channels are rejected.
2088 std::string sdp;
2089 EXPECT_TRUE(pc_->local_description()->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002090 std::unique_ptr<SessionDescriptionInterface> answer(
Steve Antona3a92c22017-12-07 10:27:41 -08002091 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002092 ASSERT_TRUE(answer);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002093 cricket::ContentInfo* data_info =
2094 answer->description()->GetContentByName("data");
2095 data_info->rejected = true;
2096
Steve Antondb45ca82017-09-11 18:27:34 -07002097 DoSetRemoteDescription(std::move(answer));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002098 EXPECT_EQ(DataChannelInterface::kClosed, offer_channel->state());
2099}
2100
2101// Test that we can create a session description from an SDP string from
2102// FireFox, use it as a remote session description, generate an answer and use
2103// the answer as a local description.
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002104TEST_F(PeerConnectionInterfaceTest, ReceiveFireFoxOffer) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002105 FakeConstraints constraints;
2106 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2107 true);
2108 CreatePeerConnection(&constraints);
2109 AddAudioVideoStream(kStreamLabel1, "audio_label", "video_label");
Steve Antondb45ca82017-09-11 18:27:34 -07002110 std::unique_ptr<SessionDescriptionInterface> desc(
Steve Antona3a92c22017-12-07 10:27:41 -08002111 webrtc::CreateSessionDescription(SdpType::kOffer,
Steve Antondb45ca82017-09-11 18:27:34 -07002112 webrtc::kFireFoxSdpOffer, nullptr));
2113 EXPECT_TRUE(DoSetSessionDescription(std::move(desc), false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002114 CreateAnswerAsLocalDescription();
2115 ASSERT_TRUE(pc_->local_description() != NULL);
2116 ASSERT_TRUE(pc_->remote_description() != NULL);
2117
2118 const cricket::ContentInfo* content =
2119 cricket::GetFirstAudioContent(pc_->local_description()->description());
2120 ASSERT_TRUE(content != NULL);
2121 EXPECT_FALSE(content->rejected);
2122
2123 content =
2124 cricket::GetFirstVideoContent(pc_->local_description()->description());
2125 ASSERT_TRUE(content != NULL);
2126 EXPECT_FALSE(content->rejected);
sergeyu@chromium.orga23f0ca2013-11-13 22:48:52 +00002127#ifdef HAVE_SCTP
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002128 content =
2129 cricket::GetFirstDataContent(pc_->local_description()->description());
2130 ASSERT_TRUE(content != NULL);
2131 EXPECT_TRUE(content->rejected);
sergeyu@chromium.orga23f0ca2013-11-13 22:48:52 +00002132#endif
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002133}
2134
zhihuangb19012e2017-09-19 13:47:59 -07002135// Test that fallback from DTLS to SDES is not supported.
2136// The fallback was previously supported but was removed to simplify the code
2137// and because it's non-standard.
2138TEST_F(PeerConnectionInterfaceTest, DtlsSdesFallbackNotSupported) {
deadbeef8662f942017-01-20 21:20:51 -08002139 FakeConstraints constraints;
2140 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2141 true);
2142 CreatePeerConnection(&constraints);
2143 // Wait for fake certificate to be generated. Previously, this is what caused
2144 // the "a=crypto" lines to be rejected.
2145 AddAudioVideoStream(kStreamLabel1, "audio_label", "video_label");
2146 ASSERT_NE(nullptr, fake_certificate_generator_);
2147 EXPECT_EQ_WAIT(1, fake_certificate_generator_->generated_certificates(),
2148 kTimeout);
Steve Antondb45ca82017-09-11 18:27:34 -07002149 std::unique_ptr<SessionDescriptionInterface> desc(
Steve Antona3a92c22017-12-07 10:27:41 -08002150 webrtc::CreateSessionDescription(SdpType::kOffer, kDtlsSdesFallbackSdp,
2151 nullptr));
zhihuangb19012e2017-09-19 13:47:59 -07002152 EXPECT_FALSE(DoSetSessionDescription(std::move(desc), false));
deadbeef8662f942017-01-20 21:20:51 -08002153}
2154
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002155// Test that we can create an audio only offer and receive an answer with a
2156// limited set of audio codecs and receive an updated offer with more audio
2157// codecs, where the added codecs are not supported.
2158TEST_F(PeerConnectionInterfaceTest, ReceiveUpdatedAudioOfferWithBadCodecs) {
deadbeef293e9262017-01-11 12:28:30 -08002159 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002160 AddVoiceStream("audio_label");
2161 CreateOfferAsLocalDescription();
2162
Steve Antondb45ca82017-09-11 18:27:34 -07002163 std::unique_ptr<SessionDescriptionInterface> answer(
Steve Antona3a92c22017-12-07 10:27:41 -08002164 webrtc::CreateSessionDescription(SdpType::kAnswer, webrtc::kAudioSdp,
2165 nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07002166 EXPECT_TRUE(DoSetSessionDescription(std::move(answer), false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002167
Steve Antondb45ca82017-09-11 18:27:34 -07002168 std::unique_ptr<SessionDescriptionInterface> updated_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08002169 webrtc::CreateSessionDescription(
2170 SdpType::kOffer, webrtc::kAudioSdpWithUnsupportedCodecs, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07002171 EXPECT_TRUE(DoSetSessionDescription(std::move(updated_offer), false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002172 CreateAnswerAsLocalDescription();
2173}
2174
deadbeefc80741f2015-10-22 13:14:45 -07002175// Test that if we're receiving (but not sending) a track, subsequent offers
2176// will have m-lines with a=recvonly.
2177TEST_F(PeerConnectionInterfaceTest, CreateSubsequentRecvOnlyOffer) {
2178 FakeConstraints constraints;
2179 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2180 true);
2181 CreatePeerConnection(&constraints);
2182 CreateAndSetRemoteOffer(kSdpStringWithStream1);
2183 CreateAnswerAsLocalDescription();
2184
2185 // At this point we should be receiving stream 1, but not sending anything.
2186 // A new offer should be recvonly.
kwibergd1fe2812016-04-27 06:47:29 -07002187 std::unique_ptr<SessionDescriptionInterface> offer;
deadbeefc80741f2015-10-22 13:14:45 -07002188 DoCreateOffer(&offer, nullptr);
2189
2190 const cricket::ContentInfo* video_content =
2191 cricket::GetFirstVideoContent(offer->description());
2192 const cricket::VideoContentDescription* video_desc =
2193 static_cast<const cricket::VideoContentDescription*>(
2194 video_content->description);
Steve Anton4e70a722017-11-28 14:57:10 -08002195 ASSERT_EQ(RtpTransceiverDirection::kRecvOnly, video_desc->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002196
2197 const cricket::ContentInfo* audio_content =
2198 cricket::GetFirstAudioContent(offer->description());
2199 const cricket::AudioContentDescription* audio_desc =
2200 static_cast<const cricket::AudioContentDescription*>(
2201 audio_content->description);
Steve Anton4e70a722017-11-28 14:57:10 -08002202 ASSERT_EQ(RtpTransceiverDirection::kRecvOnly, audio_desc->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002203}
2204
2205// Test that if we're receiving (but not sending) a track, and the
2206// offerToReceiveVideo/offerToReceiveAudio constraints are explicitly set to
2207// false, the generated m-lines will be a=inactive.
2208TEST_F(PeerConnectionInterfaceTest, CreateSubsequentInactiveOffer) {
2209 FakeConstraints constraints;
2210 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2211 true);
2212 CreatePeerConnection(&constraints);
2213 CreateAndSetRemoteOffer(kSdpStringWithStream1);
2214 CreateAnswerAsLocalDescription();
2215
2216 // At this point we should be receiving stream 1, but not sending anything.
2217 // A new offer would be recvonly, but we'll set the "no receive" constraints
2218 // to make it inactive.
kwibergd1fe2812016-04-27 06:47:29 -07002219 std::unique_ptr<SessionDescriptionInterface> offer;
deadbeefc80741f2015-10-22 13:14:45 -07002220 FakeConstraints offer_constraints;
2221 offer_constraints.AddMandatory(
2222 webrtc::MediaConstraintsInterface::kOfferToReceiveVideo, false);
2223 offer_constraints.AddMandatory(
2224 webrtc::MediaConstraintsInterface::kOfferToReceiveAudio, false);
2225 DoCreateOffer(&offer, &offer_constraints);
2226
2227 const cricket::ContentInfo* video_content =
2228 cricket::GetFirstVideoContent(offer->description());
2229 const cricket::VideoContentDescription* video_desc =
2230 static_cast<const cricket::VideoContentDescription*>(
2231 video_content->description);
Steve Anton4e70a722017-11-28 14:57:10 -08002232 ASSERT_EQ(RtpTransceiverDirection::kInactive, video_desc->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002233
2234 const cricket::ContentInfo* audio_content =
2235 cricket::GetFirstAudioContent(offer->description());
2236 const cricket::AudioContentDescription* audio_desc =
2237 static_cast<const cricket::AudioContentDescription*>(
2238 audio_content->description);
Steve Anton4e70a722017-11-28 14:57:10 -08002239 ASSERT_EQ(RtpTransceiverDirection::kInactive, audio_desc->direction());
deadbeefc80741f2015-10-22 13:14:45 -07002240}
2241
deadbeef653b8e02015-11-11 12:55:10 -08002242// Test that we can use SetConfiguration to change the ICE servers of the
2243// PortAllocator.
2244TEST_F(PeerConnectionInterfaceTest, SetConfigurationChangesIceServers) {
2245 CreatePeerConnection();
2246
2247 PeerConnectionInterface::RTCConfiguration config;
2248 PeerConnectionInterface::IceServer server;
2249 server.uri = "stun:test_hostname";
2250 config.servers.push_back(server);
2251 EXPECT_TRUE(pc_->SetConfiguration(config));
2252
Taylor Brandstetter0c7e9f52015-12-29 14:14:52 -08002253 EXPECT_EQ(1u, port_allocator_->stun_servers().size());
2254 EXPECT_EQ("test_hostname",
2255 port_allocator_->stun_servers().begin()->hostname());
deadbeef653b8e02015-11-11 12:55:10 -08002256}
2257
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002258TEST_F(PeerConnectionInterfaceTest, SetConfigurationChangesCandidateFilter) {
2259 CreatePeerConnection();
2260 PeerConnectionInterface::RTCConfiguration config;
2261 config.type = PeerConnectionInterface::kRelay;
2262 EXPECT_TRUE(pc_->SetConfiguration(config));
2263 EXPECT_EQ(cricket::CF_RELAY, port_allocator_->candidate_filter());
2264}
2265
deadbeef293e9262017-01-11 12:28:30 -08002266TEST_F(PeerConnectionInterfaceTest, SetConfigurationChangesPruneTurnPortsFlag) {
2267 PeerConnectionInterface::RTCConfiguration config;
2268 config.prune_turn_ports = false;
2269 CreatePeerConnection(config, nullptr);
2270 EXPECT_FALSE(port_allocator_->prune_turn_ports());
2271
2272 config.prune_turn_ports = true;
2273 EXPECT_TRUE(pc_->SetConfiguration(config));
2274 EXPECT_TRUE(port_allocator_->prune_turn_ports());
2275}
2276
skvladd1f5fda2017-02-03 16:54:05 -08002277// Test that the ice check interval can be changed. This does not verify that
2278// the setting makes it all the way to P2PTransportChannel, as that would
2279// require a very complex set of mocks.
2280TEST_F(PeerConnectionInterfaceTest, SetConfigurationChangesIceCheckInterval) {
2281 PeerConnectionInterface::RTCConfiguration config;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01002282 config.ice_check_min_interval = rtc::nullopt;
skvladd1f5fda2017-02-03 16:54:05 -08002283 CreatePeerConnection(config, nullptr);
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01002284 config.ice_check_min_interval = 100;
skvladd1f5fda2017-02-03 16:54:05 -08002285 EXPECT_TRUE(pc_->SetConfiguration(config));
2286 PeerConnectionInterface::RTCConfiguration new_config =
2287 pc_->GetConfiguration();
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01002288 EXPECT_EQ(new_config.ice_check_min_interval, 100);
skvladd1f5fda2017-02-03 16:54:05 -08002289}
2290
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002291// Test that when SetConfiguration changes both the pool size and other
2292// attributes, the pooled session is created with the updated attributes.
2293TEST_F(PeerConnectionInterfaceTest,
2294 SetConfigurationCreatesPooledSessionCorrectly) {
2295 CreatePeerConnection();
2296 PeerConnectionInterface::RTCConfiguration config;
2297 config.ice_candidate_pool_size = 1;
2298 PeerConnectionInterface::IceServer server;
2299 server.uri = kStunAddressOnly;
2300 config.servers.push_back(server);
2301 config.type = PeerConnectionInterface::kRelay;
Taylor Brandstetter417eebe2016-05-23 16:02:19 -07002302 EXPECT_TRUE(pc_->SetConfiguration(config));
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002303
2304 const cricket::FakePortAllocatorSession* session =
2305 static_cast<const cricket::FakePortAllocatorSession*>(
2306 port_allocator_->GetPooledSession());
2307 ASSERT_NE(nullptr, session);
2308 EXPECT_EQ(1UL, session->stun_servers().size());
Taylor Brandstettera1c30352016-05-13 08:15:11 -07002309}
2310
deadbeef293e9262017-01-11 12:28:30 -08002311// Test that after SetLocalDescription, changing the pool size is not allowed,
2312// and an invalid modification error is returned.
deadbeef6de92f92016-12-12 18:49:32 -08002313TEST_F(PeerConnectionInterfaceTest,
2314 CantChangePoolSizeAfterSetLocalDescription) {
2315 CreatePeerConnection();
2316 // Start by setting a size of 1.
2317 PeerConnectionInterface::RTCConfiguration config;
2318 config.ice_candidate_pool_size = 1;
2319 EXPECT_TRUE(pc_->SetConfiguration(config));
2320
2321 // Set remote offer; can still change pool size at this point.
2322 CreateOfferAsRemoteDescription();
2323 config.ice_candidate_pool_size = 2;
2324 EXPECT_TRUE(pc_->SetConfiguration(config));
2325
2326 // Set local answer; now it's too late.
2327 CreateAnswerAsLocalDescription();
2328 config.ice_candidate_pool_size = 3;
deadbeef293e9262017-01-11 12:28:30 -08002329 RTCError error;
2330 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2331 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2332}
2333
deadbeef42a42632017-03-10 15:18:00 -08002334// Test that after setting an answer, extra pooled sessions are discarded. The
2335// ICE candidate pool is only intended to be used for the first offer/answer.
2336TEST_F(PeerConnectionInterfaceTest,
2337 ExtraPooledSessionsDiscardedAfterApplyingAnswer) {
2338 CreatePeerConnection();
2339
2340 // Set a larger-than-necessary size.
2341 PeerConnectionInterface::RTCConfiguration config;
2342 config.ice_candidate_pool_size = 4;
2343 EXPECT_TRUE(pc_->SetConfiguration(config));
2344
2345 // Do offer/answer.
2346 CreateOfferAsRemoteDescription();
2347 CreateAnswerAsLocalDescription();
2348
2349 // Expect no pooled sessions to be left.
2350 const cricket::PortAllocatorSession* session =
2351 port_allocator_->GetPooledSession();
2352 EXPECT_EQ(nullptr, session);
2353}
2354
2355// After Close is called, pooled candidates should be discarded so as to not
2356// waste network resources.
2357TEST_F(PeerConnectionInterfaceTest, PooledSessionsDiscardedAfterClose) {
2358 CreatePeerConnection();
2359
2360 PeerConnectionInterface::RTCConfiguration config;
2361 config.ice_candidate_pool_size = 3;
2362 EXPECT_TRUE(pc_->SetConfiguration(config));
2363 pc_->Close();
2364
2365 // Expect no pooled sessions to be left.
2366 const cricket::PortAllocatorSession* session =
2367 port_allocator_->GetPooledSession();
2368 EXPECT_EQ(nullptr, session);
2369}
2370
deadbeef293e9262017-01-11 12:28:30 -08002371// Test that SetConfiguration returns an invalid modification error if
2372// modifying a field in the configuration that isn't allowed to be modified.
2373TEST_F(PeerConnectionInterfaceTest,
2374 SetConfigurationReturnsInvalidModificationError) {
2375 PeerConnectionInterface::RTCConfiguration config;
2376 config.bundle_policy = PeerConnectionInterface::kBundlePolicyBalanced;
2377 config.rtcp_mux_policy = PeerConnectionInterface::kRtcpMuxPolicyNegotiate;
2378 config.continual_gathering_policy = PeerConnectionInterface::GATHER_ONCE;
2379 CreatePeerConnection(config, nullptr);
2380
2381 PeerConnectionInterface::RTCConfiguration modified_config = config;
2382 modified_config.bundle_policy =
2383 PeerConnectionInterface::kBundlePolicyMaxBundle;
2384 RTCError error;
2385 EXPECT_FALSE(pc_->SetConfiguration(modified_config, &error));
2386 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2387
2388 modified_config = config;
2389 modified_config.rtcp_mux_policy =
2390 PeerConnectionInterface::kRtcpMuxPolicyRequire;
2391 error.set_type(RTCErrorType::NONE);
2392 EXPECT_FALSE(pc_->SetConfiguration(modified_config, &error));
2393 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2394
2395 modified_config = config;
2396 modified_config.continual_gathering_policy =
2397 PeerConnectionInterface::GATHER_CONTINUALLY;
2398 error.set_type(RTCErrorType::NONE);
2399 EXPECT_FALSE(pc_->SetConfiguration(modified_config, &error));
2400 EXPECT_EQ(RTCErrorType::INVALID_MODIFICATION, error.type());
2401}
2402
2403// Test that SetConfiguration returns a range error if the candidate pool size
2404// is negative or larger than allowed by the spec.
2405TEST_F(PeerConnectionInterfaceTest,
2406 SetConfigurationReturnsRangeErrorForBadCandidatePoolSize) {
2407 PeerConnectionInterface::RTCConfiguration config;
2408 CreatePeerConnection(config, nullptr);
2409
2410 config.ice_candidate_pool_size = -1;
2411 RTCError error;
2412 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2413 EXPECT_EQ(RTCErrorType::INVALID_RANGE, error.type());
2414
2415 config.ice_candidate_pool_size = INT_MAX;
2416 error.set_type(RTCErrorType::NONE);
2417 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2418 EXPECT_EQ(RTCErrorType::INVALID_RANGE, error.type());
2419}
2420
2421// Test that SetConfiguration returns a syntax error if parsing an ICE server
2422// URL failed.
2423TEST_F(PeerConnectionInterfaceTest,
2424 SetConfigurationReturnsSyntaxErrorFromBadIceUrls) {
2425 PeerConnectionInterface::RTCConfiguration config;
2426 CreatePeerConnection(config, nullptr);
2427
2428 PeerConnectionInterface::IceServer bad_server;
2429 bad_server.uri = "stunn:www.example.com";
2430 config.servers.push_back(bad_server);
2431 RTCError error;
2432 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2433 EXPECT_EQ(RTCErrorType::SYNTAX_ERROR, error.type());
2434}
2435
2436// Test that SetConfiguration returns an invalid parameter error if a TURN
2437// IceServer is missing a username or password.
2438TEST_F(PeerConnectionInterfaceTest,
2439 SetConfigurationReturnsInvalidParameterIfCredentialsMissing) {
2440 PeerConnectionInterface::RTCConfiguration config;
2441 CreatePeerConnection(config, nullptr);
2442
2443 PeerConnectionInterface::IceServer bad_server;
2444 bad_server.uri = "turn:www.example.com";
2445 // Missing password.
2446 bad_server.username = "foo";
2447 config.servers.push_back(bad_server);
2448 RTCError error;
2449 EXPECT_FALSE(pc_->SetConfiguration(config, &error));
2450 EXPECT_EQ(RTCErrorType::INVALID_PARAMETER, error.type());
deadbeef6de92f92016-12-12 18:49:32 -08002451}
2452
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002453// Test that PeerConnection::Close changes the states to closed and all remote
2454// tracks change state to ended.
2455TEST_F(PeerConnectionInterfaceTest, CloseAndTestStreamsAndStates) {
2456 // Initialize a PeerConnection and negotiate local and remote session
2457 // description.
2458 InitiateCall();
2459 ASSERT_EQ(1u, pc_->local_streams()->count());
2460 ASSERT_EQ(1u, pc_->remote_streams()->count());
2461
2462 pc_->Close();
2463
2464 EXPECT_EQ(PeerConnectionInterface::kClosed, pc_->signaling_state());
2465 EXPECT_EQ(PeerConnectionInterface::kIceConnectionClosed,
2466 pc_->ice_connection_state());
2467 EXPECT_EQ(PeerConnectionInterface::kIceGatheringComplete,
2468 pc_->ice_gathering_state());
2469
2470 EXPECT_EQ(1u, pc_->local_streams()->count());
2471 EXPECT_EQ(1u, pc_->remote_streams()->count());
2472
zhihuang9763d562016-08-05 11:14:50 -07002473 rtc::scoped_refptr<MediaStreamInterface> remote_stream =
2474 pc_->remote_streams()->at(0);
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002475 // Track state may be updated asynchronously.
perkjd61bf802016-03-24 03:16:19 -07002476 EXPECT_EQ_WAIT(MediaStreamTrackInterface::kEnded,
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002477 remote_stream->GetAudioTracks()[0]->state(), kTimeout);
2478 EXPECT_EQ_WAIT(MediaStreamTrackInterface::kEnded,
2479 remote_stream->GetVideoTracks()[0]->state(), kTimeout);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002480}
2481
2482// Test that PeerConnection methods fails gracefully after
2483// PeerConnection::Close has been called.
2484TEST_F(PeerConnectionInterfaceTest, CloseAndTestMethods) {
deadbeef293e9262017-01-11 12:28:30 -08002485 CreatePeerConnectionWithoutDtls();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002486 AddAudioVideoStream(kStreamLabel1, "audio_label", "video_label");
2487 CreateOfferAsRemoteDescription();
2488 CreateAnswerAsLocalDescription();
2489
2490 ASSERT_EQ(1u, pc_->local_streams()->count());
zhihuang9763d562016-08-05 11:14:50 -07002491 rtc::scoped_refptr<MediaStreamInterface> local_stream =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002492 pc_->local_streams()->at(0);
2493
2494 pc_->Close();
2495
2496 pc_->RemoveStream(local_stream);
perkj@webrtc.orgc2dd5ee2014-11-04 11:31:29 +00002497 EXPECT_FALSE(pc_->AddStream(local_stream));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002498
2499 ASSERT_FALSE(local_stream->GetAudioTracks().empty());
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002500 rtc::scoped_refptr<webrtc::DtmfSenderInterface> dtmf_sender(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002501 pc_->CreateDtmfSender(local_stream->GetAudioTracks()[0]));
wu@webrtc.org66037362013-08-13 00:09:35 +00002502 EXPECT_TRUE(NULL == dtmf_sender); // local stream has been removed.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002503
2504 EXPECT_TRUE(pc_->CreateDataChannel("test", NULL) == NULL);
2505
2506 EXPECT_TRUE(pc_->local_description() != NULL);
2507 EXPECT_TRUE(pc_->remote_description() != NULL);
2508
kwibergd1fe2812016-04-27 06:47:29 -07002509 std::unique_ptr<SessionDescriptionInterface> offer;
Steve Anton8d3444d2017-10-20 15:30:51 -07002510 EXPECT_FALSE(DoCreateOffer(&offer, nullptr));
kwibergd1fe2812016-04-27 06:47:29 -07002511 std::unique_ptr<SessionDescriptionInterface> answer;
Steve Anton8d3444d2017-10-20 15:30:51 -07002512 EXPECT_FALSE(DoCreateAnswer(&answer, nullptr));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002513
2514 std::string sdp;
2515 ASSERT_TRUE(pc_->remote_description()->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002516 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08002517 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002518 EXPECT_FALSE(DoSetRemoteDescription(std::move(remote_offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002519
2520 ASSERT_TRUE(pc_->local_description()->ToString(&sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002521 std::unique_ptr<SessionDescriptionInterface> local_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08002522 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07002523 EXPECT_FALSE(DoSetLocalDescription(std::move(local_offer)));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002524}
2525
2526// Test that GetStats can still be called after PeerConnection::Close.
2527TEST_F(PeerConnectionInterfaceTest, CloseAndGetStats) {
2528 InitiateCall();
2529 pc_->Close();
2530 DoGetStats(NULL);
2531}
deadbeefab9b2d12015-10-14 11:33:11 -07002532
2533// NOTE: The series of tests below come from what used to be
2534// mediastreamsignaling_unittest.cc, and are mostly aimed at testing that
2535// setting a remote or local description has the expected effects.
2536
2537// This test verifies that the remote MediaStreams corresponding to a received
2538// SDP string is created. In this test the two separate MediaStreams are
2539// signaled.
2540TEST_F(PeerConnectionInterfaceTest, UpdateRemoteStreams) {
2541 FakeConstraints constraints;
2542 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2543 true);
2544 CreatePeerConnection(&constraints);
2545 CreateAndSetRemoteOffer(kSdpStringWithStream1);
2546
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002547 rtc::scoped_refptr<StreamCollection> reference(CreateStreamCollection(1, 1));
deadbeefab9b2d12015-10-14 11:33:11 -07002548 EXPECT_TRUE(
2549 CompareStreamCollections(observer_.remote_streams(), reference.get()));
2550 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2551 EXPECT_TRUE(remote_stream->GetVideoTracks()[0]->GetSource() != nullptr);
2552
2553 // Create a session description based on another SDP with another
2554 // MediaStream.
2555 CreateAndSetRemoteOffer(kSdpStringWithStream1And2);
2556
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002557 rtc::scoped_refptr<StreamCollection> reference2(CreateStreamCollection(2, 1));
deadbeefab9b2d12015-10-14 11:33:11 -07002558 EXPECT_TRUE(
2559 CompareStreamCollections(observer_.remote_streams(), reference2.get()));
2560}
2561
2562// This test verifies that when remote tracks are added/removed from SDP, the
2563// created remote streams are updated appropriately.
2564TEST_F(PeerConnectionInterfaceTest,
2565 AddRemoveTrackFromExistingRemoteMediaStream) {
2566 FakeConstraints constraints;
2567 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2568 true);
2569 CreatePeerConnection(&constraints);
kwibergd1fe2812016-04-27 06:47:29 -07002570 std::unique_ptr<SessionDescriptionInterface> desc_ms1 =
kwiberg2bbff992016-03-16 11:03:04 -07002571 CreateSessionDescriptionAndReference(1, 1);
Steve Antondb45ca82017-09-11 18:27:34 -07002572 EXPECT_TRUE(DoSetRemoteDescription(std::move(desc_ms1)));
deadbeefab9b2d12015-10-14 11:33:11 -07002573 EXPECT_TRUE(CompareStreamCollections(observer_.remote_streams(),
2574 reference_collection_));
2575
2576 // Add extra audio and video tracks to the same MediaStream.
kwibergd1fe2812016-04-27 06:47:29 -07002577 std::unique_ptr<SessionDescriptionInterface> desc_ms1_two_tracks =
kwiberg2bbff992016-03-16 11:03:04 -07002578 CreateSessionDescriptionAndReference(2, 2);
Steve Antondb45ca82017-09-11 18:27:34 -07002579 EXPECT_TRUE(DoSetRemoteDescription(std::move(desc_ms1_two_tracks)));
deadbeefab9b2d12015-10-14 11:33:11 -07002580 EXPECT_TRUE(CompareStreamCollections(observer_.remote_streams(),
2581 reference_collection_));
zhihuang9763d562016-08-05 11:14:50 -07002582 rtc::scoped_refptr<AudioTrackInterface> audio_track2 =
perkjd61bf802016-03-24 03:16:19 -07002583 observer_.remote_streams()->at(0)->GetAudioTracks()[1];
2584 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kLive, audio_track2->state());
zhihuang9763d562016-08-05 11:14:50 -07002585 rtc::scoped_refptr<VideoTrackInterface> video_track2 =
perkjd61bf802016-03-24 03:16:19 -07002586 observer_.remote_streams()->at(0)->GetVideoTracks()[1];
2587 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kLive, video_track2->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002588
2589 // Remove the extra audio and video tracks.
kwibergd1fe2812016-04-27 06:47:29 -07002590 std::unique_ptr<SessionDescriptionInterface> desc_ms2 =
kwiberg2bbff992016-03-16 11:03:04 -07002591 CreateSessionDescriptionAndReference(1, 1);
perkjd61bf802016-03-24 03:16:19 -07002592 MockTrackObserver audio_track_observer(audio_track2);
2593 MockTrackObserver video_track_observer(video_track2);
2594
2595 EXPECT_CALL(audio_track_observer, OnChanged()).Times(Exactly(1));
2596 EXPECT_CALL(video_track_observer, OnChanged()).Times(Exactly(1));
Steve Antondb45ca82017-09-11 18:27:34 -07002597 EXPECT_TRUE(DoSetRemoteDescription(std::move(desc_ms2)));
deadbeefab9b2d12015-10-14 11:33:11 -07002598 EXPECT_TRUE(CompareStreamCollections(observer_.remote_streams(),
2599 reference_collection_));
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002600 // Track state may be updated asynchronously.
perkjd61bf802016-03-24 03:16:19 -07002601 EXPECT_EQ_WAIT(webrtc::MediaStreamTrackInterface::kEnded,
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002602 audio_track2->state(), kTimeout);
2603 EXPECT_EQ_WAIT(webrtc::MediaStreamTrackInterface::kEnded,
2604 video_track2->state(), kTimeout);
deadbeefab9b2d12015-10-14 11:33:11 -07002605}
2606
2607// This tests that remote tracks are ended if a local session description is set
2608// that rejects the media content type.
2609TEST_F(PeerConnectionInterfaceTest, RejectMediaContent) {
2610 FakeConstraints constraints;
2611 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2612 true);
2613 CreatePeerConnection(&constraints);
2614 // First create and set a remote offer, then reject its video content in our
2615 // answer.
2616 CreateAndSetRemoteOffer(kSdpStringWithStream1);
2617 ASSERT_EQ(1u, observer_.remote_streams()->count());
2618 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2619 ASSERT_EQ(1u, remote_stream->GetVideoTracks().size());
2620 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
2621
2622 rtc::scoped_refptr<webrtc::VideoTrackInterface> remote_video =
2623 remote_stream->GetVideoTracks()[0];
2624 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kLive, remote_video->state());
2625 rtc::scoped_refptr<webrtc::AudioTrackInterface> remote_audio =
2626 remote_stream->GetAudioTracks()[0];
2627 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kLive, remote_audio->state());
2628
kwibergd1fe2812016-04-27 06:47:29 -07002629 std::unique_ptr<SessionDescriptionInterface> local_answer;
kwiberg2bbff992016-03-16 11:03:04 -07002630 EXPECT_TRUE(DoCreateAnswer(&local_answer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07002631 cricket::ContentInfo* video_info =
2632 local_answer->description()->GetContentByName("video");
2633 video_info->rejected = true;
Steve Antondb45ca82017-09-11 18:27:34 -07002634 EXPECT_TRUE(DoSetLocalDescription(std::move(local_answer)));
deadbeefab9b2d12015-10-14 11:33:11 -07002635 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kEnded, remote_video->state());
2636 EXPECT_EQ(webrtc::MediaStreamTrackInterface::kLive, remote_audio->state());
2637
2638 // Now create an offer where we reject both video and audio.
kwibergd1fe2812016-04-27 06:47:29 -07002639 std::unique_ptr<SessionDescriptionInterface> local_offer;
kwiberg2bbff992016-03-16 11:03:04 -07002640 EXPECT_TRUE(DoCreateOffer(&local_offer, nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07002641 video_info = local_offer->description()->GetContentByName("video");
2642 ASSERT_TRUE(video_info != nullptr);
2643 video_info->rejected = true;
2644 cricket::ContentInfo* audio_info =
2645 local_offer->description()->GetContentByName("audio");
2646 ASSERT_TRUE(audio_info != nullptr);
2647 audio_info->rejected = true;
Steve Antondb45ca82017-09-11 18:27:34 -07002648 EXPECT_TRUE(DoSetLocalDescription(std::move(local_offer)));
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002649 // Track state may be updated asynchronously.
perkjd61bf802016-03-24 03:16:19 -07002650 EXPECT_EQ_WAIT(webrtc::MediaStreamTrackInterface::kEnded,
Taylor Brandstetterd45b95c2016-03-29 13:16:52 -07002651 remote_audio->state(), kTimeout);
2652 EXPECT_EQ_WAIT(webrtc::MediaStreamTrackInterface::kEnded,
2653 remote_video->state(), kTimeout);
deadbeefab9b2d12015-10-14 11:33:11 -07002654}
2655
2656// This tests that we won't crash if the remote track has been removed outside
2657// of PeerConnection and then PeerConnection tries to reject the track.
2658TEST_F(PeerConnectionInterfaceTest, RemoveTrackThenRejectMediaContent) {
2659 FakeConstraints constraints;
2660 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2661 true);
2662 CreatePeerConnection(&constraints);
2663 CreateAndSetRemoteOffer(kSdpStringWithStream1);
2664 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2665 remote_stream->RemoveTrack(remote_stream->GetVideoTracks()[0]);
2666 remote_stream->RemoveTrack(remote_stream->GetAudioTracks()[0]);
2667
kwibergd1fe2812016-04-27 06:47:29 -07002668 std::unique_ptr<SessionDescriptionInterface> local_answer(
Steve Antona3a92c22017-12-07 10:27:41 -08002669 webrtc::CreateSessionDescription(SdpType::kAnswer, kSdpStringWithStream1,
2670 nullptr));
deadbeefab9b2d12015-10-14 11:33:11 -07002671 cricket::ContentInfo* video_info =
2672 local_answer->description()->GetContentByName("video");
2673 video_info->rejected = true;
2674 cricket::ContentInfo* audio_info =
2675 local_answer->description()->GetContentByName("audio");
2676 audio_info->rejected = true;
Steve Antondb45ca82017-09-11 18:27:34 -07002677 EXPECT_TRUE(DoSetLocalDescription(std::move(local_answer)));
deadbeefab9b2d12015-10-14 11:33:11 -07002678
2679 // No crash is a pass.
2680}
2681
deadbeef5e97fb52015-10-15 12:49:08 -07002682// This tests that if a recvonly remote description is set, no remote streams
2683// will be created, even if the description contains SSRCs/MSIDs.
2684// See: https://code.google.com/p/webrtc/issues/detail?id=5054
2685TEST_F(PeerConnectionInterfaceTest, RecvonlyDescriptionDoesntCreateStream) {
2686 FakeConstraints constraints;
2687 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2688 true);
2689 CreatePeerConnection(&constraints);
2690
2691 std::string recvonly_offer = kSdpStringWithStream1;
2692 rtc::replace_substrs(kSendrecv, strlen(kSendrecv), kRecvonly,
2693 strlen(kRecvonly), &recvonly_offer);
2694 CreateAndSetRemoteOffer(recvonly_offer);
2695
2696 EXPECT_EQ(0u, observer_.remote_streams()->count());
2697}
2698
deadbeefab9b2d12015-10-14 11:33:11 -07002699// This tests that a default MediaStream is created if a remote session
2700// description doesn't contain any streams and no MSID support.
2701// It also tests that the default stream is updated if a video m-line is added
2702// in a subsequent session description.
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002703TEST_F(PeerConnectionInterfaceTest, SdpWithoutMsidCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002704 FakeConstraints constraints;
2705 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2706 true);
2707 CreatePeerConnection(&constraints);
2708 CreateAndSetRemoteOffer(kSdpStringWithoutStreamsAudioOnly);
2709
2710 ASSERT_EQ(1u, observer_.remote_streams()->count());
2711 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2712
2713 EXPECT_EQ(1u, remote_stream->GetAudioTracks().size());
2714 EXPECT_EQ(0u, remote_stream->GetVideoTracks().size());
2715 EXPECT_EQ("default", remote_stream->label());
2716
2717 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
2718 ASSERT_EQ(1u, observer_.remote_streams()->count());
2719 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
2720 EXPECT_EQ("defaulta0", remote_stream->GetAudioTracks()[0]->id());
deadbeef884f5852016-01-15 09:20:04 -08002721 EXPECT_EQ(MediaStreamTrackInterface::kLive,
2722 remote_stream->GetAudioTracks()[0]->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002723 ASSERT_EQ(1u, remote_stream->GetVideoTracks().size());
2724 EXPECT_EQ("defaultv0", remote_stream->GetVideoTracks()[0]->id());
deadbeef884f5852016-01-15 09:20:04 -08002725 EXPECT_EQ(MediaStreamTrackInterface::kLive,
2726 remote_stream->GetVideoTracks()[0]->state());
deadbeefab9b2d12015-10-14 11:33:11 -07002727}
2728
2729// This tests that a default MediaStream is created if a remote session
2730// description doesn't contain any streams and media direction is send only.
2731TEST_F(PeerConnectionInterfaceTest,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002732 SendOnlySdpWithoutMsidCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002733 FakeConstraints constraints;
2734 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2735 true);
2736 CreatePeerConnection(&constraints);
2737 CreateAndSetRemoteOffer(kSdpStringSendOnlyWithoutStreams);
2738
2739 ASSERT_EQ(1u, observer_.remote_streams()->count());
2740 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2741
2742 EXPECT_EQ(1u, remote_stream->GetAudioTracks().size());
2743 EXPECT_EQ(1u, remote_stream->GetVideoTracks().size());
2744 EXPECT_EQ("default", remote_stream->label());
2745}
2746
2747// This tests that it won't crash when PeerConnection tries to remove
2748// a remote track that as already been removed from the MediaStream.
2749TEST_F(PeerConnectionInterfaceTest, RemoveAlreadyGoneRemoteStream) {
2750 FakeConstraints constraints;
2751 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2752 true);
2753 CreatePeerConnection(&constraints);
2754 CreateAndSetRemoteOffer(kSdpStringWithStream1);
2755 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2756 remote_stream->RemoveTrack(remote_stream->GetAudioTracks()[0]);
2757 remote_stream->RemoveTrack(remote_stream->GetVideoTracks()[0]);
2758
2759 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
2760
2761 // No crash is a pass.
2762}
2763
2764// This tests that a default MediaStream is created if the remote session
2765// description doesn't contain any streams and don't contain an indication if
2766// MSID is supported.
2767TEST_F(PeerConnectionInterfaceTest,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002768 SdpWithoutMsidAndStreamsCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002769 FakeConstraints constraints;
2770 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2771 true);
2772 CreatePeerConnection(&constraints);
2773 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
2774
2775 ASSERT_EQ(1u, observer_.remote_streams()->count());
2776 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2777 EXPECT_EQ(1u, remote_stream->GetAudioTracks().size());
2778 EXPECT_EQ(1u, remote_stream->GetVideoTracks().size());
2779}
2780
2781// This tests that a default MediaStream is not created if the remote session
2782// description doesn't contain any streams but does support MSID.
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002783TEST_F(PeerConnectionInterfaceTest, SdpWithMsidDontCreatesDefaultStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002784 FakeConstraints constraints;
2785 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2786 true);
2787 CreatePeerConnection(&constraints);
2788 CreateAndSetRemoteOffer(kSdpStringWithMsidWithoutStreams);
2789 EXPECT_EQ(0u, observer_.remote_streams()->count());
2790}
2791
deadbeefbda7e0b2015-12-08 17:13:40 -08002792// This tests that when setting a new description, the old default tracks are
2793// not destroyed and recreated.
2794// See: https://bugs.chromium.org/p/webrtc/issues/detail?id=5250
Stefan Holmer102362b2016-03-18 09:39:07 +01002795TEST_F(PeerConnectionInterfaceTest,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002796 DefaultTracksNotDestroyedAndRecreated) {
deadbeefbda7e0b2015-12-08 17:13:40 -08002797 FakeConstraints constraints;
2798 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2799 true);
2800 CreatePeerConnection(&constraints);
2801 CreateAndSetRemoteOffer(kSdpStringWithoutStreamsAudioOnly);
2802
2803 ASSERT_EQ(1u, observer_.remote_streams()->count());
2804 MediaStreamInterface* remote_stream = observer_.remote_streams()->at(0);
2805 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
2806
2807 // Set the track to "disabled", then set a new description and ensure the
2808 // track is still disabled, which ensures it hasn't been recreated.
2809 remote_stream->GetAudioTracks()[0]->set_enabled(false);
2810 CreateAndSetRemoteOffer(kSdpStringWithoutStreamsAudioOnly);
2811 ASSERT_EQ(1u, remote_stream->GetAudioTracks().size());
2812 EXPECT_FALSE(remote_stream->GetAudioTracks()[0]->enabled());
2813}
2814
deadbeefab9b2d12015-10-14 11:33:11 -07002815// This tests that a default MediaStream is not created if a remote session
2816// description is updated to not have any MediaStreams.
2817TEST_F(PeerConnectionInterfaceTest, VerifyDefaultStreamIsNotCreated) {
2818 FakeConstraints constraints;
2819 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2820 true);
2821 CreatePeerConnection(&constraints);
2822 CreateAndSetRemoteOffer(kSdpStringWithStream1);
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002823 rtc::scoped_refptr<StreamCollection> reference(CreateStreamCollection(1, 1));
deadbeefab9b2d12015-10-14 11:33:11 -07002824 EXPECT_TRUE(
2825 CompareStreamCollections(observer_.remote_streams(), reference.get()));
2826
2827 CreateAndSetRemoteOffer(kSdpStringWithoutStreams);
2828 EXPECT_EQ(0u, observer_.remote_streams()->count());
2829}
2830
2831// This tests that an RtpSender is created when the local description is set
2832// after adding a local stream.
2833// TODO(deadbeef): This test and the one below it need to be updated when
2834// an RtpSender's lifetime isn't determined by when a local description is set.
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002835TEST_F(PeerConnectionInterfaceTest, LocalDescriptionChanged) {
deadbeefab9b2d12015-10-14 11:33:11 -07002836 FakeConstraints constraints;
2837 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2838 true);
2839 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07002840
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002841 // Create an offer with 1 stream with 2 tracks of each type.
2842 rtc::scoped_refptr<StreamCollection> stream_collection =
2843 CreateStreamCollection(1, 2);
2844 pc_->AddStream(stream_collection->at(0));
2845 std::unique_ptr<SessionDescriptionInterface> offer;
2846 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07002847 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07002848
deadbeefab9b2d12015-10-14 11:33:11 -07002849 auto senders = pc_->GetSenders();
2850 EXPECT_EQ(4u, senders.size());
2851 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
2852 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
2853 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[1]));
2854 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[1]));
2855
2856 // Remove an audio and video track.
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002857 pc_->RemoveStream(stream_collection->at(0));
2858 stream_collection = CreateStreamCollection(1, 1);
2859 pc_->AddStream(stream_collection->at(0));
2860 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07002861 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002862
deadbeefab9b2d12015-10-14 11:33:11 -07002863 senders = pc_->GetSenders();
2864 EXPECT_EQ(2u, senders.size());
2865 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
2866 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
2867 EXPECT_FALSE(ContainsSender(senders, kAudioTracks[1]));
2868 EXPECT_FALSE(ContainsSender(senders, kVideoTracks[1]));
2869}
2870
2871// This tests that an RtpSender is created when the local description is set
2872// before adding a local stream.
2873TEST_F(PeerConnectionInterfaceTest,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002874 AddLocalStreamAfterLocalDescriptionChanged) {
deadbeefab9b2d12015-10-14 11:33:11 -07002875 FakeConstraints constraints;
2876 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2877 true);
2878 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07002879
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002880 rtc::scoped_refptr<StreamCollection> stream_collection =
2881 CreateStreamCollection(1, 2);
2882 // Add a stream to create the offer, but remove it afterwards.
2883 pc_->AddStream(stream_collection->at(0));
2884 std::unique_ptr<SessionDescriptionInterface> offer;
2885 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
2886 pc_->RemoveStream(stream_collection->at(0));
deadbeefab9b2d12015-10-14 11:33:11 -07002887
Steve Antondb45ca82017-09-11 18:27:34 -07002888 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07002889 auto senders = pc_->GetSenders();
2890 EXPECT_EQ(0u, senders.size());
2891
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002892 pc_->AddStream(stream_collection->at(0));
deadbeefab9b2d12015-10-14 11:33:11 -07002893 senders = pc_->GetSenders();
2894 EXPECT_EQ(4u, senders.size());
2895 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
2896 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
2897 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[1]));
2898 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[1]));
2899}
2900
2901// This tests that the expected behavior occurs if the SSRC on a local track is
2902// changed when SetLocalDescription is called.
2903TEST_F(PeerConnectionInterfaceTest,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002904 ChangeSsrcOnTrackInLocalSessionDescription) {
deadbeefab9b2d12015-10-14 11:33:11 -07002905 FakeConstraints constraints;
2906 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2907 true);
2908 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07002909
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002910 rtc::scoped_refptr<StreamCollection> stream_collection =
2911 CreateStreamCollection(2, 1);
2912 pc_->AddStream(stream_collection->at(0));
2913 std::unique_ptr<SessionDescriptionInterface> offer;
2914 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
2915 // Grab a copy of the offer before it gets passed into the PC.
Steve Antona3a92c22017-12-07 10:27:41 -08002916 auto modified_offer =
2917 rtc::MakeUnique<webrtc::JsepSessionDescription>(webrtc::SdpType::kOffer);
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002918 modified_offer->Initialize(offer->description()->Copy(), offer->session_id(),
2919 offer->session_version());
Steve Antondb45ca82017-09-11 18:27:34 -07002920 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07002921
deadbeefab9b2d12015-10-14 11:33:11 -07002922 auto senders = pc_->GetSenders();
2923 EXPECT_EQ(2u, senders.size());
2924 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
2925 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
2926
2927 // Change the ssrc of the audio and video track.
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002928 cricket::MediaContentDescription* desc =
2929 cricket::GetFirstAudioContentDescription(modified_offer->description());
2930 ASSERT_TRUE(desc != NULL);
2931 for (StreamParams& stream : desc->mutable_streams()) {
2932 for (unsigned int& ssrc : stream.ssrcs) {
2933 ++ssrc;
2934 }
2935 }
deadbeefab9b2d12015-10-14 11:33:11 -07002936
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002937 desc =
2938 cricket::GetFirstVideoContentDescription(modified_offer->description());
2939 ASSERT_TRUE(desc != NULL);
2940 for (StreamParams& stream : desc->mutable_streams()) {
2941 for (unsigned int& ssrc : stream.ssrcs) {
2942 ++ssrc;
2943 }
2944 }
2945
Steve Antondb45ca82017-09-11 18:27:34 -07002946 EXPECT_TRUE(DoSetLocalDescription(std::move(modified_offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07002947 senders = pc_->GetSenders();
2948 EXPECT_EQ(2u, senders.size());
2949 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0]));
2950 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0]));
2951 // TODO(deadbeef): Once RtpSenders expose parameters, check that the SSRC
2952 // changed.
2953}
2954
2955// This tests that the expected behavior occurs if a new session description is
2956// set with the same tracks, but on a different MediaStream.
Stefan Holmer55d6e7c2016-03-17 16:26:40 +01002957TEST_F(PeerConnectionInterfaceTest,
Taylor Brandstetter7ff17372016-04-01 11:50:39 -07002958 SignalSameTracksInSeparateMediaStream) {
deadbeefab9b2d12015-10-14 11:33:11 -07002959 FakeConstraints constraints;
2960 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2961 true);
2962 CreatePeerConnection(&constraints);
deadbeefab9b2d12015-10-14 11:33:11 -07002963
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002964 rtc::scoped_refptr<StreamCollection> stream_collection =
2965 CreateStreamCollection(2, 1);
2966 pc_->AddStream(stream_collection->at(0));
2967 std::unique_ptr<SessionDescriptionInterface> offer;
2968 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07002969 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07002970
deadbeefab9b2d12015-10-14 11:33:11 -07002971 auto senders = pc_->GetSenders();
2972 EXPECT_EQ(2u, senders.size());
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002973 EXPECT_TRUE(ContainsSender(senders, kAudioTracks[0], kStreams[0]));
2974 EXPECT_TRUE(ContainsSender(senders, kVideoTracks[0], kStreams[0]));
deadbeefab9b2d12015-10-14 11:33:11 -07002975
2976 // Add a new MediaStream but with the same tracks as in the first stream.
2977 rtc::scoped_refptr<webrtc::MediaStreamInterface> stream_1(
2978 webrtc::MediaStream::Create(kStreams[1]));
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002979 stream_1->AddTrack(stream_collection->at(0)->GetVideoTracks()[0]);
2980 stream_1->AddTrack(stream_collection->at(0)->GetAudioTracks()[0]);
deadbeefab9b2d12015-10-14 11:33:11 -07002981 pc_->AddStream(stream_1);
2982
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002983 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07002984 EXPECT_TRUE(DoSetLocalDescription(std::move(offer)));
deadbeefab9b2d12015-10-14 11:33:11 -07002985
Taylor Brandstetterdc4eb8c2016-05-12 08:14:50 -07002986 auto new_senders = pc_->GetSenders();
2987 // Should be the same senders as before, but with updated stream id.
2988 // Note that this behavior is subject to change in the future.
2989 // We may decide the PC should ignore existing tracks in AddStream.
2990 EXPECT_EQ(senders, new_senders);
2991 EXPECT_TRUE(ContainsSender(new_senders, kAudioTracks[0], kStreams[1]));
2992 EXPECT_TRUE(ContainsSender(new_senders, kVideoTracks[0], kStreams[1]));
deadbeefab9b2d12015-10-14 11:33:11 -07002993}
2994
zhihuang81c3a032016-11-17 12:06:24 -08002995// This tests that PeerConnectionObserver::OnAddTrack is correctly called.
2996TEST_F(PeerConnectionInterfaceTest, OnAddTrackCallback) {
2997 FakeConstraints constraints;
2998 constraints.AddMandatory(webrtc::MediaConstraintsInterface::kEnableDtlsSrtp,
2999 true);
3000 CreatePeerConnection(&constraints);
3001 CreateAndSetRemoteOffer(kSdpStringWithStream1AudioTrackOnly);
3002 EXPECT_EQ(observer_.num_added_tracks_, 1);
3003 EXPECT_EQ(observer_.last_added_track_label_, kAudioTracks[0]);
3004
3005 // Create and set the updated remote SDP.
3006 CreateAndSetRemoteOffer(kSdpStringWithStream1);
3007 EXPECT_EQ(observer_.num_added_tracks_, 2);
3008 EXPECT_EQ(observer_.last_added_track_label_, kVideoTracks[0]);
3009}
3010
deadbeefd1a38b52016-12-10 13:15:33 -08003011// Test that when SetConfiguration is called and the configuration is
3012// changing, the next offer causes an ICE restart.
3013TEST_F(PeerConnectionInterfaceTest, SetConfigurationCausingIceRetart) {
3014 PeerConnectionInterface::RTCConfiguration config;
3015 config.type = PeerConnectionInterface::kRelay;
3016 // Need to pass default constraints to prevent disabling of DTLS...
3017 FakeConstraints default_constraints;
3018 CreatePeerConnection(config, &default_constraints);
3019 AddAudioVideoStream(kStreamLabel1, "audio_label", "video_label");
3020
3021 // Do initial offer/answer so there's something to restart.
3022 CreateOfferAsLocalDescription();
3023 CreateAnswerAsRemoteDescription(kSdpStringWithStream1);
3024
3025 // Grab the ufrags.
3026 std::vector<std::string> initial_ufrags = GetUfrags(pc_->local_description());
3027
3028 // Change ICE policy, which should trigger an ICE restart on the next offer.
3029 config.type = PeerConnectionInterface::kAll;
3030 EXPECT_TRUE(pc_->SetConfiguration(config));
3031 CreateOfferAsLocalDescription();
3032
3033 // Grab the new ufrags.
3034 std::vector<std::string> subsequent_ufrags =
3035 GetUfrags(pc_->local_description());
3036
3037 // Sanity check.
3038 EXPECT_EQ(initial_ufrags.size(), subsequent_ufrags.size());
3039 // Check that each ufrag is different.
3040 for (int i = 0; i < static_cast<int>(initial_ufrags.size()); ++i) {
3041 EXPECT_NE(initial_ufrags[i], subsequent_ufrags[i]);
3042 }
3043}
3044
3045// Test that when SetConfiguration is called and the configuration *isn't*
3046// changing, the next offer does *not* cause an ICE restart.
3047TEST_F(PeerConnectionInterfaceTest, SetConfigurationNotCausingIceRetart) {
3048 PeerConnectionInterface::RTCConfiguration config;
3049 config.type = PeerConnectionInterface::kRelay;
3050 // Need to pass default constraints to prevent disabling of DTLS...
3051 FakeConstraints default_constraints;
3052 CreatePeerConnection(config, &default_constraints);
3053 AddAudioVideoStream(kStreamLabel1, "audio_label", "video_label");
3054
3055 // Do initial offer/answer so there's something to restart.
3056 CreateOfferAsLocalDescription();
3057 CreateAnswerAsRemoteDescription(kSdpStringWithStream1);
3058
3059 // Grab the ufrags.
3060 std::vector<std::string> initial_ufrags = GetUfrags(pc_->local_description());
3061
3062 // Call SetConfiguration with a config identical to what the PC was
3063 // constructed with.
3064 EXPECT_TRUE(pc_->SetConfiguration(config));
3065 CreateOfferAsLocalDescription();
3066
3067 // Grab the new ufrags.
3068 std::vector<std::string> subsequent_ufrags =
3069 GetUfrags(pc_->local_description());
3070
3071 EXPECT_EQ(initial_ufrags, subsequent_ufrags);
3072}
3073
3074// Test for a weird corner case scenario:
3075// 1. Audio/video session established.
3076// 2. SetConfiguration changes ICE config; ICE restart needed.
3077// 3. ICE restart initiated by remote peer, but only for one m= section.
3078// 4. Next createOffer should initiate an ICE restart, but only for the other
3079// m= section; it would be pointless to do an ICE restart for the m= section
3080// that was already restarted.
3081TEST_F(PeerConnectionInterfaceTest, SetConfigurationCausingPartialIceRestart) {
3082 PeerConnectionInterface::RTCConfiguration config;
3083 config.type = PeerConnectionInterface::kRelay;
3084 // Need to pass default constraints to prevent disabling of DTLS...
3085 FakeConstraints default_constraints;
3086 CreatePeerConnection(config, &default_constraints);
3087 AddAudioVideoStream(kStreamLabel1, "audio_label", "video_label");
3088
3089 // Do initial offer/answer so there's something to restart.
3090 CreateOfferAsLocalDescription();
3091 CreateAnswerAsRemoteDescription(kSdpStringWithStream1);
3092
3093 // Change ICE policy, which should set the "needs-ice-restart" flag.
3094 config.type = PeerConnectionInterface::kAll;
3095 EXPECT_TRUE(pc_->SetConfiguration(config));
3096
3097 // Do ICE restart for the first m= section, initiated by remote peer.
Steve Antondb45ca82017-09-11 18:27:34 -07003098 std::unique_ptr<webrtc::SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08003099 webrtc::CreateSessionDescription(SdpType::kOffer, kSdpStringWithStream1,
3100 nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003101 ASSERT_TRUE(remote_offer);
deadbeefd1a38b52016-12-10 13:15:33 -08003102 remote_offer->description()->transport_infos()[0].description.ice_ufrag =
3103 "modified";
Steve Antondb45ca82017-09-11 18:27:34 -07003104 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
deadbeefd1a38b52016-12-10 13:15:33 -08003105 CreateAnswerAsLocalDescription();
3106
3107 // Grab the ufrags.
3108 std::vector<std::string> initial_ufrags = GetUfrags(pc_->local_description());
3109 ASSERT_EQ(2, initial_ufrags.size());
3110
3111 // Create offer and grab the new ufrags.
3112 CreateOfferAsLocalDescription();
3113 std::vector<std::string> subsequent_ufrags =
3114 GetUfrags(pc_->local_description());
3115 ASSERT_EQ(2, subsequent_ufrags.size());
3116
3117 // Ensure that only the ufrag for the second m= section changed.
3118 EXPECT_EQ(initial_ufrags[0], subsequent_ufrags[0]);
3119 EXPECT_NE(initial_ufrags[1], subsequent_ufrags[1]);
3120}
3121
deadbeeffe4a8a42016-12-20 17:56:17 -08003122// Tests that the methods to return current/pending descriptions work as
3123// expected at different points in the offer/answer exchange. This test does
3124// one offer/answer exchange as the offerer, then another as the answerer.
3125TEST_F(PeerConnectionInterfaceTest, CurrentAndPendingDescriptions) {
3126 // This disables DTLS so we can apply an answer to ourselves.
3127 CreatePeerConnection();
3128
3129 // Create initial local offer and get SDP (which will also be used as
3130 // answer/pranswer);
Steve Antondb45ca82017-09-11 18:27:34 -07003131 std::unique_ptr<SessionDescriptionInterface> local_offer;
3132 ASSERT_TRUE(DoCreateOffer(&local_offer, nullptr));
deadbeeffe4a8a42016-12-20 17:56:17 -08003133 std::string sdp;
Steve Antondb45ca82017-09-11 18:27:34 -07003134 EXPECT_TRUE(local_offer->ToString(&sdp));
deadbeeffe4a8a42016-12-20 17:56:17 -08003135
3136 // Set local offer.
Steve Antondb45ca82017-09-11 18:27:34 -07003137 SessionDescriptionInterface* local_offer_ptr = local_offer.get();
3138 EXPECT_TRUE(DoSetLocalDescription(std::move(local_offer)));
3139 EXPECT_EQ(local_offer_ptr, pc_->pending_local_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003140 EXPECT_EQ(nullptr, pc_->pending_remote_description());
3141 EXPECT_EQ(nullptr, pc_->current_local_description());
3142 EXPECT_EQ(nullptr, pc_->current_remote_description());
3143
3144 // Set remote pranswer.
Steve Antondb45ca82017-09-11 18:27:34 -07003145 std::unique_ptr<SessionDescriptionInterface> remote_pranswer(
Steve Antona3a92c22017-12-07 10:27:41 -08003146 webrtc::CreateSessionDescription(SdpType::kPrAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003147 SessionDescriptionInterface* remote_pranswer_ptr = remote_pranswer.get();
3148 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_pranswer)));
3149 EXPECT_EQ(local_offer_ptr, pc_->pending_local_description());
3150 EXPECT_EQ(remote_pranswer_ptr, pc_->pending_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003151 EXPECT_EQ(nullptr, pc_->current_local_description());
3152 EXPECT_EQ(nullptr, pc_->current_remote_description());
3153
3154 // Set remote answer.
Steve Antondb45ca82017-09-11 18:27:34 -07003155 std::unique_ptr<SessionDescriptionInterface> remote_answer(
Steve Antona3a92c22017-12-07 10:27:41 -08003156 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003157 SessionDescriptionInterface* remote_answer_ptr = remote_answer.get();
3158 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_answer)));
deadbeeffe4a8a42016-12-20 17:56:17 -08003159 EXPECT_EQ(nullptr, pc_->pending_local_description());
3160 EXPECT_EQ(nullptr, pc_->pending_remote_description());
Steve Antondb45ca82017-09-11 18:27:34 -07003161 EXPECT_EQ(local_offer_ptr, pc_->current_local_description());
3162 EXPECT_EQ(remote_answer_ptr, pc_->current_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003163
3164 // Set remote offer.
Steve Antondb45ca82017-09-11 18:27:34 -07003165 std::unique_ptr<SessionDescriptionInterface> remote_offer(
Steve Antona3a92c22017-12-07 10:27:41 -08003166 webrtc::CreateSessionDescription(SdpType::kOffer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003167 SessionDescriptionInterface* remote_offer_ptr = remote_offer.get();
3168 EXPECT_TRUE(DoSetRemoteDescription(std::move(remote_offer)));
3169 EXPECT_EQ(remote_offer_ptr, pc_->pending_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003170 EXPECT_EQ(nullptr, pc_->pending_local_description());
Steve Antondb45ca82017-09-11 18:27:34 -07003171 EXPECT_EQ(local_offer_ptr, pc_->current_local_description());
3172 EXPECT_EQ(remote_answer_ptr, pc_->current_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003173
3174 // Set local pranswer.
Steve Antondb45ca82017-09-11 18:27:34 -07003175 std::unique_ptr<SessionDescriptionInterface> local_pranswer(
Steve Antona3a92c22017-12-07 10:27:41 -08003176 webrtc::CreateSessionDescription(SdpType::kPrAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003177 SessionDescriptionInterface* local_pranswer_ptr = local_pranswer.get();
3178 EXPECT_TRUE(DoSetLocalDescription(std::move(local_pranswer)));
3179 EXPECT_EQ(remote_offer_ptr, pc_->pending_remote_description());
3180 EXPECT_EQ(local_pranswer_ptr, pc_->pending_local_description());
3181 EXPECT_EQ(local_offer_ptr, pc_->current_local_description());
3182 EXPECT_EQ(remote_answer_ptr, pc_->current_remote_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003183
3184 // Set local answer.
Steve Antondb45ca82017-09-11 18:27:34 -07003185 std::unique_ptr<SessionDescriptionInterface> local_answer(
Steve Antona3a92c22017-12-07 10:27:41 -08003186 webrtc::CreateSessionDescription(SdpType::kAnswer, sdp));
Steve Antondb45ca82017-09-11 18:27:34 -07003187 SessionDescriptionInterface* local_answer_ptr = local_answer.get();
3188 EXPECT_TRUE(DoSetLocalDescription(std::move(local_answer)));
deadbeeffe4a8a42016-12-20 17:56:17 -08003189 EXPECT_EQ(nullptr, pc_->pending_remote_description());
3190 EXPECT_EQ(nullptr, pc_->pending_local_description());
Steve Antondb45ca82017-09-11 18:27:34 -07003191 EXPECT_EQ(remote_offer_ptr, pc_->current_remote_description());
3192 EXPECT_EQ(local_answer_ptr, pc_->current_local_description());
deadbeeffe4a8a42016-12-20 17:56:17 -08003193}
3194
zhihuang77985012017-02-07 15:45:16 -08003195// Tests that it won't crash when calling StartRtcEventLog or StopRtcEventLog
3196// after the PeerConnection is closed.
Elad Alon99c3fe52017-10-13 16:29:40 +02003197// This version tests the StartRtcEventLog version that receives a file.
zhihuang77985012017-02-07 15:45:16 -08003198TEST_F(PeerConnectionInterfaceTest,
Elad Alon99c3fe52017-10-13 16:29:40 +02003199 StartAndStopLoggingToFileAfterPeerConnectionClosed) {
zhihuang77985012017-02-07 15:45:16 -08003200 CreatePeerConnection();
3201 // The RtcEventLog will be reset when the PeerConnection is closed.
3202 pc_->Close();
3203
Elad Alon9e6565b2017-10-11 16:04:13 +02003204 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info();
3205 std::string filename = webrtc::test::OutputPath() +
3206 test_info->test_case_name() + test_info->name();
3207 rtc::PlatformFile file = rtc::CreatePlatformFile(filename);
3208
3209 constexpr int64_t max_size_bytes = 1024;
3210
zhihuang77985012017-02-07 15:45:16 -08003211 EXPECT_FALSE(pc_->StartRtcEventLog(file, max_size_bytes));
3212 pc_->StopRtcEventLog();
Elad Alon9e6565b2017-10-11 16:04:13 +02003213
3214 // Cleanup.
3215 rtc::ClosePlatformFile(file);
3216 rtc::RemoveFile(filename);
zhihuang77985012017-02-07 15:45:16 -08003217}
3218
Elad Alon99c3fe52017-10-13 16:29:40 +02003219// Tests that it won't crash when calling StartRtcEventLog or StopRtcEventLog
3220// after the PeerConnection is closed.
3221// This version tests the StartRtcEventLog version that receives an object
3222// of type |RtcEventLogOutput|.
3223TEST_F(PeerConnectionInterfaceTest,
3224 StartAndStopLoggingToOutputAfterPeerConnectionClosed) {
3225 CreatePeerConnection();
3226 // The RtcEventLog will be reset when the PeerConnection is closed.
3227 pc_->Close();
3228
3229 rtc::PlatformFile file = 0;
3230 int64_t max_size_bytes = 1024;
3231 EXPECT_FALSE(pc_->StartRtcEventLog(
Bjorn Tereliusde939432017-11-20 17:38:14 +01003232 rtc::MakeUnique<webrtc::RtcEventLogOutputFile>(file, max_size_bytes),
3233 webrtc::RtcEventLog::kImmediateOutput));
Elad Alon99c3fe52017-10-13 16:29:40 +02003234 pc_->StopRtcEventLog();
3235}
3236
deadbeef30952b42017-04-21 02:41:29 -07003237// Test that generated offers/answers include "ice-option:trickle".
3238TEST_F(PeerConnectionInterfaceTest, OffersAndAnswersHaveTrickleIceOption) {
3239 CreatePeerConnection();
3240
3241 // First, create an offer with audio/video.
3242 FakeConstraints constraints;
3243 constraints.SetMandatoryReceiveAudio(true);
3244 constraints.SetMandatoryReceiveVideo(true);
3245 std::unique_ptr<SessionDescriptionInterface> offer;
3246 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
3247 cricket::SessionDescription* desc = offer->description();
3248 ASSERT_EQ(2u, desc->transport_infos().size());
3249 EXPECT_TRUE(desc->transport_infos()[0].description.HasOption("trickle"));
3250 EXPECT_TRUE(desc->transport_infos()[1].description.HasOption("trickle"));
3251
3252 // Apply the offer as a remote description, then create an answer.
Steve Antondb45ca82017-09-11 18:27:34 -07003253 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef30952b42017-04-21 02:41:29 -07003254 std::unique_ptr<SessionDescriptionInterface> answer;
3255 ASSERT_TRUE(DoCreateAnswer(&answer, &constraints));
3256 desc = answer->description();
3257 ASSERT_EQ(2u, desc->transport_infos().size());
3258 EXPECT_TRUE(desc->transport_infos()[0].description.HasOption("trickle"));
3259 EXPECT_TRUE(desc->transport_infos()[1].description.HasOption("trickle"));
3260}
3261
deadbeef1dcb1642017-03-29 21:08:16 -07003262// Test that ICE renomination isn't offered if it's not enabled in the PC's
3263// RTCConfiguration.
3264TEST_F(PeerConnectionInterfaceTest, IceRenominationNotOffered) {
3265 PeerConnectionInterface::RTCConfiguration config;
3266 config.enable_ice_renomination = false;
3267 CreatePeerConnection(config, nullptr);
3268 AddVoiceStream("foo");
3269
3270 std::unique_ptr<SessionDescriptionInterface> offer;
3271 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
3272 cricket::SessionDescription* desc = offer->description();
3273 EXPECT_EQ(1u, desc->transport_infos().size());
3274 EXPECT_FALSE(
3275 desc->transport_infos()[0].description.GetIceParameters().renomination);
3276}
3277
3278// Test that the ICE renomination option is present in generated offers/answers
3279// if it's enabled in the PC's RTCConfiguration.
3280TEST_F(PeerConnectionInterfaceTest, IceRenominationOptionInOfferAndAnswer) {
3281 PeerConnectionInterface::RTCConfiguration config;
3282 config.enable_ice_renomination = true;
3283 CreatePeerConnection(config, nullptr);
3284 AddVoiceStream("foo");
3285
3286 std::unique_ptr<SessionDescriptionInterface> offer;
3287 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
3288 cricket::SessionDescription* desc = offer->description();
3289 EXPECT_EQ(1u, desc->transport_infos().size());
3290 EXPECT_TRUE(
3291 desc->transport_infos()[0].description.GetIceParameters().renomination);
3292
3293 // Set the offer as a remote description, then create an answer and ensure it
3294 // has the renomination flag too.
Steve Antondb45ca82017-09-11 18:27:34 -07003295 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003296 std::unique_ptr<SessionDescriptionInterface> answer;
3297 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
3298 desc = answer->description();
3299 EXPECT_EQ(1u, desc->transport_infos().size());
3300 EXPECT_TRUE(
3301 desc->transport_infos()[0].description.GetIceParameters().renomination);
3302}
3303
3304// Test that if CreateOffer is called with the deprecated "offer to receive
3305// audio/video" constraints, they're processed and result in an offer with
3306// audio/video sections just as if RTCOfferAnswerOptions had been used.
3307TEST_F(PeerConnectionInterfaceTest, CreateOfferWithOfferToReceiveConstraints) {
3308 CreatePeerConnection();
3309
3310 FakeConstraints constraints;
3311 constraints.SetMandatoryReceiveAudio(true);
3312 constraints.SetMandatoryReceiveVideo(true);
3313 std::unique_ptr<SessionDescriptionInterface> offer;
3314 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
3315
3316 cricket::SessionDescription* desc = offer->description();
3317 const cricket::ContentInfo* audio = cricket::GetFirstAudioContent(desc);
3318 const cricket::ContentInfo* video = cricket::GetFirstVideoContent(desc);
3319 ASSERT_NE(nullptr, audio);
3320 ASSERT_NE(nullptr, video);
3321 EXPECT_FALSE(audio->rejected);
3322 EXPECT_FALSE(video->rejected);
3323}
3324
3325// Test that if CreateAnswer is called with the deprecated "offer to receive
3326// audio/video" constraints, they're processed and can be used to reject an
3327// offered m= section just as can be done with RTCOfferAnswerOptions;
3328TEST_F(PeerConnectionInterfaceTest, CreateAnswerWithOfferToReceiveConstraints) {
3329 CreatePeerConnection();
3330
3331 // First, create an offer with audio/video and apply it as a remote
3332 // description.
3333 FakeConstraints constraints;
3334 constraints.SetMandatoryReceiveAudio(true);
3335 constraints.SetMandatoryReceiveVideo(true);
3336 std::unique_ptr<SessionDescriptionInterface> offer;
3337 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
Steve Antondb45ca82017-09-11 18:27:34 -07003338 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003339
3340 // Now create answer that rejects audio/video.
3341 constraints.SetMandatoryReceiveAudio(false);
3342 constraints.SetMandatoryReceiveVideo(false);
3343 std::unique_ptr<SessionDescriptionInterface> answer;
3344 ASSERT_TRUE(DoCreateAnswer(&answer, &constraints));
3345
3346 cricket::SessionDescription* desc = answer->description();
3347 const cricket::ContentInfo* audio = cricket::GetFirstAudioContent(desc);
3348 const cricket::ContentInfo* video = cricket::GetFirstVideoContent(desc);
3349 ASSERT_NE(nullptr, audio);
3350 ASSERT_NE(nullptr, video);
3351 EXPECT_TRUE(audio->rejected);
3352 EXPECT_TRUE(video->rejected);
3353}
3354
3355#ifdef HAVE_SCTP
3356#define MAYBE_DataChannelOnlyOfferWithMaxBundlePolicy \
3357 DataChannelOnlyOfferWithMaxBundlePolicy
3358#else
3359#define MAYBE_DataChannelOnlyOfferWithMaxBundlePolicy \
3360 DISABLED_DataChannelOnlyOfferWithMaxBundlePolicy
3361#endif
3362
3363// Test that negotiation can succeed with a data channel only, and with the max
3364// bundle policy. Previously there was a bug that prevented this.
3365TEST_F(PeerConnectionInterfaceTest,
3366 MAYBE_DataChannelOnlyOfferWithMaxBundlePolicy) {
3367 PeerConnectionInterface::RTCConfiguration config;
3368 config.bundle_policy = PeerConnectionInterface::kBundlePolicyMaxBundle;
3369 CreatePeerConnection(config, nullptr);
3370
3371 // First, create an offer with only a data channel and apply it as a remote
3372 // description.
3373 pc_->CreateDataChannel("test", nullptr);
3374 std::unique_ptr<SessionDescriptionInterface> offer;
3375 ASSERT_TRUE(DoCreateOffer(&offer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003376 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003377
3378 // Create and set answer as well.
3379 std::unique_ptr<SessionDescriptionInterface> answer;
3380 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
Steve Antondb45ca82017-09-11 18:27:34 -07003381 EXPECT_TRUE(DoSetLocalDescription(std::move(answer)));
deadbeef1dcb1642017-03-29 21:08:16 -07003382}
3383
zstein4b979802017-06-02 14:37:37 -07003384TEST_F(PeerConnectionInterfaceTest, SetBitrateWithoutMinSucceeds) {
3385 CreatePeerConnection();
3386 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003387 bitrate.current_bitrate_bps = 100000;
zstein4b979802017-06-02 14:37:37 -07003388 EXPECT_TRUE(pc_->SetBitrate(bitrate).ok());
3389}
3390
3391TEST_F(PeerConnectionInterfaceTest, SetBitrateNegativeMinFails) {
3392 CreatePeerConnection();
3393 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003394 bitrate.min_bitrate_bps = -1;
zstein4b979802017-06-02 14:37:37 -07003395 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3396}
3397
3398TEST_F(PeerConnectionInterfaceTest, SetBitrateCurrentLessThanMinFails) {
3399 CreatePeerConnection();
3400 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003401 bitrate.min_bitrate_bps = 5;
3402 bitrate.current_bitrate_bps = 3;
zstein4b979802017-06-02 14:37:37 -07003403 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3404}
3405
3406TEST_F(PeerConnectionInterfaceTest, SetBitrateCurrentNegativeFails) {
3407 CreatePeerConnection();
3408 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003409 bitrate.current_bitrate_bps = -1;
zstein4b979802017-06-02 14:37:37 -07003410 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3411}
3412
3413TEST_F(PeerConnectionInterfaceTest, SetBitrateMaxLessThanCurrentFails) {
3414 CreatePeerConnection();
3415 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003416 bitrate.current_bitrate_bps = 10;
3417 bitrate.max_bitrate_bps = 8;
zstein4b979802017-06-02 14:37:37 -07003418 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3419}
3420
3421TEST_F(PeerConnectionInterfaceTest, SetBitrateMaxLessThanMinFails) {
3422 CreatePeerConnection();
3423 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003424 bitrate.min_bitrate_bps = 10;
3425 bitrate.max_bitrate_bps = 8;
zstein4b979802017-06-02 14:37:37 -07003426 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3427}
3428
3429TEST_F(PeerConnectionInterfaceTest, SetBitrateMaxNegativeFails) {
3430 CreatePeerConnection();
3431 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003432 bitrate.max_bitrate_bps = -1;
zstein4b979802017-06-02 14:37:37 -07003433 EXPECT_FALSE(pc_->SetBitrate(bitrate).ok());
3434}
3435
Steve Anton038834f2017-07-14 15:59:59 -07003436// ice_regather_interval_range requires WebRTC to be configured for continual
3437// gathering already.
3438TEST_F(PeerConnectionInterfaceTest,
3439 SetIceRegatherIntervalRangeWithoutContinualGatheringFails) {
3440 PeerConnectionInterface::RTCConfiguration config;
3441 config.ice_regather_interval_range.emplace(1000, 2000);
3442 config.continual_gathering_policy =
3443 PeerConnectionInterface::ContinualGatheringPolicy::GATHER_ONCE;
3444 CreatePeerConnectionExpectFail(config);
3445}
3446
3447// Ensures that there is no error when ice_regather_interval_range is set with
3448// continual gathering enabled.
3449TEST_F(PeerConnectionInterfaceTest,
3450 SetIceRegatherIntervalRangeWithContinualGathering) {
3451 PeerConnectionInterface::RTCConfiguration config;
3452 config.ice_regather_interval_range.emplace(1000, 2000);
3453 config.continual_gathering_policy =
3454 PeerConnectionInterface::ContinualGatheringPolicy::GATHER_CONTINUALLY;
3455 CreatePeerConnection(config, nullptr);
3456}
3457
zstein4b979802017-06-02 14:37:37 -07003458// The current bitrate from Call's BitrateConfigMask is currently clamped by
3459// Call's BitrateConfig, which comes from the SDP or a default value. This test
3460// checks that a call to SetBitrate with a current bitrate that will be clamped
3461// succeeds.
3462TEST_F(PeerConnectionInterfaceTest, SetBitrateCurrentLessThanImplicitMin) {
3463 CreatePeerConnection();
3464 PeerConnectionInterface::BitrateParameters bitrate;
Oskar Sundbomb95fd2c2017-11-16 10:54:38 +01003465 bitrate.current_bitrate_bps = 1;
zstein4b979802017-06-02 14:37:37 -07003466 EXPECT_TRUE(pc_->SetBitrate(bitrate).ok());
3467}
3468
zhihuang1c378ed2017-08-17 14:10:50 -07003469// The following tests verify that the offer can be created correctly.
3470TEST_F(PeerConnectionInterfaceTest,
3471 CreateOfferFailsWithInvalidOfferToReceiveAudio) {
3472 RTCOfferAnswerOptions rtc_options;
3473
3474 // Setting offer_to_receive_audio to a value lower than kUndefined or greater
3475 // than kMaxOfferToReceiveMedia should be treated as invalid.
3476 rtc_options.offer_to_receive_audio = RTCOfferAnswerOptions::kUndefined - 1;
3477 CreatePeerConnection();
3478 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3479
3480 rtc_options.offer_to_receive_audio =
3481 RTCOfferAnswerOptions::kMaxOfferToReceiveMedia + 1;
3482 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3483}
3484
3485TEST_F(PeerConnectionInterfaceTest,
3486 CreateOfferFailsWithInvalidOfferToReceiveVideo) {
3487 RTCOfferAnswerOptions rtc_options;
3488
3489 // Setting offer_to_receive_video to a value lower than kUndefined or greater
3490 // than kMaxOfferToReceiveMedia should be treated as invalid.
3491 rtc_options.offer_to_receive_video = RTCOfferAnswerOptions::kUndefined - 1;
3492 CreatePeerConnection();
3493 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3494
3495 rtc_options.offer_to_receive_video =
3496 RTCOfferAnswerOptions::kMaxOfferToReceiveMedia + 1;
3497 EXPECT_FALSE(CreateOfferWithOptions(rtc_options));
3498}
3499
3500// Test that the audio and video content will be added to an offer if both
3501// |offer_to_receive_audio| and |offer_to_receive_video| options are 1.
3502TEST_F(PeerConnectionInterfaceTest, CreateOfferWithAudioVideoOptions) {
3503 RTCOfferAnswerOptions rtc_options;
3504 rtc_options.offer_to_receive_audio = 1;
3505 rtc_options.offer_to_receive_video = 1;
3506
3507 std::unique_ptr<SessionDescriptionInterface> offer;
3508 CreatePeerConnection();
3509 offer = CreateOfferWithOptions(rtc_options);
3510 ASSERT_TRUE(offer);
3511 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3512 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3513}
3514
3515// Test that only audio content will be added to the offer if only
3516// |offer_to_receive_audio| options is 1.
3517TEST_F(PeerConnectionInterfaceTest, CreateOfferWithAudioOnlyOptions) {
3518 RTCOfferAnswerOptions rtc_options;
3519 rtc_options.offer_to_receive_audio = 1;
3520 rtc_options.offer_to_receive_video = 0;
3521
3522 std::unique_ptr<SessionDescriptionInterface> offer;
3523 CreatePeerConnection();
3524 offer = CreateOfferWithOptions(rtc_options);
3525 ASSERT_TRUE(offer);
3526 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3527 EXPECT_EQ(nullptr, GetFirstVideoContent(offer->description()));
3528}
3529
3530// Test that only video content will be added if only |offer_to_receive_video|
3531// options is 1.
3532TEST_F(PeerConnectionInterfaceTest, CreateOfferWithVideoOnlyOptions) {
3533 RTCOfferAnswerOptions rtc_options;
3534 rtc_options.offer_to_receive_audio = 0;
3535 rtc_options.offer_to_receive_video = 1;
3536
3537 std::unique_ptr<SessionDescriptionInterface> offer;
3538 CreatePeerConnection();
3539 offer = CreateOfferWithOptions(rtc_options);
3540 ASSERT_TRUE(offer);
3541 EXPECT_EQ(nullptr, GetFirstAudioContent(offer->description()));
3542 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3543}
3544
zhihuang1c378ed2017-08-17 14:10:50 -07003545// Test that no media content will be added to the offer if using default
3546// RTCOfferAnswerOptions.
3547TEST_F(PeerConnectionInterfaceTest, CreateOfferWithDefaultOfferAnswerOptions) {
3548 RTCOfferAnswerOptions rtc_options;
3549
3550 std::unique_ptr<SessionDescriptionInterface> offer;
3551 CreatePeerConnection();
3552 offer = CreateOfferWithOptions(rtc_options);
3553 ASSERT_TRUE(offer);
3554 EXPECT_EQ(nullptr, GetFirstAudioContent(offer->description()));
3555 EXPECT_EQ(nullptr, GetFirstVideoContent(offer->description()));
3556}
3557
3558// Test that if |ice_restart| is true, the ufrag/pwd will change, otherwise
3559// ufrag/pwd will be the same in the new offer.
3560TEST_F(PeerConnectionInterfaceTest, CreateOfferWithIceRestart) {
3561 RTCOfferAnswerOptions rtc_options;
3562 rtc_options.ice_restart = false;
3563 rtc_options.offer_to_receive_audio = 1;
3564
3565 std::unique_ptr<SessionDescriptionInterface> offer;
3566 CreatePeerConnection();
3567 CreateOfferWithOptionsAsLocalDescription(&offer, rtc_options);
3568 auto ufrag1 = offer->description()
3569 ->GetTransportInfoByName(cricket::CN_AUDIO)
3570 ->description.ice_ufrag;
3571 auto pwd1 = offer->description()
3572 ->GetTransportInfoByName(cricket::CN_AUDIO)
3573 ->description.ice_pwd;
3574
3575 // |ice_restart| is false, the ufrag/pwd shouldn't change.
3576 CreateOfferWithOptionsAsLocalDescription(&offer, rtc_options);
3577 auto ufrag2 = offer->description()
3578 ->GetTransportInfoByName(cricket::CN_AUDIO)
3579 ->description.ice_ufrag;
3580 auto pwd2 = offer->description()
3581 ->GetTransportInfoByName(cricket::CN_AUDIO)
3582 ->description.ice_pwd;
3583
3584 // |ice_restart| is true, the ufrag/pwd should change.
3585 rtc_options.ice_restart = true;
3586 CreateOfferWithOptionsAsLocalDescription(&offer, rtc_options);
3587 auto ufrag3 = offer->description()
3588 ->GetTransportInfoByName(cricket::CN_AUDIO)
3589 ->description.ice_ufrag;
3590 auto pwd3 = offer->description()
3591 ->GetTransportInfoByName(cricket::CN_AUDIO)
3592 ->description.ice_pwd;
3593
3594 EXPECT_EQ(ufrag1, ufrag2);
3595 EXPECT_EQ(pwd1, pwd2);
3596 EXPECT_NE(ufrag2, ufrag3);
3597 EXPECT_NE(pwd2, pwd3);
3598}
3599
3600// Test that if |use_rtp_mux| is true, the bundling will be enabled in the
3601// offer; if it is false, there won't be any bundle group in the offer.
3602TEST_F(PeerConnectionInterfaceTest, CreateOfferWithRtpMux) {
3603 RTCOfferAnswerOptions rtc_options;
3604 rtc_options.offer_to_receive_audio = 1;
3605 rtc_options.offer_to_receive_video = 1;
3606
3607 std::unique_ptr<SessionDescriptionInterface> offer;
3608 CreatePeerConnection();
3609
3610 rtc_options.use_rtp_mux = true;
3611 offer = CreateOfferWithOptions(rtc_options);
3612 ASSERT_TRUE(offer);
3613 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3614 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3615 EXPECT_TRUE(offer->description()->HasGroup(cricket::GROUP_TYPE_BUNDLE));
3616
3617 rtc_options.use_rtp_mux = false;
3618 offer = CreateOfferWithOptions(rtc_options);
3619 ASSERT_TRUE(offer);
3620 EXPECT_NE(nullptr, GetFirstAudioContent(offer->description()));
3621 EXPECT_NE(nullptr, GetFirstVideoContent(offer->description()));
3622 EXPECT_FALSE(offer->description()->HasGroup(cricket::GROUP_TYPE_BUNDLE));
3623}
3624
zhihuang141aacb2017-08-29 13:23:53 -07003625// This test ensures OnRenegotiationNeeded is called when we add track with
3626// MediaStream -> AddTrack in the same way it is called when we add track with
3627// PeerConnection -> AddTrack.
3628// The test can be removed once addStream is rewritten in terms of addTrack
3629// https://bugs.chromium.org/p/webrtc/issues/detail?id=7815
3630TEST_F(PeerConnectionInterfaceTest, MediaStreamAddTrackRemoveTrackRenegotiate) {
3631 CreatePeerConnectionWithoutDtls();
3632 rtc::scoped_refptr<MediaStreamInterface> stream(
3633 pc_factory_->CreateLocalMediaStream(kStreamLabel1));
3634 pc_->AddStream(stream);
3635 rtc::scoped_refptr<AudioTrackInterface> audio_track(
3636 pc_factory_->CreateAudioTrack("audio_track", nullptr));
3637 rtc::scoped_refptr<VideoTrackInterface> video_track(
3638 pc_factory_->CreateVideoTrack(
3639 "video_track", pc_factory_->CreateVideoSource(
3640 std::unique_ptr<cricket::VideoCapturer>(
3641 new cricket::FakeVideoCapturer()))));
3642 stream->AddTrack(audio_track);
3643 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3644 observer_.renegotiation_needed_ = false;
3645
3646 stream->AddTrack(video_track);
3647 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3648 observer_.renegotiation_needed_ = false;
3649
3650 stream->RemoveTrack(audio_track);
3651 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3652 observer_.renegotiation_needed_ = false;
3653
3654 stream->RemoveTrack(video_track);
3655 EXPECT_TRUE_WAIT(observer_.renegotiation_needed_, kTimeout);
3656 observer_.renegotiation_needed_ = false;
3657}
3658
Zhi Huangb2d355e2017-10-26 17:26:37 -07003659// Tests that an error is returned if a description is applied that has fewer
3660// media sections than the existing description.
3661TEST_F(PeerConnectionInterfaceTest,
3662 MediaSectionCountEnforcedForSubsequentOffer) {
3663 CreatePeerConnection();
3664 FakeConstraints constraints;
3665 constraints.SetMandatoryReceiveAudio(true);
3666 constraints.SetMandatoryReceiveVideo(true);
3667 std::unique_ptr<SessionDescriptionInterface> offer;
3668 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
3669 EXPECT_TRUE(DoSetRemoteDescription(std::move(offer)));
3670
3671 // A remote offer with fewer media sections should be rejected.
3672 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
3673 offer->description()->contents().pop_back();
3674 offer->description()->contents().pop_back();
3675 ASSERT_TRUE(offer->description()->contents().empty());
3676 EXPECT_FALSE(DoSetRemoteDescription(std::move(offer)));
3677
3678 std::unique_ptr<SessionDescriptionInterface> answer;
3679 ASSERT_TRUE(DoCreateAnswer(&answer, nullptr));
3680 EXPECT_TRUE(DoSetLocalDescription(std::move(answer)));
3681
3682 // A subsequent local offer with fewer media sections should be rejected.
3683 ASSERT_TRUE(DoCreateOffer(&offer, &constraints));
3684 offer->description()->contents().pop_back();
3685 offer->description()->contents().pop_back();
3686 ASSERT_TRUE(offer->description()->contents().empty());
3687 EXPECT_FALSE(DoSetLocalDescription(std::move(offer)));
3688}
3689
nisse51542be2016-02-12 02:27:06 -08003690class PeerConnectionMediaConfigTest : public testing::Test {
3691 protected:
3692 void SetUp() override {
zhihuang38ede132017-06-15 12:52:32 -07003693 pcf_ = PeerConnectionFactoryForTest::CreatePeerConnectionFactoryForTest();
nisse51542be2016-02-12 02:27:06 -08003694 pcf_->Initialize();
3695 }
nisseeaabdf62017-05-05 02:23:02 -07003696 const cricket::MediaConfig TestCreatePeerConnection(
nisse51542be2016-02-12 02:27:06 -08003697 const PeerConnectionInterface::RTCConfiguration& config,
zhihuang1c378ed2017-08-17 14:10:50 -07003698 const MediaConstraintsInterface* constraints) {
zhihuang9763d562016-08-05 11:14:50 -07003699 rtc::scoped_refptr<PeerConnectionInterface> pc(pcf_->CreatePeerConnection(
3700 config, constraints, nullptr, nullptr, &observer_));
nisse51542be2016-02-12 02:27:06 -08003701 EXPECT_TRUE(pc.get());
nisseeaabdf62017-05-05 02:23:02 -07003702 return pc->GetConfiguration().media_config;
nisse51542be2016-02-12 02:27:06 -08003703 }
3704
zhihuang9763d562016-08-05 11:14:50 -07003705 rtc::scoped_refptr<PeerConnectionFactoryForTest> pcf_;
nisse51542be2016-02-12 02:27:06 -08003706 MockPeerConnectionObserver observer_;
3707};
3708
3709// This test verifies the default behaviour with no constraints and a
3710// default RTCConfiguration.
3711TEST_F(PeerConnectionMediaConfigTest, TestDefaults) {
3712 PeerConnectionInterface::RTCConfiguration config;
3713 FakeConstraints constraints;
3714
3715 const cricket::MediaConfig& media_config =
3716 TestCreatePeerConnection(config, &constraints);
3717
3718 EXPECT_FALSE(media_config.enable_dscp);
nisse0db023a2016-03-01 04:29:59 -08003719 EXPECT_TRUE(media_config.video.enable_cpu_overuse_detection);
3720 EXPECT_FALSE(media_config.video.disable_prerenderer_smoothing);
3721 EXPECT_FALSE(media_config.video.suspend_below_min_bitrate);
nisse51542be2016-02-12 02:27:06 -08003722}
3723
3724// This test verifies the DSCP constraint is recognized and passed to
nisse528b7932017-05-08 03:21:43 -07003725// the PeerConnection.
nisse51542be2016-02-12 02:27:06 -08003726TEST_F(PeerConnectionMediaConfigTest, TestDscpConstraintTrue) {
3727 PeerConnectionInterface::RTCConfiguration config;
3728 FakeConstraints constraints;
3729
3730 constraints.AddOptional(webrtc::MediaConstraintsInterface::kEnableDscp, true);
3731 const cricket::MediaConfig& media_config =
3732 TestCreatePeerConnection(config, &constraints);
3733
3734 EXPECT_TRUE(media_config.enable_dscp);
3735}
3736
3737// This test verifies the cpu overuse detection constraint is
nisse528b7932017-05-08 03:21:43 -07003738// recognized and passed to the PeerConnection.
nisse51542be2016-02-12 02:27:06 -08003739TEST_F(PeerConnectionMediaConfigTest, TestCpuOveruseConstraintFalse) {
3740 PeerConnectionInterface::RTCConfiguration config;
3741 FakeConstraints constraints;
3742
3743 constraints.AddOptional(
3744 webrtc::MediaConstraintsInterface::kCpuOveruseDetection, false);
3745 const cricket::MediaConfig media_config =
3746 TestCreatePeerConnection(config, &constraints);
3747
nisse0db023a2016-03-01 04:29:59 -08003748 EXPECT_FALSE(media_config.video.enable_cpu_overuse_detection);
nisse51542be2016-02-12 02:27:06 -08003749}
3750
3751// This test verifies that the disable_prerenderer_smoothing flag is
nisse528b7932017-05-08 03:21:43 -07003752// propagated from RTCConfiguration to the PeerConnection.
nisse51542be2016-02-12 02:27:06 -08003753TEST_F(PeerConnectionMediaConfigTest, TestDisablePrerendererSmoothingTrue) {
3754 PeerConnectionInterface::RTCConfiguration config;
3755 FakeConstraints constraints;
3756
Niels Möller71bdda02016-03-31 12:59:59 +02003757 config.set_prerenderer_smoothing(false);
nisse51542be2016-02-12 02:27:06 -08003758 const cricket::MediaConfig& media_config =
3759 TestCreatePeerConnection(config, &constraints);
3760
nisse0db023a2016-03-01 04:29:59 -08003761 EXPECT_TRUE(media_config.video.disable_prerenderer_smoothing);
3762}
3763
3764// This test verifies the suspend below min bitrate constraint is
nisse528b7932017-05-08 03:21:43 -07003765// recognized and passed to the PeerConnection.
nisse0db023a2016-03-01 04:29:59 -08003766TEST_F(PeerConnectionMediaConfigTest,
3767 TestSuspendBelowMinBitrateConstraintTrue) {
3768 PeerConnectionInterface::RTCConfiguration config;
3769 FakeConstraints constraints;
3770
3771 constraints.AddOptional(
3772 webrtc::MediaConstraintsInterface::kEnableVideoSuspendBelowMinBitrate,
3773 true);
3774 const cricket::MediaConfig media_config =
3775 TestCreatePeerConnection(config, &constraints);
3776
3777 EXPECT_TRUE(media_config.video.suspend_below_min_bitrate);
nisse51542be2016-02-12 02:27:06 -08003778}
3779
deadbeef293e9262017-01-11 12:28:30 -08003780// Tests a few random fields being different.
3781TEST(RTCConfigurationTest, ComparisonOperators) {
3782 PeerConnectionInterface::RTCConfiguration a;
3783 PeerConnectionInterface::RTCConfiguration b;
3784 EXPECT_EQ(a, b);
3785
3786 PeerConnectionInterface::RTCConfiguration c;
3787 c.servers.push_back(PeerConnectionInterface::IceServer());
3788 EXPECT_NE(a, c);
3789
3790 PeerConnectionInterface::RTCConfiguration d;
3791 d.type = PeerConnectionInterface::kRelay;
3792 EXPECT_NE(a, d);
3793
3794 PeerConnectionInterface::RTCConfiguration e;
3795 e.audio_jitter_buffer_max_packets = 5;
3796 EXPECT_NE(a, e);
3797
3798 PeerConnectionInterface::RTCConfiguration f;
3799 f.ice_connection_receiving_timeout = 1337;
3800 EXPECT_NE(a, f);
3801
3802 PeerConnectionInterface::RTCConfiguration g;
3803 g.disable_ipv6 = true;
3804 EXPECT_NE(a, g);
3805
3806 PeerConnectionInterface::RTCConfiguration h(
3807 PeerConnectionInterface::RTCConfigurationType::kAggressive);
3808 EXPECT_NE(a, h);
3809}