You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function audioVolumeChangeCallback(volume){
let isAudioEnabled = !!volume;
if (isAudioEnabled){
//START or turn on the sound(add your own code here)
} else {
//PAUSE the turn off the sound(add your own code here)
}
}
Ironsource provides a function like the above to turn on/off the sound of ads, but because after using the adapter, all the command lines are encrypted, so I can't find the exact address of my sound function to mute.
The text was updated successfully, but these errors were encountered:
function audioVolumeChangeCallback(volume){
let isAudioEnabled = !!volume;
if (isAudioEnabled){
//START or turn on the sound(add your own code here)
} else {
//PAUSE the turn off the sound(add your own code here)
}
}
Ironsource provides a function like the above to turn on/off the sound of ads, but because after using the adapter, all the command lines are encrypted, so I can't find the exact address of my sound function to mute.
The text was updated successfully, but these errors were encountered: