<div dir="ltr">Hello,<div><br></div><div>I am using KSR.sdpops.keep_codecs_by_name to remove some codecs.</div><div>When I make a call between two webrtc clients and I keep only VP8 video codec, the browser rejects the call with 488 Not Acceptable Here.<br></div><div><br></div><div>I notice the attributes a=rtcp-fb: of codecs removed are kept.</div><div>I removed that attributes with:<br></div><div>KSR.textops.replace_body_atonce("a=rtcp-fb:1.*\n", "");</div><div>KSR.textops.replace_body_atonce("a=rtcp-fb:98.*\n", "");<br></div><div>And the call worked.</div><div><br></div><div>There is another way to remove these attributes related to codec name?</div><div>Or is it possible to get the ids of the codecs with dynamic payload type numbers from SDP?</div><div><br></div><div>Thanks for your attention.</div><div><br></div><div>Best regards,</div><div>Jose Lopes</div><div><br></div><div><br></div></div>