Play
The Play component displays a play/pause toggle button in the controller and updates its visual state in response to the player’s state.
Configuration
Configuration example with defaults:
const playerConfig = {
playControl: true
};
| Setting Name | Type | Description |
|---|---|---|
playControl |
Boolean | Enables or disables the play button component. |