You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add IP filter to WebRTC SettingEngine and ICE AgentConfig (#306)
* Add IP filter to WebRTC SettingEngine and ICE AgentConfig
When machine's network interface have more than one ip address and
user don't want expose one of these ips to remote peer, interface
filter can't work in this case, so add a ip filter for that
* Update webrtc/src/api/setting_engine/mod.rs
Co-authored-by: Anton Kaliaev <[email protected]>
* Add changelog entries
Co-authored-by: Anton Kaliaev <[email protected]>
Copy file name to clipboardExpand all lines: webrtc/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
* Added more stats to `RemoteInboundRTPStats` and `RemoteOutboundRTPStats`[#282](https://github.com/webrtc-rs/webrtc/pull/282) by [@k0nserv](https://github.com/k0nserv).
6
6
* Don't register `video/rtx` codecs in `MediaEngine::register_default_codecs`. These weren't actually support and prevented RTX in the existing RTP stream from being used. Long term we should support RTX via this method, this is tracked in [#295](https://github.com/webrtc-rs/webrtc/issues/295). [#294 Remove video/rtx codecs](https://github.com/webrtc-rs/webrtc/pull/294) contributed by [k0nserv](https://github.com/k0nserv)
7
+
* Add IP filter to WebRTC `SettingEngine`[#306](https://github.com/webrtc-rs/webrtc/pull/306)
0 commit comments