fix LinphoneCore.muteMic() !

This commit is contained in:
Simon Morlat 2016-05-12 12:17:29 +02:00
parent 618661f0b7
commit bf20329191

View file

@ -1790,7 +1790,7 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_muteMic( JNIEnv* env
,jobject thiz
,jlong lc
,jboolean isMuted) {
linphone_core_enable_mic((LinphoneCore*)lc,isMuted);
linphone_core_enable_mic((LinphoneCore*)lc, !isMuted);
}
extern "C" jlong Java_org_linphone_core_LinphoneCoreImpl_interpretUrl( JNIEnv* env