The "Connected to AirPlay" overlay is displayed when in AirPlay mirroring mode, not just when AirPlay streaming mode.
Implementation Summary
Added self.player.usesExternalPlaybackWhileExternalScreenIsActive = YES;, which causes the player to switch to AirPlay streaming when the device is AirPlay mirroring when playing a video.
Ticket
https://vimean.atlassian.net/browse/VIM-3520
Ticket Summary
The "Connected to AirPlay" overlay is displayed when in AirPlay mirroring mode, not just when AirPlay streaming mode.
Implementation Summary
Added
self.player.usesExternalPlaybackWhileExternalScreenIsActive = YES;
, which causes the player to switch to AirPlay streaming when the device is AirPlay mirroring when playing a video.How to Test
See ticket.