webrtc
webrtc copied to clipboard
Fix outbound RTCP intercept
Currently intercepting outbound RTCP to read sent packets via RTCPWriter doesn't work because these outbound writers aren't configured to take part in the interceptor chain. There are issues with the underlying writer not being Send that prevent approaching this in the same way as RTCPReader