1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-01 21:11:41 +02:00

Mute localVideo to prevent noise

This commit is contained in:
Daniel Berteaud 2015-03-06 18:02:04 +01:00
parent 4eb3d2f7e7
commit d27816872f

View File

@ -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