void Start()
    {
        RECBar recBar = ShareREC.GetRECBar(this);

        if (recBar != null)
        {
            ShareREC.OnRecorderStoppedHandler = onStopped;
            recBar.ShowRecBar();
        }
    }