类型别名 PlaybackState

CoWatching 体验的当前播放状态。

签名

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