diff --git a/src/connection.rs b/src/connection.rs index 882788a..c245509 100644 --- a/src/connection.rs +++ b/src/connection.rs @@ -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 {