I’m please to announce the release of react-native-webrtc 1.75.0. This release brings on WebRTC M75 (quite a jump from M69!) which, amongst other things significantly improves the echo canceling on Android.
Is there any guide or input from you about how to implement it? I am planning to implement it and contribute to the repo. Because majority does not support addStream anymore.
There is not much input I can give. The way this usually goes is that we wrap the native Java or Objective C API provides by WebRTC and expose it to RN in the same way browsers implement it, so libraries can (ideally) work unmodified.
I took a look a few weeks ago and IIRC one of the 2 platforms doesn’t implement remiveTrack, I guess that can be documented as a limitation.