C # Wrapper for linphone

I am working on a project to create Windows-based VoIP software. We use C # as our main programming language.

I'm currently looking for an open source library that helps me handle VoIP staff, so I can just use it. Then I come to linphone. However, I have a lot of questions to make it work.

  • How to compile a source in Windows walkthrough?

  • I know that liblinphone is the core and simplifies VoIP personnel management. But I do not know how to use it?

  • Do you have a tutorial on using linphone SDK in Visual Studio 2010?

  • Is there any existing VoIP-SDK in C #?

Thank you very much.

+4
source share
2 answers

A simple C # shell for linphone can be found here https://github.com/bedefaced/sipdotnet . You can use precompiled linphone binaries for Windows to use this shell.

+1
source

Here is a list of open source SIP / VoIP libraries for .Net / C #

http://www.codeplex.com/site/search?query=sip&ac=4

There is also a professional, paid SDK for voip in C #

http://www.voipsipsdk.com/

I found all these resources useful.

0
source

Source: https://habr.com/ru/post/1489446/


All Articles