@tencentcloud/tuiroom-engine-js 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +1 -1
- package/index.d.ts +1 -2
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -73,8 +73,7 @@ declare class TUIRoomEngine {
|
|
|
73
73
|
* @param {object} options
|
|
74
74
|
* @param {string} options.userName 用户名,必填
|
|
75
75
|
* @param {string} options.avatarUrl 用户头像,必填
|
|
76
|
-
* @
|
|
77
|
-
* @param {object=} options.customInfo 用户自定义资料
|
|
76
|
+
* @param {object=} options.customInfo 用户自定义资料, customInfo 字段自 v2.2.0 版本废弃
|
|
78
77
|
* App 管理员可以通过 [即时通信 IM 控制台 > 用户自定义字段](https://console.cloud.tencent.com/im/user-data) 新增自定义资料字段
|
|
79
78
|
* 用户自定义字段生效以后,用户可以调用 setSelfInfo 接口设置自定义资料
|
|
80
79
|
* @returns {Promise<void>}
|