diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -16,12 +16,13 @@ Telephony service allows respective clients access to the Handsfree Profile via ## Events -| Name | Description | JSON Event Data | -|---------------------|--------------------------------------|---------------------------------------------| -| callStateChanged | Call status change event | see callStateChanged event | -| dialingCall | Outgoing call events | {"colp": "3305551212"} | -| incomingCall | Incoming call events | {"clip": "3305551212"} | -| terminatedCall | Terminated call event | *empty JSON response* | +| Name | Description | JSON Event Data | +|---------------------|-----------------------------------------|---------------------------------------------| +| callStateChanged | Call status change event | see callStateChanged event | +| dialingCall | Outgoing call events | {"colp": "3305551212"} | +| incomingCall | Incoming call events | {"clip": "3305551212"} | +| terminatedCall | Terminated call event | *empty JSON response* | +| online | Connected status of Handsfree Profile | {"connected": true} | ### callStateChanged Event |