Forum Discussion
ShawnaGigacz-47
3 years agoCommunity Member
Muting Audio when course starts
I am using the code:
//mute/unmute // Use the global DS object if it exists, otherwise try require: var appState = window.DS ? DS.appState : require("helpers/appState"); appState.onToggleVolume...
ShawnaGigacz-47
3 years agoCommunity Member
Hi Eric,
Thank you for your suggestion. This will come in handy for some other project I am working on, however for this one I do need to mute the audio, not stop the audio and then start the audio from the beginning again.
I'm hopeful there is an easy piece of javascript that I can add that will mute the audio on load.