void OnApplicationQuit()
 {
     Debug.Log("OnApplicationQuit");
     rtmClient.Release(true);
     rtmClient2.Release(true);
 }