liveLayout method

int liveLayout()

Implementation

int liveLayout() {
  var liveLayout = 1;
  if (this == NERoomLiveLayout.focus) {
    liveLayout = 2;
  } else if (this == NERoomLiveLayout.screenShare) {
    liveLayout = 4;
  }
  return liveLayout;
}