Skip to main content
Player Pause & Play
Updated over a week ago

Overview

This API enables you to control the player playback from your code and to perform pause and play actions when required, for example, before and after player relocation.

Player Pause method

window.anyclip.getWidget().pause();

Player Play method

window.anyclip.getWidget().play();
Did this answer your question?