Control video volume in Banner Interstitial Admob

Asked

Viewed 74 times

0

I am using in my app interstitial banners admob. There are complaints from users that the volume of videos displayed in this type of banner (usually videos are about games) are high. Logically I know that the volume of the videos is the same in which the volume of the user’s device is configured.

My question is the following, have to control or pause the volume of these videos on interstitial admob via programming through the application itself?

Already I thank you.

2 answers

1

Actually not exactly, you don’t have any total control over these videos, either in volume or in time. The only thing that is "manageable" is the category of videos presented in this type of ad (Just to avoid undue ads for children and etc) and the volume of Mobile Phone with the Admob API.

Admob Docs: Documentation of Admob

  • I’ve already blocked some games on Admob, but you block one and others appear. Usually these ads are those that feature videos demonstrating these games and enable the user to install the game if they want. But anyway I’ll look at the documentation and see if I can find something to do. Thank you.

  • No problem, the documentation is very broad, something there should help you.

  • I read the documentation and tested the application using MobileAds.initialize(this) and MobileAds.setAppVolume(0.2f) but I didn’t get the volume reduction from the ad.

0

You cannot download the volume of the device using an advertisement for security reasons. Imagine if any advertisement could control this sort of thing - so we would have advertisements powering location to know where the user is most accurately, advertisements activating the camera to see what the user sees etc.

The best output is to reduce the volume in the videos. Try testing the video on some devices and see if the maximum volume is uncomfortable.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.