Type alias PlaybackState

Current PlaybackState for CoWatching experiences.

Signature

type PlaybackState = 'INVALID'|'BUFFERING'|'PLAY'|'PAUSE'|'ENDED';