Skip to content

Commit

Permalink
fix: html - mute audio
Browse files Browse the repository at this point in the history
  • Loading branch information
deadbeef84 committed May 29, 2024
1 parent 92276f7 commit bf2719f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/html/html.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ class renderer_application
}
}

command_line->AppendSwitch("mute-audio");
command_line->AppendSwitch("disable-web-security");
command_line->AppendSwitch("enable-begin-frame-scheduling");
command_line->AppendSwitch("enable-media-stream");
Expand Down

0 comments on commit bf2719f

Please sign in to comment.