@tencentcloud/tuiroom-engine-js 3.0.2 → 3.0.3
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 +1 -1
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1211,7 +1211,7 @@ declare enum TUILiveLayoutManagerEvents {
|
|
|
1211
1211
|
* };
|
|
1212
1212
|
* liveLayoutManager.on(TUILiveLayoutManagerEvents.onLiveVideoLayoutChanged, callback);
|
|
1213
1213
|
*/
|
|
1214
|
-
onLiveVideoLayoutChanged = "
|
|
1214
|
+
onLiveVideoLayoutChanged = "onLiveVideoLayoutChanged"
|
|
1215
1215
|
}
|
|
1216
1216
|
|
|
1217
1217
|
declare class Logger {
|