Why cryptocurrencies such as Bitcoin and Ethereum are the future (Roger Ver) E977 — RT Going Underground

‘),
link: “https://www.rt.com/shows/going-underground/515471-roger-ver-bitcoin-future/”
},
events: {
onReady: function () {

if(ga && mediaMute === false) {
ga(‘send’, ‘event’, ‘JWPLAYER-GA’, ‘CLICK PLAY’, location.href);
ga(‘send’, ‘event’, ‘JW Player Article’, ‘Ready’, location.href); // Временно эти дублирующие счетчики остаются
}
},
onPlay: function () {

myStreamingTag.playVideoContentPart(metadata);
if (ga) {
if (mediaMute === false) {
ga(‘send’, ‘event’, ‘JWPLAYER-GA’, ‘CLICK PLAY’, location.href);
ga(‘send’, ‘event’, ‘JW Player Article’, ‘Play’, location.href);
}
}
var playingVideoId = ‘js-mediaplayer-6027a0202030270e35495183’; // id текущего плеера
pauseMedia(playingVideoId); //запускаем функцию остановки всех играющих плееров кроме этого Код функции ниже по коду

if (recomedationBlock6027a0202030270e35495183) {
recomedationBlock6027a0202030270e35495183.classList.remove(‘recomendation_active’);
}

if (mediaplayerContainer6027a0202030270e35495183) {
mediaplayerContainer6027a0202030270e35495183.classList.add(‘mediaplayer_played’);
}
localStorage.setItem(‘canfixed’, true);
},
onPause: function () {
myStreamingTag.stop();
if (mediaMute === false) {
if (ga) ga(‘send’, ‘event’, ‘JWPLAYER-GA’, ‘CLICK PAUSE’, location.href);
}

if (recomedationBlock6027a0202030270e35495183) {
recomedationBlock6027a0202030270e35495183.classList.add(‘recomendation_active’);
}
},
onComplete: function () {
myStreamingTag.stop();
if (ga && mediaMute === false) {
ga(‘send’, ‘event’, ‘JWPLAYER-GA’, ‘COMPLETE’, location.href);
ga(‘send’, ‘event’, ‘JW Player Article’, ‘Complete’, location.href);
}

if (recomedationBlock6027a0202030270e35495183) {
recomedationBlock6027a0202030270e35495183.classList.add(‘recomendation_active’);
}
}
}
});

jwplayer(“js-mediaplayer-6027a0202030270e35495183”).addButton(
“https://www.rt.com/static/libs/jwplayer/img/download.png”,
“Download”,
function () {
window.location.href = “https://cdnv.rt.com/files/2021.02/6027a0202030270e35495183.mp4?download=1”;
},
“download”
);

function pauseMedia(playingMediaId) {
var players = document.querySelectorAll(‘.jwplayer, object’);
var fixPlayer = document.querySelector(‘.mediaplayer_fixed’);
let shadowDiv = document.querySelector(‘.div_shadow’);
var plId = playingMediaId.split(‘-‘)[2];

for (var i = 0, max = players.length; i