Wiki

Clone wiki

REACT native plugin / muteVideoAds

Overview

Allows to mute video ads.

Syntax

muteVideoAds(mute)
mute(required)

boolean. True to enable, false to disable ad muting.

Examples

#!javascript

RNAatkit.muteVideoAds(true);

Updated