mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 13:48:38 +00:00
removing some debugging edits no longer
This commit is contained in:
parent
f96af0d543
commit
46b00c59f8
6
lib.js
6
lib.js
@ -6796,12 +6796,6 @@ function toggleControlBar() {
|
||||
|
||||
function toggleMute(apply = false) { // TODO: I need to have this be MUTE, toggle, with volume not touched.
|
||||
|
||||
log("muting");
|
||||
log(session.videoElement);
|
||||
log(session.videoElement.muted);
|
||||
log(session.videoElement.volume);
|
||||
session.videoElement.controls = true;
|
||||
|
||||
if (session.director) {
|
||||
if (!session.directorEnabledPPT) {
|
||||
log("Director doesn't have PPT enabled yet");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user