Fix IP filter (#318)The logic was wrong and would actually remove many IPs.
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 us
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]>
show more ...
Move all to top level