Fix redirecting to local AppRTC server in video quality test

BUG=webrtc:7185

Review-Url: https://codereview.webrtc.org/2843003002
Cr-Commit-Position: refs/heads/master@{#17888}
This commit is contained in:
oprypin 2017-04-26 06:52:35 -07:00 committed by Commit bot
parent 994771360d
commit 2e79958c42

View File

@ -59,7 +59,7 @@ public class CallActivityStubbedInputOutputTest {
intent.putExtra(CallActivity.EXTRA_ROOMID, UUID.randomUUID().toString().substring(0, 8));
// TODO false for wstls to disable https, should be option later or if URL is http
intent.putExtra(CallActivity.EXTRA_URLPARAMETERS,
"wstls=false?debug=loopback?ts=?wshpp=http://localhost:8089");
"debug=loopback&ts=&wshpp=localhost:8089&wstls=false");
intent.putExtra(CallActivity.EXTRA_VIDEO_FILE_AS_CAMERA,
Environment.getExternalStorageDirectory().getAbsolutePath()