forked from mirrors/linphone-iphone
test if sample rate is supported by android sound card, remove areStreamsEncrypted from Android
This commit is contained in:
parent
cb3f7eb556
commit
32527a1bc1
3 changed files with 1 additions and 5 deletions
|
|
@ -1577,9 +1577,6 @@ extern "C" jboolean Java_org_linphone_core_LinphoneCallImpl_isAuthenticationToke
|
|||
LinphoneCall *call = (LinphoneCall *) ptr;
|
||||
return linphone_call_get_authentication_token_verified(call);
|
||||
}
|
||||
extern "C" jboolean Java_org_linphone_core_LinphoneCallImpl_areStreamsEncrypted(JNIEnv* env,jobject thiz,jlong ptr) {
|
||||
return linphone_call_are_all_streams_encrypted((LinphoneCall *) ptr);
|
||||
}
|
||||
|
||||
extern "C" jboolean Java_org_linphone_core_LinphoneCoreImpl_soundResourcesLocked(JNIEnv* env,jobject thiz,jlong ptr){
|
||||
return linphone_core_sound_resources_locked((LinphoneCore *) ptr);
|
||||
|
|
|
|||
|
|
@ -223,6 +223,5 @@ public interface LinphoneCall {
|
|||
|
||||
String getAuthenticationToken();
|
||||
boolean isAuthenticationTokenVerified();
|
||||
boolean areStreamsEncrypted();
|
||||
boolean isInConference();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 548a7f014b5066d1d4571f91eb4440aefa35244b
|
||||
Subproject commit e39ed3940eb2d4c0589ea488f9a2eba5a335f059
|
||||
Loading…
Add table
Reference in a new issue