Index: webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java |
diff --git a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java |
index 9c5be14dd855c285eb1eaab04f3be1af16a7c835..f40352132c77f29a84d990f18e7d94c88e4ff6c0 100644 |
--- a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java |
+++ b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java |
@@ -267,6 +267,8 @@ public class PeerConnectionClientTest extends InstrumentationTestCase |
true, /* loopback */ |
false, /* tracing */ |
// Video codec parameters. |
+ true, /* camera2Enabled */ |
+ true, /* camera1Enabled */ |
0, /* videoWidth */ |
0, /* videoHeight */ |
0, /* videoFps */ |
@@ -292,6 +294,8 @@ public class PeerConnectionClientTest extends InstrumentationTestCase |
true, /* loopback */ |
false, /* tracing */ |
// Video codec parameters. |
+ true, /* camera2Enabled */ |
+ true, /* camera1Enabled */ |
0, /* videoWidth */ |
0, /* videoHeight */ |
0, /* videoFps */ |