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:
parent
994771360d
commit
2e79958c42
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user