Is there a way to exit full screen programatically?
this.player.presentFullscreenPlayer() only goes in full screen, but does not exit it
this is late response, but for someone who will need it later, you can use this.player.dismissFullscreenPlayer()
Is there an event that will fire when physically exiting the FullscreenPlayer
@JF-13 look at the props in the README, there are events for both entering and leaving fullscreen.
Most helpful comment
Is there an event that will fire when physically exiting the FullscreenPlayer