摘要:
转载别人代码;做备忘 condition.h condition.c 阅读全文
摘要:
//MQTT注册(连接) bool RegisterMQTT(const std::string& user, const std::string& pwd, const std::string& serviceIp, const std::string& source){ int rc = -1; 阅读全文
摘要:
在底层dll实现 接口.h文件 typedef interfaceBase* (lpObjCreate)(); class interfaceBase { virtual setcallback(callbackBase* callback){}; } class callbackBase { vi 阅读全文
摘要:
编译完成后,报 onecoreuap\inetcore\urlmon\zones\zoneidentifier.cxx(359)\urlmon.dll!727F1C60: (caller: 727F1A28) ReturnHr(1) tid(28f0) 80070002 系统找不到指定的文件。 Ex 阅读全文
摘要:
void SendNews(CString sip,CString msg){ std::string str= CUtility::string_To_UTF8(msg.GetString()); LinphoneChatRoom* chat_room = linphone_core_get_ch 阅读全文
摘要:
bool call(CString sip){ if (sip.IsEmpty()) return false; char* normalizedUserName = NULL; LinphoneProxyConfig* proxyCfg = NULL; //get default proxy li 阅读全文
摘要:
memset(&vTable, 0, sizeof(vTable)); vTable.global_state_changed = CLinphoneProxyConfig::global_state_changed; vTable.registration_state_changed = CLin 阅读全文
摘要:
bool Register(CString user, CString pwd, CString Service) { CString szidentity = _T(""); szidentity.Format(_T("sip:%s@%s"), user.GetString(), Service. 阅读全文
摘要:
linphone官网 linphone 笔记: http://blog.csdn.net/ccfxue/article/category/6356356/1 linphone 用例 :http://blog.csdn.net/ccfxue/article/details/52571838 (Libl 阅读全文
摘要:
https://github.com/ https://www.codeproject.com/ 阅读全文