@rongcloud/engine 5.26.0 → 5.26.1-c-rtc-alpha.2
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 +1 -1
- package/index.cjs.js +1 -1
- package/index.d.ts +1 -2
- package/index.esm.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -6300,8 +6300,7 @@ declare type IRecallMsgOptions = {
|
|
|
6300
6300
|
*/
|
|
6301
6301
|
messageUId: string;
|
|
6302
6302
|
/**
|
|
6303
|
-
*
|
|
6304
|
-
* @deprecated 目前公有云已不再依赖消息的发送时间,私有云因存在一些老客户服务版本过旧,暂时仍建议发送该参数
|
|
6303
|
+
* 被撤回消息的发送时间,Web 端依赖该时间对消息进行重新排序,以保持与移动端显示顺序一致
|
|
6305
6304
|
*/
|
|
6306
6305
|
sentTime: number;
|
|
6307
6306
|
/**
|