@tencentcloud/tuiroom-engine-electron 2.0.0 → 2.0.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
@@ -1266,7 +1266,7 @@ declare class TUIRoomEngine {
1266
1266
  * @param jsonStr jason 字符串
1267
1267
  * @returns
1268
1268
  */
1269
- callExperimentalAPI(jsonStr: string): Promise<void>;
1270
- private handleSetFramework;
1269
+ static callExperimentalAPI(jsonStr: string): Promise<void>;
1270
+ private static handleSetFramework;
1271
1271
  }
1272
1272
  export default TUIRoomEngine;