Screenshot functionality

I tried using the Secondary view while using this script, and after i enabled it in the OpenXR settings and ran the application with this:

public class SecondaryViewStatus : MonoBehaviour{
    private void Update()    
    {        
       Debug.Log($"Secondary View active = {MLXrSecondaryViewState.IsActive}");
    }
}

, i only go False as a result.. Can i somehow enable the secondary view on runtime? Or do i miss something on how to enable it?