From 3b15fc6c2e5b8b2aaf167ede5417cb8d411e6087 Mon Sep 17 00:00:00 2001 From: yy987y <375552740@qq.com> Date: Tue, 9 Nov 2021 09:52:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新web端呼叫组件readme --- Web/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Web/README.md b/Web/README.md index 643e9bc..2eb7363 100644 --- a/Web/README.md +++ b/Web/README.md @@ -150,9 +150,7 @@ groupCall(params: { userIds: string[]; // IM的account账号 type: CallType; // 呼叫类型 1:音频;2:视频;3:其他 groupId?: string; // 群组id,不需要可以不传,后续该字段会废弃并入attachment中 - attachment?: { // 自定义扩展字段 - [key: string]: any; - }; + attachment?: string // 自定义扩展字段 success?: () => void; // 成功回调 failed?: (err: any) => void; // 失败回调 }): Promise;