Hi all
I'm trying to implement a flow to read the caller's name while ringing on bluetooth.
The problem I'm facing is: during the ringing, I can press one of hardware keys to mute the ringer. Howerver, it continues reading the name in a loop (voice output is "system enforced").
Question: How can I determine if the ringer has been muted or not? checking ringer state doesn't help as apparently phone mutes the ring without changing the ringer state.
Thanks
[Solved] Phone Ringer
Moderator: Martin
[Solved] Phone Ringer
Last edited by Siavash on 17 Mar 2017 19:50, edited 1 time in total.
Re: [Q] Phone Ringer
Hi,
Condition Audio Stream Active: Ring could work but I can't guarantee that it works on all devices since it's an unofficial feature.
Regards,
Martin
Condition Audio Stream Active: Ring could work but I can't guarantee that it works on all devices since it's an unofficial feature.
Regards,
Martin
Re: [Solved] Phone Ringer
Works like a charm! Thanks