@tencentcloud/tuiroom-engine-js 2.0.0 → 2.0.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.d.ts CHANGED
@@ -1288,7 +1288,7 @@ declare class TUIRoomEngine {
1288
1288
  * @param jsonStr jason 字符串
1289
1289
  * @returns
1290
1290
  */
1291
- callExperimentalAPI(jsonStr: string): Promise<void>;
1292
- private handleSetFramework;
1291
+ static callExperimentalAPI(jsonStr: string): Promise<void>;
1292
+ private static handleSetFramework;
1293
1293
  }
1294
1294
  export default TUIRoomEngine;