Wire up BitrateAllocation to be sent as RTCP TargetBitrate
This is the video parts of https://codereview.webrtc.org/2531383002/ Wire up BitrateAllocation to be sent as RTCP TargetBitrate BUG=webrtc:6301 Review-Url: https://codereview.webrtc.org/2541303003 Cr-Commit-Position: refs/heads/master@{#15359}
This commit is contained in:
@ -146,7 +146,7 @@ class VideoCodingModuleImpl : public VideoCodingModule {
|
||||
uint8_t lossRate,
|
||||
int64_t rtt) override {
|
||||
return sender_.SetChannelParameters(target_bitrate, lossRate, rtt,
|
||||
rate_allocator_.get());
|
||||
rate_allocator_.get(), nullptr);
|
||||
}
|
||||
|
||||
int32_t RegisterProtectionCallback(
|
||||
|
Reference in New Issue
Block a user