update belle-sip and linphone (new publishStateChanged() listener method)
This commit is contained in:
parent
ab14f6addb
commit
76e476d19d
4 changed files with 10 additions and 3 deletions
|
@ -11,5 +11,5 @@
|
||||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-18
|
target=android-17
|
||||||
android.library=false
|
android.library=false
|
||||||
|
|
|
@ -74,6 +74,7 @@ import org.linphone.core.LinphoneFriend;
|
||||||
import org.linphone.core.LinphoneInfoMessage;
|
import org.linphone.core.LinphoneInfoMessage;
|
||||||
import org.linphone.core.LinphoneProxyConfig;
|
import org.linphone.core.LinphoneProxyConfig;
|
||||||
import org.linphone.core.PayloadType;
|
import org.linphone.core.PayloadType;
|
||||||
|
import org.linphone.core.PublishState;
|
||||||
import org.linphone.core.SubscriptionState;
|
import org.linphone.core.SubscriptionState;
|
||||||
import org.linphone.mediastream.Log;
|
import org.linphone.mediastream.Log;
|
||||||
import org.linphone.mediastream.Version;
|
import org.linphone.mediastream.Version;
|
||||||
|
@ -1795,4 +1796,10 @@ public class LinphoneManager implements LinphoneCoreListener {
|
||||||
Log.d("Notify received for event "+eventName);
|
Log.d("Notify received for event "+eventName);
|
||||||
if (content!=null) Log.d("with content "+content.getType()+"/"+content.getSubtype()+" data:"+content.getDataAsString());
|
if (content!=null) Log.d("with content "+content.getType()+"/"+content.getSubtype()+" data:"+content.getDataAsString());
|
||||||
}
|
}
|
||||||
|
@Override
|
||||||
|
public void publishStateChanged(LinphoneCore lc, LinphoneEvent ev,
|
||||||
|
PublishState state) {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit a9ab01ca87d0c4dfa3e602bbf0018d435557e225
|
Subproject commit 326aa5d540cfeeecdae56ef1bf8fe7dc7823d146
|
|
@ -1 +1 @@
|
||||||
Subproject commit a1ec7d69658b8b534a9c5b6ca446dddd82442b41
|
Subproject commit 255eaef302646298a9790672264b51e3de17db5c
|
Loading…
Reference in a new issue