별칭 PlaybackState 유형

공동 시청 환경의 현재 PlaybackState입니다.

서명

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