sipsorcery
sipsorcery copied to clipboard
SDP parser introduces an rtcp-fb that does not exist in the content
Commit 1c1ca9f2b7 introduced a a=rtcp-fb:PT goog-remb
attribute when parsing SDP that does not exist in the SDP content being parsed.
This appears to be because it adds a SupportedRtcpFeedbackMessages list which is initialised with a constant value rather than being sourced from the parsed content.
This incorrectly indicates to the calling code that the other UA supports a feature that it does not.