diff options
author | saman <mahmoudi.saman1@gmail.com> | 2020-12-16 14:21:03 +0330 |
---|---|---|
committer | saman <mahmoudi.saman1@gmail.com> | 2020-12-17 09:02:37 +0330 |
commit | 58aa4fbd91ca721994b6efe176ea94ccaee324ca (patch) | |
tree | 8145421452166d298f3c79f06fe0cd7bb93eed62 /README.md | |
parent | 56fec224dc4dd73a631ac2c15c1a240fd8e92e81 (diff) |
Adding new verb as send_toneskoi_10.91.0koi/10.91.010.91.0
When talking is in progress and someone is talking with the operator, for connecting to special part, the operator says that press 1 or somthings like that.
for supporting this property in device side and send that command through the bluetooth, we should use SendTones method on VoiceCallManager interface.
Bug-AGL: SPEC-3026
Signed-off-by: saman <mahmoudi.saman1@gmail.com>
Change-Id: I875816c1eaca6621d4be9ab5297321ff52571ec5
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ Telephony service allows respective clients access to the Handsfree Profile via | subscribe | subscribe to telephony events | *Request:* {"value": "callStateChanged"} | | unsubscribe | unsubscribe to telephony events | *Request:* {"value": "callStateChanged"} | | dial | dial respective number | *Request:* {"value": "15035551212"} | +| send_tones | send tone through the active call | *Request:* {"value": "1"} | | hangup | hangup an active call or reject incoming call | | | answer | answer incoming call | | | get_battery_level | getting battery level of connected phone device | | |