Confirmed users
398
edits
No edit summary |
|||
| Line 48: | Line 48: | ||
** add the address to the contact that the user choose to initiate the action, or | ** add the address to the contact that the user choose to initiate the action, or | ||
** postResult() with peer's account/address. | ** postResult() with peer's account/address. | ||
=== Make a Voice Call === | |||
When the user want to make a voice call to John; one of his friends, | |||
* he go to Contacts App to find out John. | |||
* Then, the user press on John's Skype phone account. | |||
* Contacts App ask the user what he want to do. Sending a message, making a voice call, or making a video call. | |||
* The user ask for making a voice call. | |||
* Contacts App ask Skype to make a voice call to John. | |||
=== Send a Message === | |||
When the user want to send a message to John; one of his friends, | |||
* he go to Contacts App to find out John. | |||
* Then, the user press on John's Facebook account. | |||
* Contacts App ask the user what he want to do. | |||
* The user ask for sending a message. | |||
* Contacts App ask Facebook App to send a message to John. | |||
== Import Contacts from Communication Apps == | == Import Contacts from Communication Apps == | ||
| Line 80: | Line 96: | ||
Should we provide a way for synchronization between the database of Messaging API and App's local storage? | Should we provide a way for synchronization between the database of Messaging API and App's local storage? | ||
== Reply a Message == | == Reply a Message == | ||