Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have a problem with ironsource's sound on/off button #15

Open
khoatptp opened this issue May 8, 2024 · 1 comment
Open

I have a problem with ironsource's sound on/off button #15

khoatptp opened this issue May 8, 2024 · 1 comment

Comments

@khoatptp
Copy link

khoatptp commented May 8, 2024

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.

@minhtqdev
Copy link

minhtqdev commented May 8, 2024

image

[...]\packages\playable-adapter-core\src\channels\iron-source

Go to the following link and edit it to your liking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants