From 65d29813f12fd9a2f552256acb75bb14940d715a Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Tue, 19 Sep 2023 18:24:48 +0800 Subject: [PATCH] modify --- .../markdown/agora-chat/Develop/agora_chat_callkit_web.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/en-US/markdown/agora-chat/Develop/agora_chat_callkit_web.md b/en-US/markdown/agora-chat/Develop/agora_chat_callkit_web.md index a821b2ed025..f746b16181c 100644 --- a/en-US/markdown/agora-chat/Develop/agora_chat_callkit_web.md +++ b/en-US/markdown/agora-chat/Develop/agora_chat_callkit_web.md @@ -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: @@ -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 /** @@ -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