輸入別名「PlaybackState」

目前的共同觀看體驗適用的 PlaybackState。

簽名

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