コード例 #1
0
        /// <summary>
        /// 通话恢复
        /// </summary>
        public void resumeCall()
        {
            LogManager.SystemLog.Debug(string.Format("Start UC_SDK_ResumeCall"));
            int iRet = UCInterface.UC_SDK_ResumeCall();

            if (iRet != 0)
            {
                LogManager.SystemLog.Error(string.Format("UC_SDK_ResumeCall = {0}", iRet));
            }
            LogManager.SystemLog.Debug(string.Format("End UC_SDK_ResumeCall"));
        }