as this breaks RTCP assumptions about SSRCs being no longer active as defined in https://www.rfc-editor.org/rfc/rfc3550#section-6.6 This should not be sent in reaction to temporarily disabling a stream via RTCRtpParameters.active as this does not mean that the participant is leaving the session as defined in https://www.rfc-editor.org/rfc/rfc3550#section-6.3.7 and does not indicate end of participation as defined in https://www.rfc-editor.org/rfc/rfc3550#section-6.1 which stipulates BYE should be the last packet sent from this SSRC. BUG=webrtc:11082 Change-Id: Ia5144857f85303643146b0759184f0f3f50b66e4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/273348 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Philipp Hancke <phancke@microsoft.com> Cr-Commit-Position: refs/heads/main@{#38059}