Skip to main content
Version: v7 Beta

Type Alias: VideoPlayerStatus

type VideoPlayerStatus = "idle" | "loading" | "readyToPlay" | "error";

Defined in: types/VideoPlayerStatus.ts:8

The status of the player.

Param

The player is idle (source is not loaded)

Param

The player is loading (source is loading).

Param

The player is ready to play (source is loaded).

Param

The player has an error (source is not loaded).