Skip to main content
Layer Idle & Active
Updated over a week ago

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();
Did this answer your question?