isScreenShareLayout method

bool isScreenShareLayout(
  1. int pageIndex
)

Implementation

bool isScreenShareLayout(int pageIndex) {
  return RoomStore.to.isSharing.value && pageIndex == 0;
}