Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

meisterplayer/plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleIma

This plugin allows advertisements to be played with Google IMA.

This plugin is usually used in conjuction with the AdItem plugin for Meister. Ads specified in that plugin will be played with this plugin. For more details on how to do this please refer to its README.

Config options

Options are required unless marked as [optional].

  • scriptUrl :: String
    The location of the Google IMA SDK.

Example:

var meisterPlayer = new Meister('#player', {
    GoogleIma: {
        scriptUrl: 'https://imasdk.googleapis.com/js/sdkloader/ima3.js',
    }
});

About

Template for creating your own plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published