Hussam Barbour

Results 1 comments of Hussam Barbour

I solved this issue in the following way: I added a new method ```javascript async start(url) { this.player = this.media.create(url); await this.startPlay(); } startPlay() { return new Promise((resolve, reject) =>...