I am using Video js player version 5.4.4. I want to be able to remove the Play/Pause toggle when clicking on the video. I am going to place another action on the click event. The 2 click events are conflicting with each other.
$( "li .video-js" ).click(function() {
//Do something here.
//But the playToggle event is conflicting.
});