mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fixed refreshMicrophoneState() that was toggling microphone state
This commit is contained in:
parent
34e1f0070e
commit
245b848c91
1 changed files with 0 additions and 5 deletions
|
|
@ -663,11 +663,6 @@ class CurrentCallViewModel @UiThread constructor() : GenericViewModel() {
|
|||
} else {
|
||||
currentCall.microphoneMuted
|
||||
}
|
||||
if (currentCall.conference != null) {
|
||||
currentCall.conference?.microphoneMuted = !micMuted
|
||||
} else {
|
||||
currentCall.microphoneMuted = !micMuted
|
||||
}
|
||||
if (micMuted != isMicrophoneMuted.value) {
|
||||
if (micMuted) {
|
||||
Log.w("$TAG Microphone is muted, updating button state accordingly")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue