Javascript for audio mute/unmute May 18, 2022 By Allan Allan Hi all! Does anyone have java for 2022 that works for toggling mute using a custom menu? Seems like the most recent post suggestions no longer work. Thanks!
Allan Allan Author 9 months ago05/19/22 at 9:24 pm (UTC) For anyone who needs it! Below works as of 5/19/22. :) var appState = window.DS ? DS.appState : require("helpers/appState");appState.onToggleVolume();
1 Reply
For anyone who needs it! Below works as of 5/19/22. :)
var appState = window.DS ? DS.appState : require("helpers/appState");
appState.onToggleVolume();