Skip to content

Commit

Permalink
When in presentation mode, tell the server we belong at the back
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Feb 13, 2021
1 parent 8931b5b commit 0ee188d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ async function start_singing() {
singer_client.x_send_metadata("muted", 1);
}
singer_client.x_send_metadata("user_summary", 1);
if (in_spectator_mode) {
if (in_spectator_mode || window.presentationMode.checked) {
singer_client.x_send_metadata("spectator", 1);
}
if (window.hearMonitor.checked) {
Expand Down

0 comments on commit 0ee188d

Please sign in to comment.