# Video events

A list of events which we can use to respond to video state changes.

| Name              | Description                      |
| ----------------- | -------------------------------- |
| ['play'](#play)   | Fired when video starts playing. |
| ['pause'](#pause) | Fired when video is paused.      |

### play

Fired when video starts playing.

### pause

Fired when video is paused.