Ad Controls - tapdaq/cordova-plugin GitHub Wiki
For networks which support an SDK level mute flag for ads, this will forward this for each ad. This may be set/changed at any time.
// Set
Tapdaq.setMuted(true);
// Get
Tapdaq.muted(function (status) {
console.log("muted: " + status);
});The flag can also be included in the init config like so:
var config = {
ios: {},
android: {},
muted:false
};
## Need help?
If you are having any problems integrating, feel free to contact us on [support@tapdaq.com](mailto:support@tapdaq.com) and we will be more than happy to help.