mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
fix LinphoneCore.muteMic() !
This commit is contained in:
parent
618661f0b7
commit
bf20329191
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue