linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] liblinphone android how to start


From: TI - Tobias
Subject: [Linphone-developers] liblinphone android how to start
Date: Mon, 24 Aug 2015 15:08:33 -0300

Hello !

I Need some help please..
how i use this lib linphone for develop and app for android ?

i just downloaded the library..
how can i start using it ?

I don’t know to start..

I want to try something simple.. just register the Sip Account and make calls..

i don’t know how to start..

i’m trying first to instance the LinphoneCore
 try {
    LinphoneCore lc = LinphoneCoreFactory.instance().createLinphoneCore(Controller.getInstance(),this);
} catch (LinphoneCoreException e) {
e.printStackTrace();
}

But it fails "Fatal signal 11”

how can i start and register a sip account ?

Thank you!
Att
Tobias


reply via email to

[Prev in Thread] Current Thread [Next in Thread]