LiveLayoutObserver constructor

LiveLayoutObserver()

Implementation

LiveLayoutObserver() {
  super.onLiveVideoLayoutChanged = (roomId, layoutInfo) {
    context.roomManager.target?.onLiveVideoLayoutChanged(roomId, layoutInfo);
  };
}