All the event listeners eg. this.player.on('playing', () => { console.log('playing'); }) this.player.on('paused', () => { console.log('paused'); }); i have tried all events non is working