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