void Update()
 {
     if (mRtcEngine != null)
     {
         mRtcEngine.Poll();
     }
 }