Skip to content

Commit

Permalink
Reduce ambient audio volume to 4%
Browse files Browse the repository at this point in the history
  • Loading branch information
karth295 committed Feb 19, 2017
1 parent 8f71e81 commit 78b4693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
if should_hear_fully(person, me)
volume = 1.0
else
volume = 0.08
volume = 0.04
if person.video and stream
@getDOMNode().getElementsByTagName('video')[0].volume = volume

Expand Down

0 comments on commit 78b4693

Please sign in to comment.