Tinubu Arrives France For Two-Day Summit on New Global Financing Pact

function getCookie(cookieName) {
let cookie = {};
document.cookie.split(‘;’).forEach(function (el) {
let [key, value] = el.split(‘=’);
cookie[key.trim()] = value;
})
return cookie[cookieName];
}

var playing = false;
var lastPopup = 0;

function showPopup(time) {
let videoElement = document.querySelector(‘.veri-video-player’).querySelector(‘video’);
let videoId = videoElement.getAttribute(‘data-video-id’);
let updateUrl = videoElement.getAttribute(‘data-api-url’);
console.log(‘Sending request with time: ‘ + time + ‘ video id: ‘ + videoId)
let watchTimeUrl = updateUrl + ‘/videos/update_watchtime’;
fetch(watchTimeUrl, {
method: ‘POST’,
cache: “no-cache”,
mode: “cors”,
headers: {
“Content-Type”: “application/json”,
},
body: JSON.stringify({
video_id: videoId
})
}).then(function (res) {
return res.json()
})
}

function checkPopup(time) {
// Number 5 is the interval for every update, Please don’t change it
// In case you have to change it please update it on the API as well to get accurate data.
if (playing && time – lastPopup >= 5) {
showPopup(time);
lastPopup = time;
}
}

videos = document.getElementsByClassName(‘veri-video-player’);
lastIndex = videos.length;
video = videos[lastIndex – 1];
license = video.getAttribute(‘data-license’);
src = video.getAttribute(‘data-url’);
player = videojs(video)

player.on(‘play’, function () {
playing = true;
});
player.on(‘pause’, function () {
playing = false;
});

player.on(‘ended’, function () {
lastPopup = 0;
});

video.onloadedmetadata = function () {
console.log(this.duration);//this refers to myVideo

};

player.on(‘timeupdate’, function () {
// Get the current time and duration of the video
var currentTime = player.currentTime();
var duration = player.duration();
// checkPopup(currentTime);

// console.log(currentTime)
// console.log(duration);

});

player.eme();

player.src({
src: src,
type: license ? ‘application/dash+xml’ : ”,
keySystems: {
‘com.widevine.alpha’: {
url: “https://0ffcee92.drm-widevine-licensing.axprod.net/AcquireLicense”,
licenseHeaders: {
“x-axdrm-message”: license
}
}
}
});
var playPromise = player.play();

Nigeria President Bola Ahmed Tinubu has arrived in Paris, France, preparatory to the Summit on New Global Financing Pact, which will be hosted by President Emmanuel Macron. 

President Tinubu, according to a release issued Tuesday evening by his Special Adviser on Special Duties, Communications and Strategy, Mr Dele Alake, was received at the airport by Ambassador Kayode Laro and other top government officials from the Nigerian Embassy and French Ministry of Foreign Affairs, after the plane touched down at 6.47pm local time. 

President Tinubu will receive detailed briefs on Wednesday from Ambassador Laro, Permanent Secretary Adamu Lamuwa, and other officials on Nigeria’s position on the Summit, and the scheduled sideline meetings with leaders and multilateral institutions. 

The President will participate in a two-day Summit from Thursday, June 22 to Friday, 23rd, that looks at opportunities to restore fiscal space to countries that face difficult short-term financial challenges, especially the most indebted,  mobilize innovative financing for countries vulnerable to climate change and economies struggling with the  effects of Covid-19 and energy crisis. 

Deji Elumoye in Abuja 

The post Tinubu Arrives France For Two-Day Summit on New Global Financing Pact appeared first on Arise News.