예제 #1
0
        public void RejectVideoCall()
        {
            LogManager.SystemLog.Debug(string.Format("Start UC_SDK_RejectVideoCall"));
            int iRet = UCInterface.UC_SDK_RejectVideoCall();

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