We provide a C# wrapper for LibLinphone that can be used in a Xamarin project.

Generating the C# wrapper

To generate the C# wrapper, you have to compile linphone-sdk (follow README options) and add the following parameter to the cmake options:

-DENABLE_CSHARP_WRAPPER=ON

What about Xamarin ?

The C# wrapper has been implemented to enable the development of a Xamarin app based on LibLinphone.

You can find more information about it on this page.