1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

call-display: Only mute the microphone with the Mute button

Don't mute the sink (the codec speaker feed), only mute the source
(the microphone feed).

Fixes #112
This commit is contained in:
Bob Ham 2020-01-20 12:08:19 +00:00
parent 0634f49fc7
commit 7d02dcbb66

View file

@ -490,14 +490,6 @@ ugly_mute_pressed_cb (CallsCallDisplay *self,
return TRUE;
}
ok = ugly_pa_mute ("sink", UGLY_SINK, want_mute);
if (!ok)
{
/* Stop other handlers */
return TRUE;
}
/* Continue with other handlers */
return FALSE;
}