Describe the bug
Whenever a user clicks on mute button in rewarded ad, the button image is toggled but the ad audio keeps playing.
To Reproduce
Steps to reproduce the behavior:
-
Integrate Prebid Mobile Android 3.3.1 and load a rewarded ad.
-
Configure the returned AdUnitConfiguration before rendering:
val configuration = response.adUnitConfiguration.apply {
setIsSoundButtonVisible(true)
setIsMuted(false)
}
-
Render the bid response with InterstitialController.loadAd(configuration, response).
-
Show the rewarded ad.
-
Tap mute button to toggle ad audio.
-
Observe that audio is playing, while the sound button icon is toggled.
Smartphone (please complete the following information):
- Device: Samsung Galaxy S23
- OS: Android 16
- Browser: N/A (native Android app)
- Version: Prebid Mobile Android 3.3.1
Additional context
There was an similar issue but other ad format(Video banner) in #438.
Describe the bug
Whenever a user clicks on mute button in rewarded ad, the button image is toggled but the ad audio keeps playing.
To Reproduce
Steps to reproduce the behavior:
Integrate Prebid Mobile Android 3.3.1 and load a rewarded ad.
Configure the returned
AdUnitConfigurationbefore rendering:Render the bid response with
InterstitialController.loadAd(configuration, response).Show the rewarded ad.
Tap mute button to toggle ad audio.
Observe that audio is playing, while the sound button icon is toggled.
Smartphone (please complete the following information):
Additional context
There was an similar issue but other ad format(Video banner) in #438.