add passive estimator & REMB back. (#35)

This commit is contained in:
Miroslav Šedivý
2023-03-13 17:55:52 +01:00
committed by GitHub
parent 0de8ffc773
commit 9936a04fea
4 changed files with 41 additions and 11 deletions

View File

@ -8,7 +8,7 @@ import (
var RTCPFeedback = []webrtc.RTCPFeedback{
{Type: webrtc.TypeRTCPFBTransportCC, Parameter: ""},
{Type: webrtc.TypeRTCPFBGoogREMB, Parameter: ""},
{Type: webrtc.TypeRTCPFBGoogREMB, Parameter: ""}, // TODO: Deprecated.
// https://www.iana.org/assignments/sdp-parameters/sdp-parameters.xhtml#sdp-parameters-19
{Type: webrtc.TypeRTCPFBCCM, Parameter: "fir"},