python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Linphone SDK integration returns unknown assembly in Xamarin Android
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:<unkn...

Judson Abraham
Votes: 0
Answers: 3
How can i use my application with linphone-sdk-android for incoming calls to my freePBX accounts?
I developed a mobil app for Android phones.
And I used linphone-sdk-android-5.1.2.aar in this app.
My app is
linphone account to linphone account - perfect working
freePBX account to linphone account ...
moorker
Votes: 0
Answers: 2
Get CallerId (Username) from incoming call Linphone - Swift
I've just found a simple way to get the some CallLogs (CallerID, Username, To, From, Call duration, Date, Status, ...) from the new Linphone library for swift (SDK 5.0).
I just want to share it with y...

Elias Al Zaghrini
Votes: 0
Answers: 1
How can I import part of LinPhone library for iOS?
I want to import LinPhone library for receiving VoIP calls in my app.
This is my Pod-file:
platform :ios, '13.0'
source "https://gitlab.linphone.org/BC/public/podspec.git"
target 'ClientApp...
alexbayker
Votes: 0
Answers: 1