0
点赞
收藏
分享

微信扫一扫

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

  • ​​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.

Identity.Text = "sip:1001@192.168.5.150";
Password.Password = "infoAbc2022";

linphone的uwp例子成功运行_新建项目

 



举报

相关推荐

0 条评论