sipsorcery icon indicating copy to clipboard operation
sipsorcery copied to clipboard

SDP parser introduces an rtcp-fb that does not exist in the content

Open SteveAyre opened this issue 8 months ago • 1 comments

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.

SteveAyre avatar Jun 12 '24 22:06 SteveAyre