Fix ICE agent not being in controlling mode
This commit is contained in:
parent
d1daad2773
commit
358d4a2d25
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue