Possible to re-initialise Unity audio on iPhone?

I'm playing a video on iPhone using Objective-C in order to have better control over prelaoding, etc. The downside is that I'm losing the Unity audio session so in-game audio won't work. Is it possible to re-initialise the Unity sound session?

Just isssue [Appcontroller UnitySetAudioSessionActive:true] to re-initialise.