@rongcloud/engine 5.26.1-c-rtc-alpha.1 → 5.26.1-c-rtc-alpha.3

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.d.ts CHANGED
@@ -308,6 +308,7 @@ declare const LogTagId: {
308
308
  readonly L_PULL_MODIFY_MSG_R: "L-pull_modify_msg-R";
309
309
  readonly A_BATCH_DEL_CONVERS_T: "A-batch_del_conversation-T";
310
310
  readonly A_BATCH_DEL_CONVERS_R: "A-batch_del_conversation-R";
311
+ readonly L_UPDATE_MSG_BOX_TIME_O: "L-update_msg_box_time-O";
311
312
  };
312
313
 
313
314
  /** [EN]
@@ -6300,8 +6301,7 @@ declare type IRecallMsgOptions = {
6300
6301
  */
6301
6302
  messageUId: string;
6302
6303
  /**
6303
- * 消息发送时间
6304
- * @deprecated 目前公有云已不再依赖消息的发送时间,私有云因存在一些老客户服务版本过旧,暂时仍建议发送该参数
6304
+ * 被撤回消息的发送时间,Web 端依赖该时间对消息进行重新排序,以保持与移动端显示顺序一致
6305
6305
  */
6306
6306
  sentTime: number;
6307
6307
  /**