linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Question about linphone for Android


From: Δημήτρης Κοτρώνης
Subject: [Linphone-developers] Question about linphone for Android
Date: Fri, 14 Jun 2019 16:36:21 +0300

Hello,

I am using linphone for Android and I need to read some data from 200 OK register response that server sends. CoreListener has a method onRegistrationStateChanged where I can access only the status code and a message(Successful, Failed, ...). I intent to add an extra parameter to this method 'String body' in order to pass some data. Which file should i modify in order to add this method.

I build the aar using the linphone-sdk for android and with Java wrapper enabled. LinphoneCoreListener has no native methods so I tried editing the linphone/java/common/org/linphone/core/LinphoneCoreListener.java (and LinphoneCoreListenerBase) hopping that this method will be also available after building the .aar

/** * Registration state notification * */

void registrationState(LinphoneCore lc, LinphoneProxyConfig cfg, LinphoneCore.RegistrationState state, String smessage);

/** * Registration state notification (custom overload) * */

void registrationState(LinphoneCore lc, LinphoneProxyConfig cfg, LinphoneCore.RegistrationState state, String smessage, String body);

When i build the aar and I open the CoreListener.class inside the linphone-sdk-android-release.aar/classes.jar the second method(the extra one) does not exist.

Thank you for your time,

Dimitris Kotronis


reply via email to

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