tienthanhict / LibLinphone.NET

A VC++ CLI wrapper of LibLinphone for using in standard .NET applications. It is ported from official VC++ CLI wrapper for LibLinphone which Linphone WinPhone 8 app uses.
GNU General Public License v3.0
5 stars 2 forks source link

Updated the underlying Linphone SDK to 4.1.1 #2

Open ddobrev opened 6 years ago

ddobrev commented 6 years ago

@tienthanhict could you please help me with this pull request? The code compiles and runs but I cannot log in using your Windows Forms sample. My guess is that there's a change in the authentication process but I have so far been unable to figure it out.

tienthanhict commented 6 years ago

@ddobrev I have used new Liblinphone win32 SDK version (v4.1.1) to run "Basic registration" program in linphone.org's tutorial. The result: Registration failed, too.

This issue may come from the new SDK. So could you ask linphone community for support?


Basic registration: http://www.linphone.org/docs/liblinphone/group__registration__tutorials.html SDK: http://www.linphone.org/releases/windows/linphone-sdk-4.1.1-win32.zip

ddobrev commented 6 years ago

@tienthanhict thank you for the link and for your reply. I am definitely going to try it. Have you written to their support (I would guess mailing lists) yourself?

ddobrev commented 6 years ago

@tienthanhict I have just posted an issue at https://github.com/BelledonneCommunications/linphone/issues/37 .