@trtc/call-engine-lite-js 3.5.1 → 3.5.2

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.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(): {