linphone的uwp例子成功运行
https://gitlab.linphone.org/BC/public/tutorials/-/tree/master/uwp/cs/
下载的代码无法运行,于是自己新建项目,将代码拷贝进来就行了
sdk版本
教程上 LinphoneSDK.5.1.0.nupkg from https://www.linphone.org/snapshots/windows/sdk/ 但是已经没有5.1.0版本了
于是去https://download.linphone.org/releases/windows/sdk/ ,下载了接近的5.1.20
https://download.linphone.org/releases/windows/sdk/LinphoneSDK.5.1.20.nupkg
https://download.linphone.org/releases/windows/sdk/LinphoneSDK.5.1.72.nupkg
- 00_HelloWorld : A simple "Hello World" to display the Linphone version number.
- 01_AccountLogin : Learn how to login to your SIP account.
- 02_IncomingCall : Receive calls.
- 03_OutgoingCall : Make your first calls.
- 04_BasicChat : Learn how to manage and send message in basic chat rooms.
- 05_FileTransfer : Send files in your previously created chat rooms.
- 06_GroupChat : Create and manage group chat rooms.
- 07_AdvancedChat : Secure chat rooms, ephemeral messages.
UWP 例子
https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Getting%20started/Windows%20UWP/
官方文档 c#版
https://download.linphone.org/releases/docs/liblinphone/latest/cs/api/ 最新
https://download.linphone.org/releases/docs/liblinphone/5.2/cs/api/Linphone.html 指定版本
https://download.linphone.org/releases/docs/liblinphone/ 这里查看所有语言版本的文档目录
Identity.Text = "sip:1001@192.168.5.150";
Password.Password = "infoAbc2022";
还有一个UWP项目,未跑起来
https://gitlab.linphone.org/BC/public/linphone-windows10/
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)
2020-07-21 postman,apipost 访问webservice方法
2016-07-21 c# 操作 MongoDB 的 第三方类库 MongoRepository
2015-07-21 如何使用SQLite数据库 匹配一个字符串的子串?