When getting a call and pressing on 'Mute Call' the sound is muted but the phone is still vibrating. KdeConnect-kde Git version: r1108.9494081-1 KdeConnect Android App Version: 0.9e Reproducible: Always Steps to Reproduce: 1. Getting Call 2. Pressing 'Mute Call' Actual Results: Phone is still vibrate Expected Results: Phone must be quiet (No Sound and no Vibrate)
As far as I know this is not possible due to a limitation in the Android API: While there is a way to completely mute the phone (setRingerMode), it can't be used if the incoming call is already ringing. That's why we can only mute the audio (setStreamMute).