linphone-xamarin
linphone-xamarin copied to clipboard
Linphone.org mirror for linphone-xamarin (git://git.linphone.org/linphone-xamarin.git)
I'm getting this error and it looks like it's because "__IOS__" isn't defined in LinphoneWrapper.cs when building my Xamarin solution. System.DllNotFoundException: linphone at Linphone.LoggingService.get_Instance () [0x00001] in /Users/joehenderson/Documents/source/repos/Infinity.ARA/Infinity.ARA/Infinity.ARA/LinphoneWrapper.cs:20100
.net Maui
Hi, Have you got any plans to make the SDK compatible with .net MAUI?
All you need to do to register is to make changes. ``` MainPage.xaml.cs private void OnRegistration(Core lc, ProxyConfig config, RegistrationState state, string message) - proxyConfig.ServerAddr = domain.Text; + proxyConfig.ServerAddr =...
Hi Team, Describe the bug (mandatory) I am using Linphone for Xamarin project from https://github.com/BelledonneCommunications/linphone-xamarin. The github project works fine for both audio and video calls. However, after integrating the...
I have implemented Linphone in Xamarin forms. It is working fine in iOS but it is crashing in Android.It shows this exception ``` System.DllNotFoundException linphone.framework/linphone assembly: type: member:(null) ``` It...
I clone this example on visual studio 2019 Windows 10. I download last snapshot and copy Frameworks in my project, i create Native Reference, but i have linphone.framework/linphone assembly: type:...
I'm trying to use video call for Linphone Xamarin IOS, however when ever the video call connects the app crashes. I'm using version 4.4.35-2-g34e48ef of the Linphone Xamarin SDK. I'm...
Hello. how to change voip server port?
Hi, I'm successfully making a call and I'm listening for Dtmf messages by registering a delegate on call.Listener.OnDtmfReceived. It fires nicely for the first incoming DTMF character, but never after...
Hi, I am trying to use linphone-xamarin in a Xamarin Forms project. Everything compiles fine but when I launch the application I get this error and it just crashes :...