Index: webrtc/video/call.cc |
diff --git a/webrtc/video/call.cc b/webrtc/video/call.cc |
index a73932509b1c7876eb747fe43f164c6b77cd8f75..adfaa53b45f59d1c75a93fdb5b09e3d42bf1e32f 100644 |
--- a/webrtc/video/call.cc |
+++ b/webrtc/video/call.cc |
@@ -180,8 +180,9 @@ Call::Call(const Call::Config& config) |
// TODO(pbos): Remove base channel when CreateReceiveChannel no longer |
// requires one. |
- CHECK(channel_group_->CreateSendChannel( |
- base_channel_id_, 0, &transport_adapter_, num_cpu_cores_, 1, true)); |
+ CHECK(channel_group_->CreateSendChannel(base_channel_id_, 0, |
+ &transport_adapter_, num_cpu_cores_, |
+ std::vector<uint32_t>(), true)); |
if (config.overuse_callback) { |
overuse_observer_proxy_.reset( |