Mute localVideo to prevent noise

master
Daniel Berteaud 10 years ago
parent 4eb3d2f7e7
commit d27816872f
  1. 5
      vroom.pl

@ -1667,6 +1667,11 @@ any '/api' => sub {
maxFrameRate => $config->{'video.frame_rate'}
}
}
},
localVideo => {
autoplay => Mojo::JSON::true,
mirror => Mojo::JSON::false,
muted => Mojo::JSON::true
}
};
# TODO: Support several TURN server in config

Loading…
Cancel
Save