Shareplay content is paused when returning from background (picture in picture or locked screen)

Shareplay content (streaming using AVPlayer) is paused when returning from background to foreground (picture in picture or locked screen)

This only happen for one participant who initiated transition from background to foreground, all other participants have their content playing fine which leads to off sync between participants, content sync again if trigger player.play() for the participant who experienced the issue using playback position from other participants. How can I prevent content paused after returning from background to foreground.

P.S: Without SharePlay active session content is not paused with same scenario.