Overview
In some use cases, you may want to hide the player. When doing so, the player should be placed in idle mode so that no videos or video ads will be played in the background.
The following methods switch the player between active and idle modes.
Player Idle method
window.anyclip.getWidget().goIdle();
Player Active method
window.anyclip.getWidget().goActive();