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/