link: "https://russian.rt.com/sport/video/483154-korrespondent-rt-poobschalsya-s-bolelschikami-pered-hokkem-rossiya-ssha"
events: {
onPlay: function(){
if(ga) {
ga('send', 'event', 'JWPLAYER-GA', 'CLICK PLAY', location.href);
var playingVideoId = 'js-mediaplayer-5a888cb5183561be348b45b5'; // id текущего плеера
pauseMedia(playingVideoId); //запускаем функцию остановки всех играющих плееров кроме этого Код функции ниже по коду
onPause: function(){
if(ga) {
ga('send', 'event', 'JWPLAYER-GA', 'CLICK PAUSE', location.href);
onComplete: function(){
if(ga) {
ga('send', 'event', 'JWPLAYER-GA', 'COMPLETE', location.href);
function pauseMedia(playingMediaId) {
var players = document.querySelectorAll('.jwplayer, object');
for (var i = 0, max = players.length; i