Skip to content

Commit

Permalink
Update Documentation.md (#839)
Browse files Browse the repository at this point in the history
Updating definition of the `contact.onAccepted()` hook.
  • Loading branch information
andywang219 authored Feb 8, 2024
1 parent 6943b56 commit c2cd86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ Subscribe a method to be invoked when the contact is connecting. This event happ
```js
contact.onAccepted(function(contact) { /* ... */ });
```
Subscribe a method to be invoked whenever the contact is accepted. Please note that event doesn't fire for contacts that are auto-accepted, or for agents using a deskphone.
Subscribe a method to be invoked whenever the contact is accepted. Please note that this event doesn't get triggered for agents using a deskphone.

### `contact.onMissed()`
```js
Expand Down

0 comments on commit c2cd86a

Please sign in to comment.