Is it possible to support SharePlay using applicationQueuePlayer (Media Player framework)?

As the title asks, is it possible to support SharePlay using the applicationQueuePlayer in the Media Player framework? It seems not to be possible since there is no AVPlaybackCoordinator available like there is for AVPlayer.

Is that correct? It would be nice to be able to support this in my application if possible. Thanks!

The AVDelegatingPlaybackCoordinator gives you the flexibility to control any other playback objects that aren't an AVPlayer

You could maybe try implementing your own coordinator, it is talked about a bit in this WWDC session.

Test commenting

Is it possible to support SharePlay using applicationQueuePlayer (Media Player framework)?
 
 
Q