Espresso test case to control loopback call
The test case is put inside a new test target. That test target will be started from a test script to asses video quality. BUG=webrtc:6545 Review-Url: https://codereview.webrtc.org/2585813002 Cr-Commit-Position: refs/heads/master@{#16088}
This commit is contained in:
@ -280,7 +280,7 @@ public class CallActivity extends Activity implements AppRTCClient.SignalingEven
|
||||
videoHeight = displayMetrics.heightPixels;
|
||||
}
|
||||
DataChannelParameters dataChannelParameters = null;
|
||||
if (intent.getBooleanExtra(EXTRA_DATA_CHANNEL_ENABLED, true)) {
|
||||
if (intent.getBooleanExtra(EXTRA_DATA_CHANNEL_ENABLED, false)) {
|
||||
dataChannelParameters = new DataChannelParameters(intent.getBooleanExtra(EXTRA_ORDERED, true),
|
||||
intent.getIntExtra(EXTRA_MAX_RETRANSMITS_MS, -1),
|
||||
intent.getIntExtra(EXTRA_MAX_RETRANSMITS, -1), intent.getStringExtra(EXTRA_PROTOCOL),
|
||||
|
||||
Reference in New Issue
Block a user