Page 1 of 1

[Solved] Phone Ringer

Posted: 13 Mar 2017 07:51
by Siavash
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

Re: [Q] Phone Ringer

Posted: 14 Mar 2017 09:14
by Martin
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

Re: [Solved] Phone Ringer

Posted: 17 Mar 2017 19:48
by Siavash
Works like a charm! Thanks