isScreenShareButtonInBaseRow method

bool isScreenShareButtonInBaseRow()

Implementation

bool isScreenShareButtonInBaseRow() {
  return !isRoomNeedTakeSeat.value ||
      RoomStore.to.currentUser.userRole.value != TUIRole.administrator;
}