Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Sep 19, 2023
1 parent 3fa0ce7 commit 65d2981
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions en-US/markdown/agora-chat/Develop/agora_chat_callkit_web.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Take the following steps to download and import AgoraChatCallKit into your proje
1. In your terminal, run the following command to install the call kit:

```bash
npm install AgoraChatCallKit
npm install chat-callkit
```

2. Add the following line to import the callkit:
Expand Down Expand Up @@ -120,7 +120,7 @@ The following screenshot gives an example of the user interface after sending a

### Receive the invitation

Once a call invitaion is sent, if the callee is online and available for a call, the callee receives the invitation in the `onInvite` callback. You can pop out a user interface that allows the callee to accept or decline the invitation in this callback.
Once a call invitation is sent, if the callee is online and available for a call, the callee receives the invitation in the `onInvite` callback. You can pop out a user interface that allows the callee to accept or decline the invitation in this callback.

```javascript
/**
Expand Down Expand Up @@ -224,7 +224,8 @@ Attributes
| Attribute | Description |
| --- | --- |
| contactAvatar | The avatar displayed during one-to-one calls. |
| groupAvatar | The avatar displayed during group calls.
| groupAvatar | The avatar displayed during group calls.|
| ringingSource | The ringtone file. |
### Sample project
Expand Down

0 comments on commit 65d2981

Please sign in to comment.