Type : PlaybackState

PlaybackState actuel pour les expériences de covisionnage.

Signature

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