Add FullStack test for simulcast screenshare mode.
BUG=webrtc:4172 Review-Url: https://codereview.webrtc.org/2745523002 Cr-Commit-Position: refs/heads/master@{#17150}
This commit is contained in:
@ -30,6 +30,7 @@ SimulcastRateAllocator::SimulcastRateAllocator(
|
||||
void SimulcastRateAllocator::OnTemporalLayersCreated(int simulcast_id,
|
||||
TemporalLayers* layers) {
|
||||
RTC_DCHECK(temporal_layers_.find(simulcast_id) == temporal_layers_.end());
|
||||
RTC_DCHECK(layers);
|
||||
temporal_layers_[simulcast_id] = layers;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user