mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-21 03:38:29 +00:00
update submodule linphone
This commit is contained in:
parent
d61bc2b820
commit
1282ef8d87
2 changed files with 6 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ import org.linphone.core.LinphoneCoreFactory;
|
||||||
import org.linphone.core.LinphoneCoreListenerBase;
|
import org.linphone.core.LinphoneCoreListenerBase;
|
||||||
import org.linphone.core.LinphoneFriend;
|
import org.linphone.core.LinphoneFriend;
|
||||||
import org.linphone.core.PayloadType;
|
import org.linphone.core.PayloadType;
|
||||||
|
import org.linphone.mediastream.MediastreamerAndroidContext;
|
||||||
|
|
||||||
import android.test.AndroidTestCase;
|
import android.test.AndroidTestCase;
|
||||||
import junit.framework.Assert;
|
import junit.framework.Assert;
|
||||||
|
|
@ -85,6 +86,10 @@ public class WrapperTester extends AndroidTestCase {
|
||||||
LinphoneFriend friend = LinphoneCoreFactory.instance().createLinphoneFriend("sip:lala@test.linphone.org");
|
LinphoneFriend friend = LinphoneCoreFactory.instance().createLinphoneFriend("sip:lala@test.linphone.org");
|
||||||
friend.setRefKey(key);
|
friend.setRefKey(key);
|
||||||
Assert.assertEquals(friend.getRefKey(),key);
|
Assert.assertEquals(friend.getRefKey(),key);
|
||||||
|
|
||||||
|
MediastreamerAndroidContext.enableFilterFromName("MSUlawEnc", false);
|
||||||
|
Assert.assertFalse(MediastreamerAndroidContext.filterFromNameEnabled("MSUlawEnc"));
|
||||||
|
MediastreamerAndroidContext.enableFilterFromName("MSUlawEnc", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e48f88ff27133a6a4d127d5400a1fdf68f0c5c3b
|
Subproject commit 2917e8ad98c8f9b16145ac86377a2ff51778475e
|
||||||
Loading…
Add table
Reference in a new issue