Author Name Kathryn Anne Tan Social Media https://twitter.com/KTan360 Image by https://annieruygtillustration.com/ Today we'll use Livewire to communicate video event data to our server.
Because today, we'll intercept three user-video interaction events, and use https://laravel-livewire.com/docs/2.x/quickstart to easily send event data to our server! There are cases when we'd want to get insight on how users interact with the video files we display in our website pages.
To get the pause time, we simply use timeStamp from the event variable passed in the pause listener event.