quickvo-sdk-js 1.7.19 → 1.7.20

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.
@@ -119,6 +119,7 @@ export declare class ActionSFU {
119
119
  private _clear;
120
120
  private _connectCws;
121
121
  private _initHeartbeat;
122
+ private _sendHeartbeat;
122
123
  /** 向服务端拉取 TURN/STUN 配置;失败或未返回有效 iceServers 时返回 undefined,由 Peer 回退默认 STUN */
123
124
  private _fetchGenTurnAddress;
124
125
  private _refreshTurnViaSetConfiguration;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickvo-sdk-js",
3
3
  "description": "提供快捷接入单对单、单对多、群体会议、舞台会议等音视频功能。",
4
- "version": "1.7.19",
4
+ "version": "1.7.20",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"