]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore_jni.cc
test if sample rate is supported by android sound card, remove areStreamsEncrypted...
[linphone] / coreapi / linphonecore_jni.cc
index 1bd7d091287a4528d3b5b3701829fac4a4ddfe7b..fb62302afec622a5028670e570982fbd9bc4bd13 100644 (file)
@@ -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);