We Shall Govern on Your Behalf, Not Rule over You, Tinubu Says In First Address To Nigerians As President 

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()
}).then(function (res) {
console.log(res)
})
}

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();

Recently sworn in President of Nigeria, Bola Ahmed Tinubu has declared that his administration will govern Nigerians rather than lord it over them.

During his inauguration speech after his transition into office on Monday, he made the promise as he also vowed to exclusively serve the interests of Nigerians, which he will give utmost priority.

“We lift high this torch so that it might shine on every household and in every heart that calls itself Nigerian. We hold this beam aloft because it lights our path with compassion, brotherhood, and peace. May this great light never extinguish.

“Our administration shall govern on your behalf but never rule over you. We shall consult and dialogue but never dictate. We shall reach out to all but never put down a single person for holding views contrary to our own.

“We are here to further mend and heal this nation, not tear and injure it.”

He further urged Nigerian to follow his administration  as a unified nation, not as one filled with diversity.

The president laid out his plans for the nation in different sectors such as economy, foreign policy, security, job creation, infrastructure and so on. He promised that in the coming weeks of his administration, he and his team would be establishing key aspects of their initiatives which are important to their “concept of progressive good governance.” 

Highlighted aspects of the governance include impartial governance, defence against terror and all forms of criminality , remodelling the economy to bring about growth and development through one million new job opportunities, food security and an end of extreme poverty, prominence of women and youth in politics and strengthening of the effectiveness and efficiency in various anti-corruption agencies.

He addressed former President Muhammadu Buhari appreciating him for his “honest” and “patriotic” leadership as well as resilience in facing challenges during his eight year administration.

In the conclusion of his speech, he assured that the nation will be put in its “rightful place” amongst the world democracies. He added, “In this spirit, I ask you to join me in making Nigeria a more perfect nation and democracy such that the Nigerian ideal becomes and forever remains the Nigerian reality. With full confidence in our ability, I declare that these things are within our proximate reach because my name is Bola Ahmed Tinubu, and I am the President of the Federal Republic of Nigeria.”

Glamour Adah

The post We Shall Govern on Your Behalf, Not Rule over You, Tinubu Says In First Address To Nigerians As President  appeared first on Arise News.