webrtc-sdk / webrtc

BSD 3-Clause "New" or "Revised" License
225 stars 89 forks source link

Enable REMB on iOS #106

Open labelguy opened 8 months ago

labelguy commented 8 months ago

We recently integrated WebRTC on both iOS and Android. Everything seems to be working fine, except that my backend isn't receiving the REMB packets on iOS, while Android works fine. Can anyone help or provide some pointers on how we can enable this on iOS? It doesn't seem like the RTCPeerConnection interface provides any configuration options for that.

Any help is appreciated.