on iOS - it seems that when easyar_VideoPlayer loads a video, it changes the AVAudioSession category.
this causes a conflict with my app's AVAudioSession, as I need the AVAudioSession category to remain the same as I've originally set it, without it being overwritten by easyar_VideoPlayer.
is it possible to prevent easyar_VideoPlayer to change the AVAudioSession category?