quickvo-sdk-js 1.0.8 → 1.3.0

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/dist/QuickVO.d.ts CHANGED
@@ -3,10 +3,6 @@ import { Notify, QuickOptions } from './types';
3
3
  export declare class QuickVO extends Room {
4
4
  #private;
5
5
  constructor(options: QuickOptions);
6
- /**
7
- * reconstruct
8
- */
9
- reconstruct: () => Promise<void>;
10
6
  /**
11
7
  * addNotify
12
8
  * @param notify Notify
@@ -16,6 +16,7 @@ export declare const enum_eventName: {
16
16
  readonly quitRoomEx: "退出房间不断开连接";
17
17
  readonly heartbeat: "心跳";
18
18
  readonly heartbeatEx: "慢心跳";
19
+ readonly ackMsg: "确认收到消息";
19
20
  readonly debugger: "调试";
20
21
  readonly shutdown: "清除缓存";
21
22
  readonly login: "登录";
@@ -29,4 +30,4 @@ export declare const eventName_options: {
29
30
  label: any;
30
31
  }[];
31
32
  export declare const eventName_keys: (keyof typeof enum_eventName)[];
32
- export declare const eventName_vals: ("连接CF" | "发布流" | "订阅流" | "订阅数据通道" | "发布数据通道" | "协商流" | "关闭轨道" | "加入房间" | "加入房间(提前建连)" | "阻止用户行为" | "更新网络状态" | "更新通话状态" | "同步房间" | "退出房间" | "退出房间不断开连接" | "心跳" | "慢心跳" | "调试" | "清除缓存" | "登录" | "webrtc发布状态正常")[];
33
+ export declare const eventName_vals: ("连接CF" | "发布流" | "订阅流" | "订阅数据通道" | "发布数据通道" | "协商流" | "关闭轨道" | "加入房间" | "加入房间(提前建连)" | "阻止用户行为" | "更新网络状态" | "更新通话状态" | "同步房间" | "退出房间" | "退出房间不断开连接" | "心跳" | "慢心跳" | "确认收到消息" | "调试" | "清除缓存" | "登录" | "webrtc发布状态正常")[];