@trtc/call-engine-lite-js 3.5.1 → 3.5.3-beta.1
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.js +2 -2
- package/index.cjs.js.map +1 -1
- package/index.d.ts +2 -0
- package/index.esm.js +2 -2
- package/index.esm.js.map +1 -1
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1109,6 +1109,7 @@ declare class TUICallEngine {
|
|
|
1109
1109
|
*/
|
|
1110
1110
|
callExperimentalAPI(jsonStr: string): Promise<any>;
|
|
1111
1111
|
reportLog(logData: any): void;
|
|
1112
|
+
private _cleanupAvoidRepeatCallState;
|
|
1112
1113
|
/**
|
|
1113
1114
|
* 获取设备列表
|
|
1114
1115
|
* @memberof TUICallEngine
|
|
@@ -1169,6 +1170,7 @@ declare class TUICallEngine {
|
|
|
1169
1170
|
private _analyzeVideoRenderParams;
|
|
1170
1171
|
private _handleTrtcCloudBindEvent;
|
|
1171
1172
|
private _observerFunction;
|
|
1173
|
+
private _reset;
|
|
1172
1174
|
private _onDeviceUpdated;
|
|
1173
1175
|
private _initLogger;
|
|
1174
1176
|
getDevicePermission(): {
|