Esempio n. 1
0
    bool OnApplicationGoingToQuit()
    {
        Debug.Log("OnApplicationGoingQuit");


        IAliRtcEngine.Destroy();

        Debug.Log("OnApplicationGoingQuit End");
        return(true);
    }