Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.18 KB

File metadata and controls

37 lines (31 loc) · 1.18 KB

Ströer Videoplayer Livestream UI

Development

Install via dependencies via yarn install.

Build via yarn run build. Lint via yarn run lint. Test via yarn run test.

See coverage with yarn run test --coverage.

Events

  • UIPlay (currentTime)
  • UILivestreamPlay (currentTime)
  • UIPause (currentTime)
  • UILivestreamPause (currentTime)
  • UIMute (currentTime)
  • UILivestreamMute (currentTime)
  • UIUnmute (currentTime)
  • UILivestreamUnmute (currentTime)
  • UIEnterFullscreen (currentTime)
  • UILivestreamEnterFullscreen (currentTime)
  • UIExitFullscreen (currentTime)
  • UILivestreamExitFullscreen (currentTime)
  • UIUIContainerPlay (currentTime)
  • UILivestreamUIContainerPlay (currentTime)
  • UIUIContainerPause (currentTime)
  • UILivestreamUIContainerPause (currentTime)
  • UIOverlayContainerPlay (currentTime)
  • UILivestreamOverlayContainerPlay (currentTime)
  • UIOverlayContainerPause (currentTime)
  • UILivestreamOverlayContainerPause (currentTime)
  • UIVolumeChangeStart (currentTime, volume)
  • UILivestreamVolumeChangeStart (currentTime, volume)
  • UIVolumeChangeEnd (currentTime, volume)
  • UILivestreamVolumeChangeEnd (currentTime, volume)