@tencentcloud/tuiroom-engine-electron 3.0.0 → 3.0.6-beta.0

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,11 +1186,11 @@ declare enum TUILiveLayoutManagerEvents {
1186
1186
  * const roomEngine = new TUIRoomEngine();
1187
1187
  * const liveLayoutManager = roomEngine.getLiveLayoutManager();
1188
1188
  * const callback = (roomId, layoutInfo) => {
1189
- * console.log('liveLayoutManager.onLiveVideoLayoutListChanged', roomId, layoutInfo);
1189
+ * console.log('liveLayoutManager.onLiveVideoLayoutChanged', roomId, layoutInfo);
1190
1190
  * };
1191
- * liveLayoutManager.on(TUILiveLayoutManagerEvents.onLiveVideoLayoutListChanged, callback);
1191
+ * liveLayoutManager.on(TUILiveLayoutManagerEvents.onLiveVideoLayoutChanged, callback);
1192
1192
  */
1193
- onLiveVideoLayoutListChanged = "onLiveVideoLayoutListChanged"
1193
+ onLiveVideoLayoutChanged = "onLiveVideoLayoutChanged"
1194
1194
  }
1195
1195
 
1196
1196
  declare class Logger {