youtube / youtube-ios-player-helper

Lightweight helper library that allows iOS developers to add inline playback of YouTube videos through a WebView
Other
1.64k stars 677 forks source link

Disable airplay - YoutubeVideos #468

Open ankit0812 opened 2 years ago

ankit0812 commented 2 years ago

I would like to stop playing videos over airplay. I have tried setting

configuration.allowsAirPlayForMediaPlayback = false
configuration.mediaPlaybackAllowsAirPlay = false

But if someone has already done airplay or uses the control center for starting airplay it is not able to stop. Can we add something to the html file that will stop airplay of the videos.