@rongcloud/engine 5.36.5 → 5.36.7
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 +4 -0
- package/index.esm.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9058,6 +9058,10 @@ interface IChatroomListenerData {
|
|
|
9058
9058
|
* 聊天室销毁事件,值为销毁的聊天室 ID
|
|
9059
9059
|
*/
|
|
9060
9060
|
chatroomDestroyed?: string;
|
|
9061
|
+
/**
|
|
9062
|
+
* 聊天室销毁类型,仅在 chatroomDestroyed 值存在时有效
|
|
9063
|
+
*/
|
|
9064
|
+
chatroomDestroyedType?: number;
|
|
9061
9065
|
/** [EN]
|
|
9062
9066
|
* Join/Exit multi-device synchronization notification
|
|
9063
9067
|
*/
|