webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Fix outbound RTCP intercept

Open k0nserv opened this issue 3 years ago • 0 comments

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

k0nserv avatar Oct 12 '22 09:10 k0nserv