Search code examples
xamarin.formsxamarin.iosxamarin.androidtwiliosinch

Use native Calling and Chat API in Xamarin forms


I am building a dating app in xamarin forms. Everything is setup like login,peoples profiles ,payments etc. But now i got stuck on implementing voice call and chat functionality. There are many library available of native IOS and android like Sinch,Twillio they are not available for xamarin forms. Is there any way of using these library (Specially sinch api). I tried to achieve it using binding feature available in xamarin but end up with failure. As binding feature only useful in case AAR(Android archive) or Jar library. I was looking for some example or guidance where something like calling/chat/image editor (i.e. where UI and coding involve) has been implemented in xamarin by using native API.


Solution

  • You can use SendBird Messaging SDK and Chat API for Mobile Apps and Websites.

    It has support for Xamarin officially and It has a nuget package NOT OFFICIAL for Xamarin.Forms It's works perfectly you can download here

    Additionally, you can use this sample on Github that use this nuget package.

    This answer is not spam. It's only a recommendation