@tencentcloud/tuiroom-engine-electron 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.cjs.js +1 -1
- package/index.d.ts +2 -2
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
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;
|