Skip to main content

apply_bwe_feedback_policy

Function apply_bwe_feedback_policy 

Source
fn apply_bwe_feedback_policy(
    feedback: Vec<RtcpFeedback>,
    policy: BweFeedbackPolicy,
) -> Vec<RtcpFeedback>
Expand description

Negotiation may leave both transport-cc and goog-remb present in the raw RTCP feedback intersection. We filter here so downstream sender logic sees one coherent bandwidth-estimation mode instead of multiple competing ones.