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

setMuted() method is not working [Interstitial Ads] #4860

Open
MonuCarpenter opened this issue Oct 18, 2024 · 2 comments
Open

setMuted() method is not working [Interstitial Ads] #4860

MonuCarpenter opened this issue Oct 18, 2024 · 2 comments

Comments

@MonuCarpenter
Copy link

MonuCarpenter commented Oct 18, 2024

   await AppLovinMAX.initialize(env.APPLOVIN_SDK_KEY)
   await AppLovinMAX.loadInterstitial(interstitialAdUnitId)
   await AppLovinMAX.setMuted()

tried setMuted but ads are not getting muted

or guide me if i'm doing something wrong here..

@MonuCarpenter
Copy link
Author

MonuCarpenter commented Oct 18, 2024

setMuted seems you have not implemented this function ?

@MonuCarpenter
Copy link
Author

MonuCarpenter commented Oct 18, 2024

i have tried this also

   await AppLovinMAX.initialize(env.APPLOVIN_SDK_KEY)
    await AppLovinMAX.loadInterstitial(interstitialAdUnitId) //@ts-ignore correct type   setMuted(mute: boolean): Promise<boolean>;
    await AppLovinMAX.setMuted(true)
    
    i think for some networks mute dont work may be 
    
    ping me if i did something wrong here and close this issue if everything is okay 
    thanks @danielsogl 

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

1 participant