Set screenshare.enabled parameter to false when running video_loopback test.
BUG=none Review-Url: https://codereview.webrtc.org/2413523003 Cr-Commit-Position: refs/heads/master@{#14606}
This commit is contained in:
@ -253,6 +253,7 @@ void Loopback() {
|
||||
flags::EncodedFramePath(),
|
||||
call_bitrate_config};
|
||||
params.video = {flags::Clip()};
|
||||
params.screenshare.enabled = false;
|
||||
params.analyzer = {"video", 0.0, 0.0, flags::DurationSecs(),
|
||||
flags::OutputFilename(), flags::GraphTitle()};
|
||||
params.pipe = pipe_config;
|
||||
|
||||
Reference in New Issue
Block a user