Ionic 5: Keep youtube iframe video playing when app is in background

In Ionic 5, Is there a way to keep youtube iframe video playing when we put app in background. Because when app goes to background the iframe video gets paused.

I have used below plugins for background video play but it is not working

https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background/src/master/

Can anyone please provide any solution to this?