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.
- package/dist/index.js +15433 -15318
- package/dist/index.umd.cjs +2 -2
- package/dist/lib-De0aQsQ-.js +11001 -0
- package/dist/src/action/ActionSFU.d.ts +1 -0
- package/package.json +1 -1
- package/dist/lib-DfGwDCXj.js +0 -11028
|
@@ -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;
|