TUILiveLayoutObserver constructor

TUILiveLayoutObserver({
  1. OnLiveVideoLayoutChanged? onLiveVideoLayoutChanged,
})

Implementation

TUILiveLayoutObserver({
  OnLiveVideoLayoutChanged? onLiveVideoLayoutChanged,
}) {
  if (onLiveVideoLayoutChanged != null) {
    this.onLiveVideoLayoutChanged = onLiveVideoLayoutChanged;
  }
}