Fix ICE agent not being in controlling mode

This commit is contained in:
Jonas Herzig 2019-02-10 18:20:49 +01:00
parent d1daad2773
commit 358d4a2d25

View file

@ -195,6 +195,7 @@ impl Connection {
// Setup ICE agent
let mut agent = ice::Agent::new_rfc5245();
agent.set_software("mumble-web-proxy");
agent.set_controlling_mode(true);
// Setup ICE stream
let mut stream = match {