@tencentcloud/tuiroom-engine-electron 1.4.2 → 1.4.4

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
@@ -1186,5 +1186,6 @@ declare class TUIRoomEngine {
1186
1186
  */
1187
1187
  getTIM(): any;
1188
1188
  destroy(): void;
1189
+ callExperimentalAPI(params: string): Promise<void>;
1189
1190
  }
1190
1191
  export default TUIRoomEngine;